Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-05some renaming.Stephan Herrmann1-6/+6
2011-11-05remove one obsolete methodStephan Herrmann1-12/+0
2011-11-05remove one obsolete fieldStephan Herrmann1-2/+2
2011-11-05rename all mentions of null contracts to null spec (specification).Stephan Herrmann3-44/+44
2011-11-05rename all mentions of null contracts to null spec (specification).Stephan Herrmann1-40/+41
2011-11-05sync with distribution pluginStephan Herrmann1-10/+15
2011-11-05add boolean parameter, make applicable for methods, too.Stephan Herrmann1-2/+2
2011-11-05- abandon @NullableByDefault,Stephan Herrmann4-121/+158
2011-11-05- abandon @NullableByDefault,Stephan Herrmann5-80/+170
2011-11-05new resource needed by a test in NullAnnotationModelTestsStephan Herrmann1-0/+0
2011-10-31fixed a regression seen with 3.8M3: ctors of anonymous classes have not argum...Stephan Herrmann1-2/+4
2011-10-29compatibility issues to bridge differences between 3.8 M2-M3 regarding:Stephan Herrmann4-4/+113
2011-10-29compatibility issues to bridge differences between 3.8 M2-M3 regarding:Stephan Herrmann1-1/+20
2011-10-27avoid NPE seen in RL when compiling JDT/Core (FinallyFlowContext actually :)Stephan Herrmann1-1/+4
2011-10-23Resolved Bug 334457 - [compiler][null] check compatibility of inherited null ...Stephan Herrmann3-18/+76
2011-10-23Resolved Bug 334457 - [compiler][null] check compatibility of inherited null ...Stephan Herrmann1-1/+160
2011-10-23publishing as 0.9.0.qualifierStephan Herrmann1-1/+1
2011-10-23publishing as 0.9.0.qualifierStephan Herrmann1-1/+1
2011-10-23publishing as 0.9.0.qualifierStephan Herrmann2-1/+18
2011-10-10+ added checking for ctor argsStephan Herrmann1-46/+69
2011-10-10+ added checking for ctor argsStephan Herrmann1-0/+46
2011-10-09apply deferred checking also in assignment local-decl to fix their analysis i...Stephan Herrmann1-42/+47
2011-10-08+ fixed an NPE in MessageSend.analyseArguments()Stephan Herrmann1-22/+46
2011-10-08+ fixed an NPE in MessageSend.analyseArguments()Stephan Herrmann1-5/+32
2011-10-08support upcoming M3 releasesStephan Herrmann1-0/+4
2011-10-08Handle also local classes within loop or try-finallyStephan Herrmann1-30/+47
2011-10-08Handle also local classes within loop or try-finallyStephan Herrmann1-1/+57
2011-10-06new tests challenging the reconcilerStephan Herrmann2-1/+148
2011-10-06Implement deferred checking inside loops and finally blocks.Stephan Herrmann1-4/+153
2011-10-06Implement deferred checking inside loops and finally blocks.Stephan Herrmann1-1/+139
2011-10-06package as an OSGi bundle for easier consumptionStephan Herrmann8-4/+27
2011-09-06updated javadoc to the most recent semantics, main difference: Stephan Herrmann3-28/+24
2011-09-06draft of annotations for use by https://bugs.eclipse.org/bugs/show_bug.cgi?id...Stephan Herrmann7-0/+224
2011-09-06compatibility with current builds towards Juno M2.Stephan Herrmann3-13/+15
2011-08-27Make the DOMAdaptation cope with OT/J-modifiers, too.Stephan Herrmann1-1/+13
2011-08-15silly bug: need null to trigger initializationStephan Herrmann1-1/+1
2011-08-15cross-test on top of the OTDT showed that calling bindArguments() early has u...Stephan Herrmann2-22/+8
2011-08-15add a description to the categoryStephan Herrmann1-1/+5
2011-08-15compatibility among different JDT versions: translate generated constants.Stephan Herrmann7-17/+991
2011-08-15avoid constant conflicts with TagBits in JDT version up-to OTDT 2.1M1Stephan Herrmann1-4/+8
2011-08-11find the affected argument name also when the selected node *is* the argument.Stephan Herrmann1-1/+3
2011-08-11One more location needing a test for isBaseType() (test & fix).Stephan Herrmann1-3/+6
2011-08-11One more location needing a test for isBaseType() (test & fix).Stephan Herrmann1-0/+21
2011-08-11Several issues regarding initialization orderStephan Herrmann6-33/+109
2011-08-11Several issues regarding initialization orderStephan Herrmann1-3/+155
2011-08-11J2SE-1.5 is enough for this project (and don't store OT-specific options)Stephan Herrmann3-8/+6
2011-08-11test & fix re non-reference types.Stephan Herrmann1-0/+3
2011-08-11test & fix re non-reference types.Stephan Herrmann1-0/+29
2011-08-11new version for the featureStephan Herrmann2-1/+4
2011-08-11fix regressions reported by jdt.tests.compiler.regressionStephan Herrmann2-51/+119

Back to the top