Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17Fix for bug 310917:Stephan Herrmann1-22/+27
- grammar update re 'precedence after' - new diagnostics re consistent use of 'precedence after' - new semantics when transforming after callins. plus some refactoring in BMT: - sort method bindings only once
2010-04-26exclude .jardesc files which got accidentally shipped.Stephan Herrmann2-2/+7
2010-04-24follow-up of r222: JCLmin needs more classes.Stephan Herrmann5-0/+27
2010-04-23cleaned up version of the patches from bug 304728 and bug 304729 (second ↵Stephan Herrmann2-1/+37
strategy).
2010-04-23update more qualified names in .project.Stephan Herrmann3-6/+6
2010-04-23Refactor this example to use org.eclipse.objectteams names (src and .project).Stephan Herrmann20-56/+56
2010-04-21Fixed paths/qualified names to org.eclipse.objectteams, deploy compiled ↵Stephan Herrmann3-3/+3
archives into the target plugin.
2010-04-21initial contribution "Object Teams Examples" as approved in CQ 3793Stephan Herrmann90-0/+8029
2010-04-13deploy our correct jclMin1.5src.zip into our test plugins.Stephan Herrmann1-0/+10
2010-04-06proposed patch for bug 308181.Stephan Herrmann1-3/+3
2010-04-02Fix (patch v2) for Bug 302745 - [otre] ClassCastException in base call in ↵Stephan Herrmann2-51/+105
role-of-role
2010-04-02- upload JDT's original jclmin jars to jdt.core.tests.model.Stephan Herrmann1-5/+5
- deploy our jclMin1.5.jar for testing into our test suites.
2010-04-02Mark byte code as version "1.5.0" for now. Cleanup pending.Stephan Herrmann2-1/+14
2010-04-02after r23534 one base field accessor in test1126_nestingAndLayering4pf was ↵Stephan Herrmann1-2/+2
no correctly generated * avoid false match by including classname in the key
2010-04-02Remove all remaining traces of JMangler (except from guide/features.html) & ↵Stephan Herrmann10-141/+30
additional cleanup: * remove stuff relating to the JMangler/JPLIS distinction * reduce state in OTRE Transformations, we always have instances per class, now. * cleanup logic to handle covariant return vs. super-delegating initial wrapper * remove legacy LowerableTransformer (byte code compatibility not given anyway) * remove legacy constructors in OTRE Transformations
2010-04-01initial commit in accordance with CQ 3784Stephan Herrmann37-0/+280
2010-03-23Migrate to using org.apache.bcel 5.2 from Orbit.Stephan Herrmann26-267/+394
These changes have been drafted at svn.objectteams.org as: r23513, r23514, r23515, r23522, r23527, r23530, r23567, r23568, r23569, r23570, r23625, r23642
2010-03-23initial contribution "Object Teams Runtime Environment" as approved in CQ 3786Stephan Herrmann55-0/+13796

    Back to the top