Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-17add missing @since tagsKarsten Thoms5-1/+10
2013-05-10JavaBeansType & Co should not be internalAndré Arnold6-5/+7
2013-02-14Reduced warningsKarsten Thoms1-0/+1
2012-09-04code cleanupKarsten Thoms10-192/+193
2012-08-14fixed bug#297613Karsten Thoms1-4/+31
2011-12-12[clean-code] organized importsDennis Huebner12-15/+3
2011-07-19Fixed import of nested reexports inside resource that are notAndré Arnold1-2/+10
2011-07-15Fix: imports are registered as private functions of a ParsedResourceAndré Arnold1-1/+1
2011-06-10FIX: Java middleend parses qualified names incorrectlyAndré Arnold2-2/+2
2011-05-26fixed creation of backend-gen outlet and it's addition to the buildAndré Arnold2-5/+133
2011-05-20Fixed DeferredEvalExpressionAndré Arnold6-5/+25
2011-05-16Fixed DeferredEvalExpressionAndré Arnold3-6/+54
2011-05-14fixed compilation of MethodInvocationExpression andAndré Arnold2-3/+25
2011-05-11Backend:André Arnold4-0/+430
2011-05-02Introduced new plain java compilerAndré Arnold2-0/+110
2011-04-07initial contribution of backend compilerAndré Arnold4-1/+107
2010-10-27Added basic compiled middleend setupAndré Arnold2-5/+5
2010-10-26added some expressions to compiler code generationAndré Arnold2-1/+19
2010-09-09Export javaannotationsAndré Arnold1-0/+4
2010-09-06Initial importAndré Arnold1-0/+4
2010-08-25Made FDC and backend AST accessiblev1.0.1aarnold33-28/+326
2010-06-10Bugfix: EMapType EFeatureMapType must have the supertype ListTypeaarnold1-0/+4
2010-06-07Bugfixes:aarnold1-0/+33
2010-06-04Deferred expression evaluation on the backendaarnold7-7/+208
2010-05-24- properly resolve functions when "this" is being used as first parameter and...Helios_RC2aarnold7-13/+49
2010-05-20resolve ambiguity with XSDTypesystemaarnold1-0/+5
2010-04-20Due to fixed type hierarchy for StereotypeTypes findType can be simplifiedaarnold1-5/+0
2010-04-13UmTypesystem wins over EmfTypesystemaarnold1-0/+11
2010-03-24Fixed type mapping for EOperation return types and added testaarnold2-3/+9
2010-03-20Fixed resolution uml::Enumeration depending on whether it is defined in profileaarnold1-1/+7
2010-03-11Don't import delegated EOperations, e.g. deleations to validator operationsaarnold1-0/+3
2010-02-26Bugfix: fixed reexport of reexported resourcesaarnold1-3/+5
2010-02-04removed unused imports and warnings (see https://bugs.eclipse.org/bugs/show_b...sefftinge1-5/+1
2009-09-24Fixed parameter overriding in proceed(List param) call, hence an inner advice...aarnold2-3/+11
2009-09-19Removed unneccessary @Override annotationsaarnold9-18/+0
2009-09-18Added operations and properties on builtin typesaarnold21-13/+146
2009-08-12Removed @Override from checkConfiguration()aarnold1-2/+0
2009-07-31Load all plugins lazyaarnold7-8/+157
2009-06-03Enable AOP and import for the JavaAnnotations middleendaarnold6-12/+282
2009-06-02Add an expression that invokes Java methods. This fixes bug [274620]aarnold1-0/+155
2009-04-29fix for #273414 under Java 1.5dhubner1-87/+90
2009-04-27removed not needed cast #273414dhubner1-2/+1
2009-02-11https://bugs.eclipse.org/bugs/show_bug.cgi?id=263650 - Backend / Middle Endbkolb33-106/+1030
2008-04-09enhancement: getter and setter functions are now treated as propertiesahaase22-208/+230
2008-04-07added support for "synthetic" properties, i.e. properties defined by functionsahaase22-136/+329
2008-03-19reverted to good layoutahaase1-41/+41
2008-03-19added listener functionality for ExpressionBase (request to enable shortcuts ...ahaase7-189/+238
2008-03-19bugfix: findMatchahaase1-6/+14
2008-03-18- first "Durchstich": parse, map and execute simple xtend expressionjkohnlein2-207/+220
2008-03-13added "find type by unique string representation" and added some testsahaase25-21/+130

Back to the top