Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Revert "BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'"Sarika Sinha1-3/+3
2019-09-20BUG 544943 Merge remote-tracking branch 'origin/new_stack_map'Manoj Palat1-3/+3
2018-12-07Adding flow analysis for break expressionManoj Palat1-24/+1
2018-10-30Bug 540520 - Problem compiling annonymous inner classI20181030-1800Stephan Herrmann1-0/+5
2018-09-03Bug 535802 - EPL 2.0 conversion for org.eclipse.jdt.coreLars Vogel1-3/+6
2017-12-08Bug 528108 - Add @Override to jdt.coreAndrey Loskutov1-0/+5
2015-09-13bug 474239 - [compiler][null] Null analysis does not handle switchStephan Herrmann1-0/+1
2015-04-10Fixed bug 461706 - [1.8][compiler] "Unnecessary cast" problems forSasikanth Bharadwaj1-4/+12
2014-12-26Bug 455723 - Nonnull argument not correctly inferred in loopI20141230-0800Stephan Herrmann1-1/+2
2014-11-30Bug 453483 - [compiler][null][loop] Improve null analysis for loopsStephan Herrmann1-1/+2
2014-11-23Bug 452788 - [1.8][compiler] Type not correctly inferred in lambdaStephan Herrmann1-1/+2
2014-11-08Fixed Bug 424290 - [1.8] Evaluate alternate options for lambda shapessankaran1-0/+4
2014-11-02Bug 435805 - [1.8][compiler][null] Java 8 compiler does not recognizeStephan Herrmann1-2/+2
2014-04-24Bug 430150 - [1.8][null] stricter checking against type variablesStephan Herrmann1-1/+2
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran1-4/+0
2014-02-06Bug 427438 - [1.8][compiler] NPE atStephan Herrmann1-2/+5
2013-12-17[1.8] Partial fix for Bug 423429 - [1.8][compiler] NPE inssankaran1-0/+10
2013-11-26Fixed Bug 422489 - [1.8][compiler] NPE in CompoundAssignment.analyseCode ssankaran1-1/+1
2013-11-17[1.8] Cumulate commit for bugs 421903, 421901, 421898, 401847ssankaran1-1/+1
2013-10-16[1.8] Replace TypeBinding comparison with ==/!= to method calls.ssankaran1-2/+2
2013-09-22Bug 417758 - [1.8][null] Null safety compromise during array creationStephan Herrmann1-8/+5
2013-09-01Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-1/+1
2013-09-01Bug 416307 - [1.8][compiler][null] subclass with type parameterStephan Herrmann1-8/+6
2013-08-18Bug 415043 - [1.8][null] Follow-up re null type annotations after bugStephan Herrmann1-2/+2
2013-08-18Bug 415043 - [1.8][null] Follow-up re null type annotations afterStephan Herrmann1-15/+23
2013-08-15Bug 392099 - [1.8][compiler][null] Apply null annotation on types forStephan Herrmann1-4/+10
2013-04-03Bug 400761 - [compiler][null] null may be return as boolean without aStephan Herrmann1-3/+2
2013-03-04Fixed Bug 401769 - [1.8][compiler] Explore solutions with betterssankaran1-4/+17
2013-02-28bug 401030 - [1.8][null] Null analysis support for lambda methods. Stephan Herrmann1-1/+2
2013-02-20Fixed Bug 399778 - [1.8][compiler] Conditional operator expressionsssankaran1-2/+7
2013-02-06Combined fix forStephan Herrmann1-2/+3
2013-02-06Fixed Bug 399979 - [1.8][compiler] Statement expressions should bessankaran1-2/+6
2013-02-04Semantic analysis of lambda expressions.ssankaran1-2/+11
2013-02-01Bug 382701: Incremental support for semantic analysis (JSR335)Jesper S Moller1-0/+3
2012-12-04Bug 394768 - [compiler][resource] Incorrect resource leak warning whenStephan Herrmann1-1/+2
2012-10-19Bug 388996 - [compiler][resource] Incorrect 'potential resource leak'Stephan Herrmann1-2/+3
2012-10-09Fixed Bug 345305 - [compiler][null] Compiler misidentifies a case ofStephan Herrmann1-0/+3
2012-03-11HEAD - Fixed bug 365859: [compiler][null] distinguish warnings based onv20120311-2224Stephan Herrmann1-1/+2
2012-02-14HEAD - Fixed bug 370639: [compiler][resource] restore the default forStephan Herrmann1-6/+9
2012-02-04HEAD - Fixed bug 368546: [compiler][resource] Avoid remaining falseStephan Herrmann1-1/+2
2012-01-15HEAD - Fixed bug 358903: Filter practically unimportant resource leakStephan Herrmann1-3/+3
2012-01-14HEAD - Fixed Bug 365519 - editorial cleanup after bug 186342 and bugStephan Herrmann1-1/+4
2012-01-04Fixed bug 366999: VerifyError: Inconsistent stackmap framesSrikanth1-1/+3
2012-01-03Fixed bug 367566: In try-with-resources statement close() method ofSrikanth1-2/+10
2011-12-19HEAD - fix for bug 365835: [compiler][null] inconsistent errorv20111219-2020Stephan Herrmann1-4/+4
2011-11-30HEAD - Fixed Bug 186342 [compiler][null] Using annotations for nullStephan Herrmann1-1/+21
2011-10-13HEAD - Fixed bug 360328: [compiler][null] detect null problems in nestedStephan Herrmann1-4/+1
2011-10-09HEAD - Fixed bug 360328: [compiler][null] detect null problems in nestedStephan Herrmann1-3/+8
2011-10-01HEAD - Fixed bug 359334: Analysis for resource leak warnings does notStephan Herrmann1-1/+1
2011-09-29HEAD - Fixed bug 359334: Analysis for resource leak warnings does notStephan Herrmann1-1/+1

Back to the top