Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Bug 574754 - removed unneeded importI20210804-0930I20210730-1800I20210729-1800I20210729-0050I20210728-1800I20210727-1800I20210726-1800Andrey Loskutov1-1/+0
2021-07-25Bug 573301 - ClassCastException in InternalExtendedCompletionContextI20210725-1800Andrey Loskutov2-20/+21
2021-07-24Bug 574912 - [content assist] Content assist in lambda hangs workerStephan Herrmann3-30/+68
2021-07-24Bug 574982 - [content assist] quick fix for java.util.Arrays notI20210724-1800Snjezana Peco2-2/+70
2021-07-24Bug 574754 - don't try to construct JDK classpath from single filesAndrey Loskutov3-93/+93
2021-07-22Bug 574912 - [content assist] Content assist in lambda hangs workerI20210723-1800I20210722-1800Stephan Herrmann2-0/+55
2021-07-22Bug 574823 - fix chained completions on method invocations inside ifStephan Herrmann2-31/+112
2021-07-22Bug 574870 - [16] Declaration of pattern variable in instanceofVikas Chandra2-1/+145
2021-07-22Bug 574929 - ITypeBinding.getTypeBounds() returns an empty array for anJay Arthanareeswaran3-11/+55
2021-07-21Bug 574944 - CompletionTests fail sporadically since I20210718-1800I20210721-1800Andrey Loskutov2-0/+10
2021-07-20Bug 574912 - [content assist] Content assist in lambda hangs workerI20210721-0530I20210720-1800Stephan Herrmann2-27/+88
2021-07-20Bug 574906: In-scope pattern variables do not flow into instanceof-expressionsJesper Steen Møller2-16/+19
2021-07-19Bug 553097 - [13][content assist] No code completion after text blockI20210719-1800Jay Arthanareeswaran6-146/+382
2021-07-19Bug 574892: Pattern variable not found in conditionals under AND ANDJesper Steen Møller2-2/+24
2021-07-18Bug 574845 - filter incoming meta index updatesI20210718-1800Andrey Loskutov2-17/+124
2021-07-18Bug 574903 - fixed index saving / waiting for first jobAndrey Loskutov2-3/+15
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

Back to the top