Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-21Bug 57516 Switch Grammar Changes WIP.1JEP406_switch_patternManoj Palat29-400/+430
2021-05-11Bug 573364 - [17][compiler] Transform Switch case label Grammar tomanoj/switch.pattern.jep406Manoj Palat21-348/+360
2021-04-29Bug 572673 - [17] Implement Elements.isAutomaticModule(ModuleElement)Jay Arthanareeswaran26-27/+131
2021-04-28Bug 573079 - [17] Merge master to BETA_JAVA17 periodicallyManoj Palat7-12/+225
2021-04-28Bug 573158 - [16] BatchCompilerTest_16 is not part of any suite yet -I20210428-1800Manoj Palat1-4/+4
2021-04-28Bug 573079 - [17] Merge master to BETA_JAVA17 periodically - with justManoj Palat31-594/+744
2021-04-28Bug 573079 - [17] Merge master to BETA_JAVA17 periodically - upto 563004Manoj Palat81-1184/+1407
2021-04-28Bug 573195 - [16][record] protected modifier missing in canonicalManoj Palat2-3/+31
2021-04-27Bug 546097 - [content assist] Content Assist takes very long/abortsI20210428-0330I20210428-0040I20210427-1800Stephan Herrmann1-0/+42
2021-04-27Bug 473654 - Content assist hangsStephan Herrmann1-0/+54
2021-04-27Bug 572994 - Compiler does not report an error on instantiatingManoj Palat2-1/+91
2021-04-27Bug 563004 - [parser][14] Parse compact recordManoj Palat31-593/+744
2021-04-27Bug 573102 - ModuleElementImpl#getDirectives() doesn't fetchJay Arthanareeswaran6-8/+54
2021-04-26Bug 572966 - Add ASTRewritingInstanceOfPatternExpressionTest to a suiteI20210426-2110I20210426-1800Jay Arthanareeswaran1-0/+1
2021-04-26Bug 573158 - [16] BatchCompilerTest_16 is not part of any suite yetManoj Palat4-1/+23
2021-04-26Bug 573154 - [17] Update docs for reflecting Java 17 versionJay Arthanareeswaran2-9/+40
2021-04-24Bug 539617 - Content assist not working for constructors in lamdaI20210425-1800Stephan Herrmann7-50/+98
2021-04-23Bug 572864 - Fix the APT tests to run with JDK 17Jay Arthanareeswaran11-120/+149
2021-04-23Bug 572934 - Records - parameter hiding a field warningI20210424-1800I20210423-1800I20210423-0350I20210423-0140Kalyan Prasad Tatavarthi3-4/+88
2021-04-23Bug 572992 - [compiler][grammar] Transform Instanceof Grammar toManoj Palat28-407/+511
2021-04-22Bug 543617 - [completion] Null expectedType when resolving completionsStephan Herrmann1-0/+61
2021-04-22Bug 548779 - [1.8][complete] eclipse hangs on String AutocompletionI20210422-1800Stephan Herrmann1-0/+123
2021-04-22Bug 573088 - [test] testLeaksOnCleanBuild fails sporadically on GerritAndrey Loskutov1-2/+17
2021-04-22Bug 532366 - Autocompletion not available in Enum constructorsStephan Herrmann2-1/+26
2021-04-22Bug 558530 - Calling an enum constructor with a lambda as parameterStephan Herrmann3-28/+159
2021-04-22Bug 573084 - ReadManager uses reflection to ask for availableProcessorsAndrey Loskutov1-16/+5
2021-04-22Bug 539685 - Complete freeze when invoking code assist (infinite loop?)Stephan Herrmann1-1/+2
2021-04-22Bug 573079 - [17] Merge master to BETA_JAVA17 periodicallyManoj Palat67-509/+1734
2021-04-22Bug 572977 - Update signing urls and update CBI version to 1.3.1Sravan Kumar Lakkimsetti2-2/+2
2021-04-21Bug 572393 - cleaned up warnings in test codeI20210421-1800Andrey Loskutov1-6/+6
2021-04-21Bug 539685 - Complete freeze when invoking code assist (infinite loop?)Stephan Herrmann28-309/+965
2021-04-21Bug 567171 - fix synchronization issue in DeltaProcessingStateCarsten Hammer1-3/+4
2021-04-20Bug 572976 - Disable "new index" testsI20210420-1800Andrey Loskutov1-3/+3
2021-04-20Bug 572966 - [test] DOM tests should only be run required levels andI20210420-0500I20210420-0240Jay Arthanareeswaran3-11/+3
2021-04-20Bug 572484 - Fix the failing testJay Arthanareeswaran2-3/+19
2021-04-20Bug 572205 - [17][sealed] improved error message for anonymous classesSravan Kumar Lakkimsetti2-3/+31
2021-04-19Bug 562324 - reverted workaround not neeeded after compiler fixAndrey Loskutov1-2/+2
2021-04-19Bug 572393 - fix Intermittent random junit gerrit failures in jdt.coreJoerg Kubitz2-38/+45
2021-04-19Bug 570399 - [16][reconciler] canonical recordManoj Palat12-34/+559
2021-04-19Bug 572955 - Compiler warning in jdt.compiler.aptJay Arthanareeswaran2-1/+3
2021-04-19Bug 572864 - [17] Create Java 17 version and supporting code in testsJay Arthanareeswaran30-278/+442
2021-04-17Bug 562324 - [11][compiler] ClassFormatError caused by var declarationI20210418-1800I20210417-2330Stephan Herrmann5-7/+38
2021-04-16Bug 533831 - Name.resolveConstantExpressionValue() returns null whenI20210416-1800I20210416-0810Sarika Sinha3-1/+28
2021-04-16Bug 572484 - AnnotationBinding loses the declared order of annotationJay Arthanareeswaran8-91/+31
2021-04-15Revert "Bug 562324 - [11][compiler] ClassFormatError caused by var declaratio...I20210415-1800Manoj Palat1-10/+0
2021-04-15Bug 562324 - [11][compiler] ClassFormatError caused by varManoj Palat1-0/+10
2021-04-13Bug 562324 - [11][compiler] ClassFormatError caused by var declarationStephan Herrmann9-52/+157
2021-04-10Bug 530556 - Eclipse freezes when trying to use Content Assist insideI20210415-0010I20210414-1800I20210414-0330I20210413-2350I20210413-1800I20210413-1400I20210412-2130I20210412-1800I20210411-1800I20210410-1800Stephan Herrmann2-1/+115
2021-04-10Bug 572707 - Add StreamEx to well known CloseablesSebastian Zarnekow3-6/+61
2021-04-09Bug 571363 - ECJ adds empty packages from classpath to <Unnamed Module>I20210410-0630I20210409-2140I20210409-1800Jeff Johnston10-10/+129

Back to the top