Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Bug 455427 - [test] Make compiler test run with APT enabledJayaprakash Arthanareeswaran1-1/+2
2014-12-18Bug 455557 - [jdt] NPE LoopingFlowContext.recordNullReferenceStephan Herrmann1-0/+31
2014-11-30Bug 453483 - [compiler][null][loop] Improve null analysis for loopsStephan Herrmann1-1/+1
2014-11-26Test for bug 452780 - Internal compiler error: arrayIndexOutOfBoundsSasikanth Bharadwaj1-0/+32
2014-11-25Bug 444024 - [1.8][compiler][null] Type mismatch error in annotationStephan Herrmann1-1/+1
2014-11-20Bug 445708 - Switching on nullable values has regressed since bugStephan Herrmann1-1/+179
2014-11-20Bug 445147 - [compiler] [null] java.lang.StackOverflowError withStephan Herrmann1-0/+15
2014-11-02Bug 435805 - [1.8][compiler][null] Java 8 compiler does not recognizeStephan Herrmann1-8/+59
2014-09-14Regression tests for Bug 444024 [compiler][null] Type mismatch error inI20140914-2000ssankaran1-0/+31
2014-09-04Bug 443347 - [1.8][null] @NonNullByDefault should not affect constructorStephan Herrmann1-0/+93
2014-08-17Bug 441208 - [1.8][null]SuppressWarnings("null") does not suppress /Stephan Herrmann1-0/+41
2014-07-22Bug 438469 - [null] How-to use null type annotations with genericStephan Herrmann1-9/+9
2014-07-03Bug 438875: Set correct project/file encodings and use Unix line delimiterMarkus Keller1-2/+2
2014-05-08Bug 434374 - Nullpointer analysis completely broken in M7I20140508-2000Stephan Herrmann1-0/+142
2014-04-29Bug 422796 - [compiler][null] boxed boolean reported as potentially nullI20140430-0800Stephan Herrmann1-0/+90
2014-04-29Bug 403674 - [compiler][null] Switching on @Nullable enum value does notShankha Banerjee1-0/+70
2014-04-13Bug 432348 - [1.8] Internal compiler error (NPE) after upgrade to 1.8Stephan Herrmann1-0/+32
2014-03-23Bug 429958 - [1.8][null] evaluate new DefaultLocation attribute ofStephan Herrmann1-11/+111
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran1-4/+0
2014-03-11Bug 430084 - [compiler][null] NPE: Method without return valueShankha Banerjee1-0/+17
2014-03-11Bug 424624 - [1.8][null] if a static-object with annotation @NonNull isStephan Herrmann1-0/+168
2014-03-09Bug 392245 - [1.8][compiler][null] Define whether / howP20140309-1600Stephan Herrmann1-3/+9
2014-02-27Bug 416190 - [1.8][null] detect incompatible overrides due to null typeStephan Herrmann1-2/+38
2014-02-23Bug 427163 - [1.8][null] bogus error "Contradictory null specification"Stephan Herrmann1-0/+21
2014-02-22Bug 420313 - [null] "Missing non-null annotation" does not show up whenStephan Herrmann1-0/+41
2014-02-22Bug 424728 - [1.8][null] Unexpected error: The nullness annotationStephan Herrmann1-0/+42
2014-02-08Bug 418537 - [1.8][null] Fix null type annotation analysis for polyStephan Herrmann1-6/+14
2014-02-071.8 Temporarily disable failing null analysis tests (4) ssankaran1-4/+4
2014-01-28Bug 103672: compiler problem VARARGS_ARGUMENT_NEED_CAST only explainsMarkus Keller1-1/+1
2014-01-25Bug 426534 - [1.8][compiler] Accessibility of vararg element type notStephan Herrmann1-7/+2
2013-12-14Bug 400874 - [1.8][compiler] Inference infrastructure should evolve toStephan Herrmann1-2/+5
2013-11-12Bug 418843 - NPE related to enum with missing contructorStephan Herrmann1-0/+16
2013-10-10Bug 418235 - [compiler][null] Unreported nullness error when usingStephan Herrmann1-0/+25
2013-10-08Bug 416267 - NPE in QualifiedAllocationExpression.resolveTypeStephan Herrmann1-0/+22
2013-10-08Bug 415269 - [compiler][null] NonNullByDefault is not always inheritedTill Brychcy1-0/+25
2013-10-08Bug 415413 - [compiler][null] NullpointerException in Null AnalysisStephan Herrmann1-0/+100
2013-10-08Bug 415413 - [compiler][null] NullpointerException in Null AnalysisTill Brychcy1-0/+35
2013-09-26Fix for Bug 415308 - [1.8][compiler] Illegal type annotations notshankha banerjee1-0/+3
2013-09-17Bug 417295 - [1.8[[null] Massage type annotated null analysis to gelStephan Herrmann1-2/+14
2013-09-17Bug 417295 - [1.8[[null] Massage type annotated null analysis to gelStephan Herrmann1-0/+30
2013-09-17Bug 417295 - [1.8[[null] Massage type annotated null analysis to gelStephan Herrmann1-0/+19
2013-08-29Bug 416183 - [1.8][compiler][null] Overload resolution fails with nullStephan Herrmann1-1/+1
2013-08-27Bug 415043 - [1.8][null] Follow-up re null type annotations after bugStephan Herrmann1-4/+4
2013-08-26Bug 415850 - [1.8] Ensure RunJDTCoreTests can cope with null annotationsStephan Herrmann1-0/+47
2013-08-26Bug 415850 - [1.8] Ensure RunJDTCoreTests can cope with null annotationsStephan Herrmann1-0/+29
2013-08-22Bug 412203 - [compiler] Internal compiler error:Stephan Herrmann1-1/+5
2013-08-22Bug 413460 - NonNullByDefault is not inherited to Constructors whenStephan Herrmann1-0/+60
2013-08-22Bug 412076 - [compiler] @NonNullByDefault doesn't work for varargsStephan Herrmann1-1/+35
2013-08-22Bug 412203 - [compiler] Internal compiler error:Stephan Herrmann1-1/+4
2013-08-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-148/+265

Back to the top