Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacI20190209-1800Stephan Herrmann2-36/+37
2019-02-07Bug 538192 - [1.8][compiler] Eclipse IDE compiler error (lambda), usingStephan Herrmann1-0/+20
2019-02-07Bug 543727 - False positive "Unnecessary cast"I20190207-1800Jeff Johnston1-1/+49
2019-02-06Bug 540846 - [regression] Cannot infer type argument(s) for <R>Stephan Herrmann1-0/+27
2019-01-31Bug 533475 - ExceptionInIntializerError using ecj-4.7.3 in Java 9. JavaI20190204-1800I20190203-1800I20190202-1800I20190201-1800I20190201-0600I20190131-1800Stephan Herrmann1-1/+35
2019-01-27Bug 543820 - Problem with generics: wrong "Type mismatch: cannotI20190127-1800Stephan Herrmann1-1/+14
2019-01-26Bug 543856 - [test] report odd number of strings in testFiles in allI20190126-1800Stephan Herrmann2-6/+5
2019-01-23Bug 541532 - [11] JEP 323: Local-Variable Syntax for Lambda parametersI20190125-1800I20190124-1800I20190124-1235I20190124-0930I20190123-1800Manoj Palat1-1/+26
2019-01-20Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacStephan Herrmann1-4/+4
2019-01-20Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacStephan Herrmann2-107/+150
2019-01-17Bug 543526 - JDT does not give a compile error while javac doesI20190117-2335Stephan Herrmann1-1/+32
2019-01-13Bug 542520 - [JUnit 5] Warning The method xxx from the type X is neverI20190113-1800Pierre-Yves B.2-0/+135
2019-01-13Bug 543392 - [9] Improve error from "not found" to "not accessible" wereStephan Herrmann1-7/+7
2019-01-06Bug 542896 - [9] unnamed module accessing types via on-demand import ofI20190106-0600I20190106-0150Stephan Herrmann1-3/+3
2019-01-04Bug 543128 - Generic wildcard compiler bugStephan Herrmann1-0/+17
2018-12-20Bug 542829 - Consuming a binary type with MissingTypes attribute, mayStephan Herrmann1-1/+1
2018-12-16Bug 542084 - ecj exceeds maximum allowed length for syntheticAndrey Loskutov3-0/+163
2018-12-16Update bundle versions after initial changes post 4.10Stephan Herrmann2-2/+2
2018-12-16Bug 542829 - Consuming a binary type with MissingTypes attribute, mayStephan Herrmann1-0/+84
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseI20181215-1800I20181215-0340I20181214-1800I20181214-0720I20181214-0105I20181213-1800I20181212-1800I20181212-0230I20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi1-1/+1
2018-11-30Bug 541759 - [resource] don't suggest using t-w-r for a foreach elementI20181205-0600I20181204-1800I20181204-0600I20181203-1800Stephan Herrmann1-0/+59
2018-11-29Bug 538777 - With OpenJDK , Eclipse tests fail with Unrecognized JavaS4_10_0_RC1I20181203-0600I20181202-1800I20181202-0600I20181201-1800I20181201-0600I20181130-1800I20181129-0330jay1-0/+4
2018-11-29Bug 540067 - [9] An empty compilation unit in a package in a namedjay1-6/+198
2018-11-27Bug 473317 - [compiler][resource] AutoCloseable used in enhanced forI20181128-1800I20181128-1105I20181128-0810Stephan Herrmann1-0/+82
2018-11-25Bug 404648 - [1.8][compiler] investigate differences between ECJ & JavacI20181126-0140I20181125-1800Stephan Herrmann4-19/+51
2018-11-22Bug 541453 - [11][test] testBug537033 fails on Java 11I20181125-0600I20181124-1800I20181124-0600I20181123-1800Stephan Herrmann1-0/+9
2018-11-20Bug 539749 - [test] rewrite tests that use a JDK module removed in 11Stephan Herrmann1-8/+42
2018-11-09Bug 539893 - Mark test sources in jdt.coreTill Brychcy1-2/+6
2018-11-04Bug 539748 - [test] adjust tests to funny new text in CCE from JDK 11I20181104-1800Stephan Herrmann3-8/+8
2018-10-30Bug 540631 - [1.8] wrong classification of name in name::newI20181031-1800I20181031-0550I20181031-0540Stephan Herrmann2-4/+32
2018-10-30Bug 540520 - Problem compiling annonymous inner classI20181030-1800Stephan Herrmann1-1/+71
2018-10-23Bug 540123 - Comparator errors in I20181014-2350 after moving to 4.10M1I20181023-1200I20181023-0800jay1-1/+166
2018-10-22Bug 539329 - [inference] Compiler error in varargs method (compiles inI20181022-2040I20181022-1800Stephan Herrmann1-0/+31
2018-10-19Bug 478708 - Error in JDT Core during reconcile / AST creationStephan Herrmann1-0/+44
2018-10-19Bug 540313 - ClassCastException: TypeVariableBinding cannot be cast toI20181019-1800Stephan Herrmann1-0/+57
2018-10-18Bug 540264 - [1.8][null] NPE in LocalDeclaration.resolve when compileI20181019-0450I20181019-0330I20181018-1800Till Brychcy1-0/+33
2018-10-10Revert "Bug 539893 - Mark test sources in jdt.core"S4_10_0_M1I20181010-1800Noopur Gupta1-6/+2
2018-10-08Bug 539893 - Mark test sources in jdt.coreI20181008-1800I20181008-0600Till Brychcy1-2/+6
2018-10-08Fixing comparator errors by bumping the bundle versions.jay2-2/+2
2018-10-03Bug 475996 - NullPointerException in ASTNode.checkInvocationArgumentStephan Herrmann1-0/+2
2018-10-01Bug 537312 - [test] reduce set of compliances in gerrit test runsStephan Herrmann1-33/+36
2018-09-26Merge branch 'BETA_JAVA11'jay34-607/+3331
2018-09-26Bug 539385 - Updating EPL to 20jay255-765/+1530
2018-09-26Bug 539385: [11] Patch Build release preparationP20180926-0500P20180926-0215jay4-16/+0
2018-09-26Bug 539385 - Removing JCP DisclaimersP20180926-0115P20180925-2145jay18-72/+0
2018-09-21merging 4.9 RC2P20180924-0400P20180921-0410Manoj Palat27-597/+1805
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

Back to the top