Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Bug 531714 - [19.3][12] JEP 325: Switch Expressionsmanoj/experiment_1Stephan Herrmann31-431/+566
2018-03-01support for default -> expr and default -> throw eManoj Palat29-377/+419
2018-03-01support for throw expression in switch case expression.Manoj Palat28-358/+384
2018-02-28grammar changes for break statement, switch stack adjustments plusManoj Palat30-365/+430
2018-02-27correction in break statement with labelManoj Palat1-3/+4
2018-02-27wip arrow - follow up commit - correct java.g fileManoj Palat1-2/+0
2018-02-26wip arrowManoj Palat30-410/+461
2018-02-26bStep: case with multiple exprs (no error checks yet)Manoj Palat27-340/+374
2018-02-23proto baby step : Grammar changes for break exprManoj Palat23-24/+38
2018-02-22Revert "se - initial commit - grammar changes with parser stubs"Manoj Palat29-479/+391
2018-02-22se - initial commit - grammar changes with parser stubsManoj Palat29-391/+479
2018-02-06Bug 496123 - fixed two obvious bugs reported by SpotBugsI20180206-2000Andrey Loskutov2-2/+2
2018-02-06Bug 481796 - fixed copy/paste error resulting in the infinite loopAndrey Loskutov1-1/+1
2018-02-06Bug 530038 - NameEnvironment.modulePathEntries should be orderedAndrey Loskutov1-1/+1
2018-02-06Bug 530758 - Build failure in I20180205-2000I20180206-0315Jay Arthanareeswaran3-3/+3
2018-02-06unit test for bug 530575Sasikanth Bharadwaj1-0/+68
2018-02-05Fixed Bug 520858: [9] ECJ should not allow module source path without aI20180205-2000Sasikanth Bharadwaj10-111/+286
2018-02-04Bug 486013 - [1.9][tests] Test case issuesI20180204-2000Stephan Herrmann1-9/+10
2018-02-03Bug 530066 - Formatter completely hangs Eclipse on line comments that split v...Mateusz Matela2-0/+18
2018-02-03Bug 530653 - [9] CCE with module-info.class and Outline viewI20180203-1500Stephan Herrmann8-36/+77
2018-02-03Bug 530653 - [9] CCE with module-info.class and Outline viewStephan Herrmann16-29/+86
2018-02-02Bug 530634 - Remove JAVA_TOOL_OPTIONS from sub-process envMikael Barbero2-7/+17
2018-02-02Bug 530581 - [9] ModuleBinding.tagBits should be longI20180202-2000Till Brychcy2-4/+4
2018-02-01Bug 530444 - [10] JSR 269 API changesI20180202-0315I20180201-2325I20180201-2000Jay Arthanareeswaran3-7/+37
2018-01-30Fix for bug 518794 [9] [dom ast] API problems with module bindings -I20180201-0200I20180131-2000I20180130-2000Manoj Palat4-4/+328
2018-01-29Bug 530260 - [testsources] Add methods in SearchEngine that takeI20180129-2000Till Brychcy2-5/+68
2018-01-29Bug 530300 [test][search] JavaSearchBugs9.testBug530016_006 failureManoj Palat1-7/+7
2018-01-29Bug 530099 - [9] Missing warning: module name ... should avoid terminalJay Arthanareeswaran4-11/+5
2018-01-29Bug 528385 - ToStringSorter.sort() shouldn't be voidAndrey Loskutov2-7/+6
2018-01-29unit test for bug 518272 - [9] Accessor methods (access$0) generated inI20180129-0605I20180129-0540Sasikanth Bharadwaj1-1/+21
2018-01-27Bug 530402 - CCE on hover in module-info.javaI20180128-2000I20180127-1500Stephan Herrmann5-6/+76
2018-01-25Bug 530235 - [1.8][inference] Lambda code compiles in eclipse but failsI20180127-0150I20180126-2040Stephan Herrmann2-1/+31
2018-01-25Bug 526335 - [9][hovering] Deprecation warning should show the newStephan Herrmann2-6/+12
2018-01-23Bug 526335 - [9][hovering] Deprecation warning should show the newStephan Herrmann2-18/+56
2018-01-23Bug 526335 - [9][hovering] Deprecation warning should show the newS4_8_0_M5I20180124-2000I20180124-0800I20180123-2000Stephan Herrmann1-0/+87
2018-01-23Bug 526335 - [9][hovering] Deprecation warning should show the newStephan Herrmann1-15/+16
2018-01-22Bug 530142 - [9] Module autocompletion ignores Automatic-Module-Name forI20180123-1010I20180123-0800I20180122-2000Till Brychcy2-1/+31
2018-01-22Bug 526335 - [9][hovering] Deprecation warning should show the newStephan Herrmann25-149/+623
2018-01-22Follow up commit for bug 530016I20180122-0800Manoj Palat2-8/+8
2018-01-22Bug 500905 - [9] Read modules from JMODJay Arthanareeswaran7-15/+543
2018-01-21Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacI20180121-2000Stephan Herrmann2-3/+15
2018-01-21Fix for bug 530016 [9][search] provide a trapdoor for regex usage inI20180121-0800Manoj Palat3-3/+386
2018-01-19Bug 530007 - [9]I20180120-1500I20180120-0800Stephan Herrmann6-32/+76
2018-01-19Bug 530049 - Remove manual GC call from Index.save()I20180119-2000Andrey Loskutov1-3/+0
2018-01-19Bug 530038 - ModuleOptionsTests.testLimitModules3 is failing on GerritAndrey Loskutov2-3/+3
2018-01-19Bug 527530 - Fix hashCode and equals for VariableElementImplTill Brychcy3-2/+52
2018-01-18Bug 527066 - [9] ModuleDeclaration.createScope() should answer toI20180119-0110I20180118-2000Stephan Herrmann1-2/+52
2018-01-18Bug 507109 - [9] Consider @NonNullByDefault in module-infoStephan Herrmann4-4/+6
2018-01-18Fixed Bug 516833: [1.8][compiler] compiler generates bad code forSasikanth Bharadwaj3-11/+31
2018-01-18Fixed bug 526310 - Making changes to 'Is modular' node does not triggerSasikanth Bharadwaj13-24/+1003

Back to the top