Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Bug 392384 - [1.8][compiler][null] Restore nullness info from typeStephan Herrmann1-1/+11
2013-05-16Bug 403086 - [compiler][null] include the effect of 'assert' inStephan Herrmann1-3/+81
2013-04-03Bug 400761 - [compiler][null] null may be return as boolean without aStephan Herrmann1-0/+22
2013-04-03Bug 401017: [compiler][null] casted reference to @Nullable fieldStephan Herrmann1-0/+38
2013-04-03Bug 382069: [null] Make the null analysis consider JUnit's assertNotNullStephan Herrmann1-1/+87
2013-04-03Bug 376590 - Private fields with @Inject are ignored by unusedStephan Herrmann1-25/+0
2013-04-03Bug 400421 - [compiler] Null analysis for fields does not takeStephan Herrmann1-0/+106
2013-03-02bug 402028 - [1.8][compiler] null analysis for reference expressions Stephan Herrmann1-213/+2
2013-02-28bug 401030 - [1.8][null] Null analysis support for lambda methods. Stephan Herrmann1-1/+65
2013-02-25bug 401030 - [1.8][null] Null analysis support for lambda methods. Stephan Herrmann1-1/+147
2013-02-06Combined fix forStephan Herrmann1-1/+1442
2013-02-05Bug 381443 - [compiler][null] Allow parameter widening from @NonNull toStephan Herrmann1-2/+97
2012-12-04Bug 381443 - [compiler][null] Allow parameter widening from @NonNull toStephan Herrmann1-19/+37
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-0/+31
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-4/+4
2012-11-15Bug 388281 - [compiler][null] inheritance of null annotations as anStephan Herrmann1-1/+535
2012-10-18Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-108/+1
2012-10-09Bug 388630 - @NonNull diagnostics at line 0Stephan Herrmann1-1/+57
2012-08-10Fixed bug 385626 - @NonNull fails across loop boundariesStephan Herrmann1-1/+55
2012-06-27Raised follow up defect and eliminated forced failure.Srikanth1-9/+0
2012-04-24Fix for Bug 374129 - more tests for bug 372011v20120424-1518Stephan Herrmann1-2/+114
2012-03-13Fixed API names after changes in bug 365859: [compiler][null]v20120313-1732Ayushman Jain1-20/+20
2012-03-11HEAD - Fixed bug 365859: [compiler][null] distinguish warnings based onv20120311-2224Stephan Herrmann1-73/+96
2012-03-07Fixed bug 372012: [compiler][null] Warn when defaults not specifiedAyushman Jain1-59/+59
2012-02-29Fixed bug 372011: [compiler][null] Restore behaviour of null defaultsAyushman Jain1-1/+53
2012-02-14HEAD - Fixed bug 370930: NonNull annotation not considered for enhancedStephan Herrmann1-1/+86
2012-02-14HEAD - Fixed bug 366063: Compiler should not add synthetic @NonNullStephan Herrmann1-15/+26
2012-02-14HEAD - Fixed bug 365531: [compiler][null] investigate alternativeStephan Herrmann1-13/+5
2012-02-05Revert push that accidentally went into master instead of feature branchv20120205-0019Stephan Herrmann1-658/+9
2012-02-04Default and redundant nullness for fields.Stephan Herrmann1-1/+82
2012-02-04Detect contradictory null annotations for a fieldStephan Herrmann1-1/+22
2012-02-04Test & fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=331649#c3Stephan Herrmann1-1/+22
2012-01-21Initial implementation for Bug 331649: Stephan Herrmann1-9/+535
2012-01-19HEAD - Fixed bug 365662: [compiler][null] warn on contradictory andv20120119-2149Stephan Herrmann1-5/+302
2012-01-14HEAD - Fixed Bug 365519 - editorial cleanup after bug 186342 and bugStephan Herrmann1-0/+24
2011-12-20HEAD - Fixed bug 367203: [compiler][null] detect assigning null tov20111220-2201Stephan Herrmann1-0/+49
2011-12-20HEAD - Fixed bug 367154: [compiler][null] Problem in propagating nullStephan Herrmann1-1/+61
2011-12-19HEAD - fix for bug 365835: [compiler][null] inconsistent errorv20111219-2020Stephan Herrmann1-1/+34
2011-12-19Head - fixed bug 365836: [compiler][null] Incomplete propagation of nullStephan Herrmann1-1/+56
2011-12-16Head - Fixed bug 365983: [compiler][null] AIOOB with null annotationStephan Herrmann1-1/+106
2011-12-05Partial fix for review comments captured in bug 365387v20111205-0533Srikanth1-1/+116
2011-11-30HEAD - Fixed Bug 186342 [compiler][null] Using annotations for nullStephan Herrmann1-0/+2651
2011-01-16HEAD - revert 186342 on request by MarkusStephan Herrmann1-943/+0
2011-01-16HEAD - Fixed bug 186342: [compiler][null]Using annotations for null checkingStephan Herrmann1-0/+943

Back to the top