Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10Bug 386704 - Requesting AST throws NPE if base class is unresolvedStephan Herrmann3-0/+49
2012-03-16more apiLevel consistency after JLS3 has been deprecated.Stephan Herrmann23-36/+36
2012-02-23Test & fix for Bug 372433 - [refactoring][dom] extract method in aStephan Herrmann3-1/+11
callin with tunneled base result throws NPE
2011-08-02Test & fix for Bug 352605 - Eclipse is reporting "Could not retrieve ↵Stephan Herrmann3-2/+33
superclass" every few minutes
2010-12-11tests & fix for Bug 331828 - ↵Stephan Herrmann3-2/+60
DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements
2010-12-04small improvement re AST-converting base constructor calls & testsStephan Herrmann4-0/+102
(was unsuccessfully hunting a logged NPE in ASTConverter: assignment with null expression)
2010-09-30Fix a regression in OTReconcilerTest.testRoFiNestedTeam():Stephan Herrmann2-0/+0
- copying team methods _OT$save/restoreActivationState() requires more JCL methods to be resolvable. -> update JCLMin sources and deploy into test projects
2010-09-26Same as r816 (in the branch):Stephan Herrmann1-2/+4
Adjust to v_B14a: another overload is called in the super-class, so we need to adjust the signature in our override
2010-09-04Test & fix for Bug 324526 - [reconciler] NPE during AST creation, team in ↵Stephan Herrmann2-0/+0
role file subclassing non-team role And deploy JCLMin-updates into all relevant tests.
2010-06-12Test & fix for Bug 316666 - [dom] IllegalArgumentException in very broken ↵Stephan Herrmann4-1/+158
source
2010-05-24Fix 2 regressions (NPE):Stephan Herrmann1-0/+5
- avoid creating inconsistent AST (hasSignature, but missing return type) - be more conservative during traversal.
2010-05-24Tests & implementation for Bug 314039 - [dom] [rewrite] more complete ↵Stephan Herrmann2-0/+407
rewriting for method mappings
2010-05-20Test & fix for Bug 313804 - [dom] [assist] add support for "precedence ↵Stephan Herrmann2-2/+19
after" in DOM and quickfix
2010-04-24follow-up of r222: JCLmin needs more classes.Stephan Herrmann2-0/+0
2010-04-22update classpath to fix BaseConstructorInvocationTestStephan Herrmann1-1/+1
2010-04-13deploy our correct jclMin1.5src.zip into our test plugins.Stephan Herrmann1-0/+0
2010-04-02- deploy our jclMin1.5.jar for testing into our test suites.Stephan Herrmann1-0/+0
2010-04-02Prepare for building on build.eclipse.org:Stephan Herrmann2-9/+2
* Change all version numbers to 0.7.0 * Update / cleanup names (bundle & provider) * Fix some configuration warnings (build.properties) * Remove Java-Builder from ot.runtime (not needed)
2010-04-02Bug 306696 - Internal Error after wrong precendece declarationStephan Herrmann2-1/+52
Test + Fix
2010-04-01initial commit in accordance with CQ 3784Stephan Herrmann84-0/+8681

    Back to the top