Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-25Final part, passes all java8 tests, compiler is back to where it wassasikanth/BETA_JAVA9_ExperimentSasikanth Bharadwaj1-1/+16
before all this, only cleanup remains
2016-08-09Bug 479610 Module path container implementation to handle implicitY20160811-1000Sasikanth Bharadwaj1-0/+2
module dependencies via the 'requires public' statement Change-Id: Idd7943949c09531a8e31c1794d86ef7a11eac58c
2016-08-05Bug 479610 - Resolution of target modules of targeted exports statementsSasikanth Bharadwaj1-0/+19
using workspace root as module source path, thus avoiding circular dependency issue Change-Id: Ice66997ee02ac7f9b598f91f7d970b879e7801b5
2016-07-12Bug 487421 - Adding fix + Test for scenarios that use modules as plainJay Arthanareeswaran1-13/+15
old JAR.
2016-07-04Bug 487421 - [1.9][batch] Support Java 9 options in command lineJay Arthanareeswaran1-15/+13
compiler
2016-05-31Merge remote-tracking branch 'origin/master' into BETA_JAVA9Manoj Palat1-4/+4
Conflicts: org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/IBinaryType.java org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/PackageBinding.java org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NameEnvironmentWithProgress.java org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CancelableNameEnvironment.java Change-Id: I6c739d350b2a1926a11fa828b67641acbc9bb71c
2016-04-05Bug 489702 - Replace new PrimitiveWrapper() with .valueOf()Alex Blewitt1-4/+4
The primitive wrapper classes (Byte, Short, Character, Integer, Long) all have a constructor that takes a String (or primitive) value and return a new instance wrapping that type. They also have a valueOf method which does the same thing, but without creating a new object instance. Replace calls to the constructor and in-line calls where the object creation doesn't escape (for example, new Integer().intValue() or equivalent). Change-Id: I70310f46c085879b6efa28740186426de59c81b5 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-03-28Bug 480992 - [1.9] Versioning Changes support - JEP 223Y20160526-1000Y20160519-1000Y20160513-1000Y20160505-1000Y20160428-1430Y20160428-1000Y20160421-1000Y20160414-1000Y20160407-1000Y20160331-1000P20160526-0900P20160519-0900P20160512-0900P20160505-0900P20160428-0800P20160421-0800P20160414-0800P20160407-0800P20160331-0800Jay Arthanareeswaran1-12/+12
Change-Id: Id359b3ea40cbce87bdda3a618f6cae7d80e350b8
2015-10-02Bug 477387 - [1.9] JDT tests are incredibly slow with JRE 9Jay Arthanareeswaran1-3/+22
2015-09-22Bug 473901 - [1.9] Restructure Java Model for JimageJay Arthanareeswaran1-2/+75
2015-07-13Bug 470207: IJavaProject#getOptions should return Map<String, String>Markus Keller1-8/+8
2015-01-06[396854][449780] Don't create ExternalPackageFragmentRoot with null pathEd Merks1-1/+1
Change-Id: I1b8fc716e24f43947111f7c2ec0a6c9b5ec1c925 Signed-off-by: Ed Merks <ed.merks@gmail.com>
2014-08-31Revert "Bug 441726 - JDT performance regression due to bug 410207"Markus Keller1-12/+2
This reverts commit 3d73760dc9e0c52d27b28aa6b5ee7c1a07bc4ccf.
2014-08-18Bug 441726 - JDT performance regression due to bug 410207Terry Parker1-2/+12
Add a cache in JavaModelManager that maps a jar's IPath to its Java language level, and persist the cache across Eclipse sessions. This cache makes JarPackageFragmentRoot creation much faster. Items in the cache are invalidated whenever the DeltaProcessor sees that a jar's timestamp has changed. FullSourceWorkspaceModelTests.testGetAllPackageFragmentRoots took 123ms to execute before this patch, and only 29ms with this patch applied. The same test took 30ms in Kepler with the patch for bug 411423 applied. Change-Id: Ic97dff022f9501a25315c35fae42df79b01486cc Signed-off-by: Terry Parker <tparker@google.com>
2014-01-28Bug 422822 - Fix the Generics related warnings in official buildJayaprakash Arthanareeswaran1-0/+1
2013-02-06Fix for bug 396299 - Incompatible required libraries problem is notJayaprakash Arthanareeswaran1-2/+3
updated when compliance changes
2012-01-10Bug 341296: .classpath file is read-only, many modifications later andMarkus Keller1-4/+4
ok, can not write error
2011-10-20HEAD - Fixed bug 287164: Report build path error if source folder hasSrikanth1-5/+20
other source folder as output folder
2011-08-23Fixed bug 346010: [model] strange initialization dependency in OptionTestsStephan Herrmann1-3/+5
2011-05-10HEAD - Bug 324987: [formatter] API compatibility problem with Annotation ↵Markus Keller1-29/+28
Newline options
2011-05-04HEAD- Fixed bug 90486: Give more info when a dependency cycle is detectedAyushman Jain1-4/+24
2011-03-08HEAD - Fix for 338649: [perfs] Regression on ↵Satyam Kandula1-9/+30
FullSourceWorkspaceModelTests#testInitJDTPlugin
2011-02-24HEAD - Fixed bug 241598: [API] Constant needed for .classpathOlivier Thomann1-1/+1
2011-02-18HEAD - Fixed bug 336046: Source attachment not recovered when importing ProjectsJayaprakash Arthanareeswaran1-0/+6
2011-02-14HEAD - Fixed bug 274737: Relative Classpath entries should not be resolved ↵Jayaprakash Arthanareeswaran1-4/+4
relative to the workspace
2010-12-22HEAD - Fix forJayaprakash Arthanareeswaran1-4/+3
2010-11-24HEAD - Fix for 330845Olivier Thomann1-1/+1
2010-11-19HEAD - Reverting fix made for 324367.Jayaprakash Arthanareeswaran1-3/+1
2010-10-11HEAD - Fix for 311022Jayaprakash Arthanareeswaran1-1/+3
2010-09-13HEAD - Reverting fix for 324987v_B12aOlivier Thomann1-26/+29
2010-09-13HEAD - 324987Frederic Fusier1-29/+26
2010-09-03HEAD - 308000Frederic Fusier1-3/+9
2010-08-30HEAD - Fix for 320618 releasing for stephan@cs.tu-berlin.deJayaprakash Arthanareeswaran1-1/+2
2010-05-27HEAD - 313965Jayaprakash Arthanareeswaran1-2/+13
2010-04-20HEAD - 305037Jayaprakash Arthanareeswaran1-20/+13
2010-04-08HEAD - Fix for 307295Olivier Thomann1-0/+2
2010-03-04HEAD - 304081Jayaprakash Arthanareeswaran1-37/+12
2010-03-02HEAD - 252431 API with implementationJayaprakash Arthanareeswaran1-73/+214
2010-02-22HEAD - 294360 with testJayaprakash Arthanareeswaran1-2/+2
2009-07-08HEAD - Fix for defect #280497 (Jay)Srikanth Sankaran1-1/+6
2009-06-30HEAD - Fix for 191176Olivier Thomann1-5/+3
2009-06-24HEAD - Fix for defect #276373 (Jay)Srikanth Sankaran1-0/+12
2009-04-23HEAD - 273308Jerome Lanneluc1-6/+6
2009-03-23HEAD - 269336Frederic Fusier1-57/+94
2009-03-07HEAD - Fix copyrightsOlivier Thomann1-1/+1
2009-02-27HEAD - Use static member classOlivier Thomann1-1/+1
2009-01-15HEAD - 259685Jerome Lanneluc1-12/+16
2008-11-13HEAD - fix deprecated usage of PreferencesJerome Lanneluc1-37/+14
2008-10-13HEAD - 175226Jerome Lanneluc1-2/+3
2008-10-09HEAD - 198572Jerome Lanneluc1-30/+65

Back to the top