Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Final part, passes all java8 tests, compiler is back to where it wassasikanth/BETA_JAVA9_ExperimentSasikanth Bharadwaj12-65/+148
2016-09-23In progress - have a clear distinction between module (which representsSasikanth Bharadwaj27-189/+322
2016-09-22Crude implementation that works - failures in ModuleBuilderTests are allSasikanth Bharadwaj10-78/+140
2016-09-22Tentative sketch of new implementation in model and builderSasikanth Bharadwaj21-218/+466
2016-09-21Working implementation with all BatchCompilerTests passing on 1.8.Sasikanth Bharadwaj6-32/+30
2016-09-21A sketch of the possible resolution of packages in module context withSasikanth Bharadwaj3-45/+159
2016-09-20Package visibility question answered, but based on names, not bindingsSasikanth Bharadwaj2-9/+43
2016-09-201. Make INameEnvironmentExtension module aware and provide necessarySasikanth Bharadwaj16-192/+134
2016-09-19Return INameEnvironment to it's previous (module unaware) version andSasikanth Bharadwaj18-380/+215
2016-09-19Merge big experiment with changes for bug 500265 and improve furtherSasikanth Bharadwaj15-222/+294
2016-09-18Big experimentSasikanth Bharadwaj27-581/+1614
2016-09-09Fix for Bug 500622 [9][search] Index module-info.javaY20160922-1000Y20160915-1000Manoj Palat10-125/+246
2016-09-09Fix for bug 500946 [BETA_JAVA9] Some merge from master has gone wrongManoj Palat1-10/+0
2016-09-09Handle the warnings in tests due to deprecation of AST.JLS8.Jay Arthanareeswaran1-18/+23
2016-09-09Handle the warnings in tests due to deprecation of AST.JLS8.Jay Arthanareeswaran31-887/+1014
2016-09-09Bug 486013 - Disable tests failing with JRE 8 for now.Jay Arthanareeswaran3-5/+5
2016-09-09Bug 486013 - 'new Boolean' is deprecated. Altering the test to useJay Arthanareeswaran1-2/+6
2016-09-08Merge remote-tracking branch 'origin/master' into BETA_JAVA9Markus Keller35-23439/+23452
2016-09-08Bug 497419: Fix CRLF line endings in jdt.core sourcesMarkus Keller25-5307/+5307
2016-09-08Bug 501069: IOpenable.isOpen() returns false for an open JavaProjectMarkus Keller1-3/+11
2016-09-08Javadoc: Document inconsistent parent-child relationship for nested binary IT...Markus Keller1-0/+5
2016-09-08Bug 466944: [BETA_JAVA9] Make JDT Core tests run with JDK 9Markus Keller3-3/+0
2016-09-08Merge remote-tracking branch 'origin/master' into BETA_JAVA9Markus Keller61-112/+695
2016-09-08minor toString() improvementsStephan Herrmann1-6/+7
2016-09-07Bug 499597 - [null][1.8] NonNullByDefault not appliedTill Brychcy2-1/+73
2016-09-07Bug 495912 - ICompilationUnit#codeSelect(..) doesn't work on methodJay Arthanareeswaran3-5/+155
2016-09-07Bug 499961 - ECJ's ant adapter does not set suitable complianceJay Arthanareeswaran1-0/+1
2016-09-07Minor version bump up rel bug 488273 Move JDT Project compliance to 1.8Manoj Palat10-10/+10
2016-09-06Fixed bug 500374 Using a method reference to a generic method in a BaseI20160906-0800Sasikanth Bharadwaj3-2/+82
2016-09-05Bug 500211: [1.9] Help does not work if JDT Java 9 beta is installedY20160908-1000Markus Keller5-14/+82
2016-09-02Bug 500714 - JavaModelManager cache gets stale and returns invalidSergey Prigogin2-4/+45
2016-09-01Bug 500673 - ASTParser.createASTs() throws ClassCastException:Stephan Herrmann2-0/+28
2016-09-01Bug 500093 - [formatter] AssertionError with 'Next line on wrap' for array in...Mateusz Matela3-5/+45
2016-09-01Fix for Bug 500083 [1.9][compiler] Bad error message/constant forY20160901-1000Manoj Palat6-5/+17
2016-08-31Bug 500096 - [formatter] Indent declarations within enum declaration doesn't ...Mateusz Matela2-0/+29
2016-08-30Bug 500135 - [formatter] 'Parenthesis positions' ignores single member annota...Mateusz Matela2-4/+19
2016-08-30Bug 500092 - [formatter] Blank lines at beginning of method body doesn't work...Mateusz Matela2-12/+26
2016-08-30Bug 500443 - [formatter] NPE on block comment before 'force-wrap' elementMateusz Matela2-3/+21
2016-08-30minor change (R->r) for bug 488659 [1.9] Allow effectively-finalManoj Palat2-2/+2
2016-08-30Fix for comment 3 of bug 488659 [1.9] Allow effectively-final variablesManoj Palat3-2/+67
2016-08-30regenerating jar after the mergeManoj Palat1-0/+0
2016-08-30Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat87-13618/+15584
2016-08-29Fix for Bug 488273 Move JDT Project compliance to 1.8I20160830-0800Manoj Palat42-70/+70
2016-08-23Bug 493837: MirroredTypesException not thrown when annotation ClassI20160824-1429I20160823-1359I20160823-0759Anton Tanasenko7-8/+95
2016-08-22Bug 497719: [1.9] [dom/ast] support for resource references in TryStatementY20160825-1000Markus Keller5-12/+19
2016-08-22Bug 487780: [1.9] [DOM] AST changes for java 9Markus Keller27-164/+208
2016-08-22Bug 488441 - [content assist] Substring proposals have incorrectJay Arthanareeswaran2-46/+260
2016-08-22Bug 488441 - [content assist] Substring proposals have incorrectJay Arthanareeswaran8-549/+550
2016-08-22javadoc fix for bug 497719 [1.9] [dom/ast] support for resourceP20160822-1119Manoj Palat1-2/+2
2016-08-19Bug 495912 - ICompilationUnit#codeSelect(..) doesn't work on methodJay Arthanareeswaran2-8/+76

Back to the top