Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Adds missing space in tracing info for build/statsI20181009-0600Lars Vogel1-1/+1
2018-10-08Bug 539893 - Mark test sources in jdt.coreI20181008-1800I20181008-0600Till Brychcy8-17/+69
2018-10-08Fixing comparator errors by bumping the bundle versions.jay10-10/+10
2018-10-06Bug 539774 - Spurious compilation failures caused by java model usageI20181007-1800I20181007-0600I20181006-1800Till Brychcy1-1/+0
2018-10-05Bug 539774 - Spurious compilation failures caused by java model usageI20181006-0600I20181005-1800Till Brychcy5-14/+117
2018-10-05Bug 539536: ClosedFileSystemExceptionjay1-122/+50
2018-10-05Bug 537666 - fixed false-negative in isExternalFolderPath(IPath)Julian Honnen2-7/+102
2018-10-05Bug 539698 - JavaSearchNameEnvironment disable module operation in <1.9Simeon Andreev1-2/+15
2018-10-04Bug 490096 - StackOverflowError on code complete of a lambda expressionI20181004-1800Stephan Herrmann1-0/+134
2018-10-04Bug 535743 - Eclipse fails to propose methods method inStephan Herrmann2-18/+286
2018-10-03Bug 539767 - ClasspathInitializerTests - testBug525597B is a nonTill Brychcy1-0/+14
2018-10-03Bug 539634: Disable Index Manager when requesting a project indexI20181003-2215I20181003-1800Saravanakumar A. Srinivasan1-18/+26
2018-10-03Bug 539663 - [9] in named module, class created by annotation processorTill Brychcy5-9/+20
2018-10-03Bug 475996 - NullPointerException in ASTNode.checkInvocationArgumentStephan Herrmann1-0/+2
2018-10-02Bug 516542 - [test] ClasspathTests.testEncoding1 errorI20181002-1800Stephan Herrmann1-1/+8
2018-10-02Suppress warningVikas Chandra1-0/+1
2018-10-01Bug 537312 - [test] reduce set of compliances in gerrit test runsStephan Herrmann1-33/+36
2018-10-01Bug 539385 - Updating EPL to 20Stephan Herrmann3-18/+9
2018-09-30Bug 539663 - [9] in named module, class created by annotation processorI20181002-0205I20181001-1800I20181001-0920Till Brychcy5-6/+70
2018-09-26additional version correction after merging from beta java 11Y20181025-0550I20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040I20180926-1800I20180926-0830Manoj Palat2-2/+2
2018-09-26adjusting version post beta java11 mergeManoj Palat10-13/+13
2018-09-26Merge remote-tracking branch 'origin/BETA_JAVA11'Manoj Palat10-14/+14
2018-09-26Bug 536276 - [11] Create P build - leftover changesP20180926-0920Manoj Palat10-14/+14
2018-09-26Merge branch 'BETA_JAVA11'jay154-957/+5449
2018-09-26Bug 539385 - Updating EPL to 20jay596-1788/+3576
2018-09-26Bug 539385: [11] Patch Build release preparationP20180926-0500P20180926-0215jay10-40/+0
2018-09-26Bug 539385 - Removing JCP DisclaimersP20180926-0115P20180925-2145jay66-264/+0
2018-09-25Bug 539421: [11] ClasspathMultiReleaseJar causes hang when compliance isjay1-26/+30
2018-09-25Bug 539361 - create multi release jars only for compliance >=1.9Julian Honnen1-2/+3
2018-09-25Bug 539421: [11] ClasspathMultiReleaseJar causes hang when compliance isI20180925-1800jay1-26/+30
2018-09-25Bug 539139 - code cleanup in ClasspathMultiReleaseJarAndrey Loskutov1-38/+33
2018-09-25Bug 539139 - FileSystemAlreadyExistsException during compilationjay1-15/+33
2018-09-24Bug 539361 - create multi release jars only for compliance >=1.9Julian Honnen1-2/+3
2018-09-21Bug 539285: Some plug-ins have lower qualifiers than in R4.9!SomeI20180924-1800I20180923-1800I20180922-1800I20180922-0245I20180922-0005I20180921-1800jay20-20/+20
2018-09-21merging 4.9 RC2P20180924-0400P20180921-0410Manoj Palat2254-7654/+19370
2018-09-18Bug 539139 - code cleanup in ClasspathMultiReleaseJarI20180920-1800I20180920-0630I20180920-0430I20180919-1800I20180918-2005I20180918-1800Andrey Loskutov1-38/+33
2018-09-18Bug 539139 - FileSystemAlreadyExistsException during compilationjay1-15/+33
2018-09-15Bug 539038 - Unresolved requirement: Import-Package: javax.annotationY20180919-2200P20180917-0655P20180917-0625Stephan Herrmann1-1/+2
2018-09-15[11][compiler]JEP 181 - Nestmate - Elision of bridge methods and otherManoj Palat1-0/+45
2018-09-14Bug 539053 - [11] Enable running the tests back to back with javacManoj Palat1-1/+11
2018-09-14Bug 535918 comment 14- [11][compiler]JEP 181 - Nestmate - Elision ofManoj Palat2-81/+88
2018-09-13Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacStephan Herrmann2-1/+63
2018-09-11Bug 533619 - [11][batch][compiler] support command line --enable-previewY20180912-2200P20180912-0530jay3-27/+122
2018-09-11Bug 460750 - [content assist] Java proposal doesn't offer enum value onI20180914-0620I20180913-1800I20180913-0415I20180912-2240I20180912-0225I20180912-0210I20180911-1400Vikas Chandra4-2/+71
2018-09-10Bug 531554 - Pref to allow null scheduling rule for Java BuilderMickael Istria9-118/+321
2018-09-06Bug 475996 - NullPointerException in ASTNode.checkInvocationArgumentI20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400Stephan Herrmann4-6/+27
2018-09-05Bug 537828 - Incorrect report : The field is defined in an inheritedI20180906-0005Till Brychcy1-8/+4
2018-09-05Bug 538531 - POM version change for 4.10 releaseI20180905-1305I20180905-0410Sravan Kumar Lakkimsetti18-20/+20
2018-09-05Bug 535802 - EPL 2.0 conversion for tool plug-ins and testsS4_9_0_RC2R4_9I20180906-0745I20180905-2000I20180905-0800Lars Vogel28-84/+168
2018-09-05Bug 535802 - EPL 2.0 conversion for org.eclipse.jdt.coreLars Vogel1583-4746/+9694

Back to the top