Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-17Bug 574903 - Simplify code around awaitingJobs inI20210717-1800Andrey Loskutov2-57/+51
2021-07-17Bug 574845 -small meta index cleanup and more debug loggingAndrey Loskutov1-4/+20
2021-07-16Bug 574257 - fix NPE on hovering over records, where the 'fields' is not init...I20210716-1800Zsombor Gegesy1-1/+1
2021-07-16Bug 574788 - Can't load JavaDoc for individual module jar with uniqueJay Arthanareeswaran2-2/+2
2021-07-14Bug 574282 - Simple record fails with Internal compiler error:I20210716-0020I20210715-2200I20210715-1800I20210714-1800Sravan Kumar Lakkimsetti3-47/+59
2021-07-14Bug 574791 - Adding more testsJay Arthanareeswaran1-0/+62
2021-07-14Bug 574791 - [16] Java 16 static initialization not working correctlyJay Arthanareeswaran2-9/+114
2021-07-14Bug 561726 - [dom ast] the ast target level not percolated down toSarika Sinha4-18/+91
2021-07-14Bug 574284 - [16] varargs record constructor not properly resolvedSravan Kumar Lakkimsetti2-1/+58
2021-07-14Bug 574821 - [14] Use a constant for "yield" instead of the literalJay Arthanareeswaran8-56/+37
2021-07-13Bug 574603 - [null][external] offer more IDE options for specifyingI20210713-1800Stephan Herrmann17-165/+668
2021-07-13Bug 574450 - ClosedFileSystemException in multi-threaded maven buildAndrey Loskutov1-10/+7
2021-07-13Bug 549446 - Incorrect IntersectionType inferringStephan Herrmann2-1/+24
2021-07-12Bug 574699 - fixed warning on deprecated importI20210712-1800Andrey Loskutov1-11/+1
2021-07-12Bug 574289 - [test] [performance] remove wait from tests.util.Util.zipJoerg Kubitz1-5/+8
2021-07-11Bug 574704 - [content assist] incomplete content assist before castI20210712-0340I20210712-0240I20210711-1800Stephan Herrmann4-6/+94
2021-07-11Bug 574752 - [test] infinite hang in CompletionTests2.testBug281598()Andrey Loskutov2-1/+16
2021-07-10Bug 574171 - Fix deadlock when updating meta indexI20210710-1800Gayan Perera4-210/+223
2021-07-08Bug 573287 - fix unclosed zipfile handle in ArchiveFileObjectS4_21_0_M1I20210710-0000I20210709-0030Joerg Kubitz15-155/+204
2021-07-07Bug 574499 - [16] [Sealed Classes] Error thrown for a class implementingI20210707-1800Kalyan Prasad Tatavarthi2-20/+26
2021-07-06Bug 574428 - [DOM AST] Need getter for JLS_LATESTI20210707-0600I20210706-1800Sarika Sinha1-1/+1
2021-07-06Bug 574267 - [content assist] [regression] No content assist forI20210706-0600Stephan Herrmann2-1/+47
2021-07-05Bug 574613 - fixed org.eclipse.jdt.core.tests.dom timeoutI20210705-1800I20210705-0600Andrey Loskutov2-9/+30
2021-07-04Bug 563020 - Fix chain completion with overloaded method referencesI20210704-1800I20210704-0600Gayan Perera2-0/+138
2021-07-03Bug 572978 - Remove "new index" code entirelyI20210703-1800Andrey Loskutov125-22247/+0
2021-07-03Bug 574613 - remove last reference to Indexer.waitForIndex()Andrey Loskutov1-3/+5
2021-07-03Bug 574613 - Tests always run with enabled indexer & brokenAndrey Loskutov22-153/+591
2021-07-03Bug 572978 - Remove "new index" "nd" references from non-nd codeAndrey Loskutov5-82/+64
2021-07-03Bug 572978 - Remove "new index" testsAndrey Loskutov18-4088/+0
2021-07-02Bug 574532 - [dogfooding][cleanup] Use new StringBuffer -> StringBuilderI20210703-0600I20210702-1800Lars Vogel64-1244/+1244
2021-07-01Bug 572978 - Remove "new index" code - remove debug option keysI20210701-1800Andrey Loskutov2-41/+0
2021-07-01Bug 574499 - [16] [Sealed Classes] Error thrown for a class implementingKalyan Prasad Tatavarthi7-7/+108
2021-07-01Bug 573363: Improve resource handling, remove unused methodsSravan Kumar Lakkimsetti2-35/+15
2021-07-01Bug 573287 - [test] unclosed zipfile handle in ArchiveFileObjectJoerg Kubitz1-0/+52
2021-07-01Bug 573287 - unclosed zipfile handle in ArchiveFileObjectJoerg Kubitz6-48/+17
2021-06-30Bug 574532 - [dogfooding][cleanup] Use new StringBuffer -> StringBuilderI20210630-1800Lars Vogel44-142/+142
2021-06-30Bug 574532 - [dogfooding][cleanup] Use new StringBuffer -> StringBuilderLars Vogel7-12/+12
2021-06-30Bug 574194 - [javadoc] @see ignores spaces between elements which is notKalyan Prasad Tatavarthi2-27/+79
2021-06-30Bug 572978 - Remove "new index" code - remove most referencesAndrey Loskutov7-590/+77
2021-06-30Bug 573642 - org.eclipse.jdt.internal.core.SearchableEnvironment NPESravan Kumar Lakkimsetti1-9/+11
2021-06-30Revert "Bug 573363: Improve resource handling, remove unused methods"Manoj Palat2-15/+35
2021-06-30Bug 573363: Improve resource handling, remove unused methodsAlexander Kriegisch2-35/+15
2021-06-30Bug 573363: Add option to skip retrying deletion in UtilAlexander Kriegisch1-1/+22
2021-06-30Bug 573363: Do not try to delete parent directory of non-deletable fileAlexander Kriegisch1-10/+18
2021-06-29Bug 574532 - [dogfooding][cleanup] Use new StringBuffer -> StringBuilderI20210629-1800Lars Vogel154-309/+309
2021-06-29Bug 574194 - [javadoc] @see ignores spaces between elements which is notKalyan Prasad Tatavarthi3-216/+257
2021-06-29Bug 573450 - Compiler finds cycle where there is noneSravan Kumar Lakkimsetti1-1/+1
2021-06-28Bug 573378 - Problem detected during type inference: Unknown error atI20210629-0210I20210628-1800Stephan Herrmann1-0/+32
2021-06-28Bug 574203 - Lot of compiler warnings in master - reduceSravan Kumar Lakkimsetti7-17/+15
2021-06-26Bug 573933 - Compiler cannot infer type with constructor methodI20210627-1800I20210626-1800Vikas Chandra3-6/+41

Back to the top