Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Bug 480992 - [1.9] Versioning Changes support - JEP 223Jay Arthanareeswaran2-45/+45
2016-03-02Merge branch 'master' into BETA_JAVA9Jay Arthanareeswaran3-7/+122
2016-02-19Disallow annotations in module declarationsSasikanth Bharadwaj1-0/+161
2016-02-09Bug 476693 - [1.8] Open declaration jumps to the wrong method whenJay Arthanareeswaran2-6/+79
2016-02-08Bug 473008 - [content assist] method reference in field initializationI20160209-0800Jay Arthanareeswaran1-1/+43
2016-02-01bug 479610 - basic code gen support for module-infoSasikanth Bharadwaj3-8/+194
2016-01-10Bug 485477: ecj illegally accepts T.super as an expressionStephan Herrmann1-1/+35
2015-12-16Bug 481215 - Code completion does not work under certain circumstancesJay Arthanareeswaran1-6/+6
2015-04-13Enabling the test GDRT for Bug 383608 [1.8][compiler] Test failures needManoj Palat1-2/+2
2015-01-16Fixed bug 456861: [recovery] NPE in RecoveryScanner since Mars M4I20150116-1000Sasikanth Bharadwaj1-1/+70
2014-12-19Bug 455427 - [test] Make compiler test run with APT enabledJayaprakash Arthanareeswaran19-19/+43
2014-12-18Bug 432574 - [1.8][compiler] Bogus compiler errors with annotations on ellips...Szymon Ptaszkiewicz1-1/+33
2014-11-11Fixed bug 405778: [1.8][dom ast] method body recovery broken (emptyI20141111-0830I20141111-0800Sasikanth Bharadwaj1-1/+152
2014-10-23Bug 446765 - [1.8][content assist] Completion does not work with bothssankaran1-16/+226
2014-09-22Fixed Bug 440285 - [1.8] Compiler allows array creation reference withshankha banerjee1-0/+26
2014-09-17Fixed Bug 444300 - [1.8] content assist not working inside lambdassankaran1-1/+38
2014-09-17Fixed Bug 430667 - [1.8][content assist] no proposals around lambda as assankaran1-5/+137
2014-09-14Partial fix for Bug 430667 - [1.8][content assist] no proposals aroundssankaran1-0/+44
2014-09-13Fixed Bug 435682 - [1.8] content assist not working inside lambdassankaran1-20/+45
2014-09-13Fixed Bug 435219 - [1.8][content assist] No proposals for some closuressankaran1-0/+43
2014-09-09Fixed Bug 438952 - [1.8][content assist] StackOverflowError atssankaran1-0/+80
2014-09-03Junit for Bug 430336 - [1.8][compiler] Bad syntax error recovery: LonelyI20140903-1100Stephan Herrmann1-0/+64
2014-09-03Fixed Bug 430336 - [1.8][compiler] Bad syntax error recovery: LonelySasikanth Bharadwaj1-6/+6
2014-09-02Fixed Bug 430572 - [1.8] CCE on hovering over 'super' in lambdassankaran1-0/+46
2014-08-28Fixed Bug 430656 - [1.8][content assist] Content assist does not workssankaran1-0/+56
2014-07-03Bug 438875: Set correct project/file encodings and use Unix line delimiterMarkus Keller1-3792/+3792
2014-05-28fixed missing and irregular copyrightsMarkus Keller1-0/+10
2014-04-16Fix for Bug 421477 - [1.8][compiler] strange error message for defaultshankha banerjee1-6/+67
2014-03-26Fix for Bug 430867 - Test Case reports different set of errors for JREJayaprakash Arthanareeswaran1-1/+15
2014-03-11Fix for bug 428468 - Removing JCP disclaimer and updating @since tagsJayaprakash Arthanareeswaran12-48/+0
2014-02-27Fixed Bug 429110 - [1.8][quick fix] Hovering over the error does notMarkus Keller1-1/+32
2014-02-22Fixed Bug 402081 - [1.8][code complete] No proposals while completing at P20140222-1600ssankaran1-0/+49
2014-02-22More tests for Bug 428735 - [1.8][assist] Missing completion proposalsssankaran1-0/+150
2014-02-22Fixed Bug 428735 - [1.8][assist] Missing completion proposals insidessankaran1-0/+250
2014-02-06Fixed Bug 427532 - [1.8][code assist] Completion engine does not likessankaran1-0/+45
2014-02-06Fixed Bug 427117 - [1.8][code assist] code assist after lambda as assankaran1-0/+47
2014-02-06Fixed Bug 427463 - [1.8][content assist] No completions available inssankaran1-1/+45
2014-02-04Fixed Bug 427322 - [1.8][code assist] Eclipse hangs upon completion just ssankaran1-0/+86
2014-02-03Fixed Bug 427255 - [1.8][code assist] Hang due to infinite loop inssankaran1-0/+39
2014-02-03Fixed Bug 422901 - [1.8][code assist] Code assistant sensitive tossankaran1-3/+1
2014-01-09[1.8] Tests for Bug 425084 - [1.8] eclipse freeze while attemptingssankaran1-0/+86
2013-12-17[1.8] Partial fix for Bug 423429 - [1.8][compiler] NPE inssankaran1-1/+1
2013-12-17Fixed Bug 424110 - [1.8][hovering] Hover, F3 does not work for methodssankaran2-0/+138
2013-12-16Fixed Bug 424080 - [1.8][completion] Workbench hanging on code ssankaran1-0/+44
2013-12-14Bug 424053 - [1.8][compiler] Consolidate type inferenceStephan Herrmann1-1/+2
2013-12-13Fixed Bug 422468 - [1.8][assist] Code assist issues with type elidedssankaran2-9/+479
2013-12-02[1.8] Prepatory work for lambda expression recovery.ssankaran1-50/+61
2013-11-30Fixed Bug 405126 - [1.8][code assist] Lambda parameters incorrectlyssankaran1-0/+50
2013-11-29Fixed Bug 407106 - [1.8][code assist] Code assist failing for lambdassankaran1-1/+262
2013-11-29[1.8] Hook up new (empty) test suite for completion tests for Java 8ssankaran2-0/+38

Back to the top