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-05- abandon @NullableByDefault,Stephan Herrmann4-121/+158
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-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-23publishing as 0.9.0.qualifierStephan Herrmann1-1/+1
2011-10-10+ added checking for ctor argsStephan Herrmann1-46/+69
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-08support upcoming M3 releasesStephan Herrmann1-0/+4
2011-10-08Handle also local classes within loop or try-finallyStephan Herrmann1-30/+47
2011-10-06Implement deferred checking inside loops and finally blocks.Stephan Herrmann1-4/+153
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-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-11Several issues regarding initialization orderStephan Herrmann6-33/+109
2011-08-11test & fix re non-reference types.Stephan Herrmann1-0/+3
2011-08-11fix regressions reported by jdt.tests.compiler.regressionStephan Herrmann2-51/+119
2011-08-10protect generated annotations from being converted to DOM AST.Stephan Herrmann4-0/+123
2011-08-10offer two proposals also in case of unknown nullness / missing annotationStephan Herrmann1-0/+2
2011-08-10ranking of proposals: local change before change in super class.Stephan Herrmann1-1/+2
2011-08-09further adjust quickfixes to current implementationStephan Herrmann5-40/+144
2011-08-09report null-issue in super call exactly once,Stephan Herrmann1-4/+19
2011-08-07unify diagnostics for different nodes, using the same "type mismatch" message...Stephan Herrmann9-219/+192
2011-08-07+ Fix source positions for synthetic parameter annotations (from defaults)Stephan Herrmann1-9/+8
2011-08-07Adjust constants to avoid conflicts with new constants for Java7Stephan Herrmann2-40/+40
2011-07-31- remove copying of inherited null annotationsStephan Herrmann3-26/+34
2011-07-31+ renamed one IProblemStephan Herrmann5-17/+15
2011-07-31change scheme of warning/error message from "null contract violation" to "typ...Stephan Herrmann2-22/+55
2011-07-31remove support for emulating annotation types.Stephan Herrmann4-94/+17
2011-06-19remove obsolete workaround and specify what JDT/Core version resolved the issue.Stephan Herrmann2-9/+1
2011-06-18Bugfix: arguments of a message send must be analyzed before checking against ...Stephan Herrmann1-1/+1
2011-06-09add legal filesStephan Herrmann4-2/+44
2011-06-09New test and required fix:Stephan Herrmann5-59/+103
2011-06-02better option handling, previous version killed all workspace defaultsStephan Herrmann1-10/+15
2011-06-02update to new OT/J rules regarding unsafe lifting.Stephan Herrmann1-2/+4
2011-05-01separate out non-OTDT projects like the nullity prototypeStephan Herrmann16-0/+2626

    Back to the top