Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09report null-issue in super call exactly once,Stephan Herrmann1-1/+38
2011-08-07unify diagnostics for different nodes, using the same "type mismatch" message...Stephan Herrmann9-219/+192
2011-08-07unify diagnostics for different nodes, using the same "type mismatch" message...Stephan Herrmann2-333/+201
2011-08-07+ Fix source positions for synthetic parameter annotations (from defaults)Stephan Herrmann1-9/+8
2011-08-07+ Fix source positions for synthetic parameter annotations (from defaults)Stephan Herrmann1-6/+39
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- remove copying of inherited null annotationsStephan Herrmann1-13/+63
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-31change scheme of warning/error message from "null contract violation" to "typ...Stephan Herrmann1-43/+43
2011-07-31remove support for emulating annotation types.Stephan Herrmann4-94/+17
2011-07-31remove support for emulating annotation types.Stephan Herrmann8-56/+340
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-18Bugfix: arguments of a message send must be analyzed before checking against ...Stephan Herrmann1-1/+23
2011-06-09add legal filesStephan Herrmann4-2/+44
2011-06-09add legal filesStephan Herrmann4-3/+266
2011-06-09New test and required fix:Stephan Herrmann5-59/+103
2011-06-09New test and required fix:Stephan Herrmann1-0/+33
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-06-02gather all nullity related projects under contribStephan Herrmann6-0/+1280
2011-05-01separate out non-OTDT projects like the nullity prototypeStephan Herrmann22-0/+2935

Back to the top