Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-04Bundles need version update after addition of automatic module namesI20171205-0250I20171205-0030I20171204-2000Jay Arthanareeswaran8-8/+8
2017-12-04Bug 527576 - [9] SearchNameEnvironment treats jars in a project as partI20171204-0850I20171204-0830I20171204-0530Till Brychcy1-1/+1
2017-12-04Bug 520482: NPE in Expression.forcedToBeRaw() if enclosing method isStephan Herrmann2-1/+42
2017-12-04unit test for Bug 527749: [9][dom ast]ProvidesDirective - resolveBindingManoj Palat1-0/+66
2017-12-04Bug 520681: [9] Update Javadoc of IMember to include IModuleDescriptionJay Arthanareeswaran1-3/+3
2017-12-04Bug 527597 - Please add @Override annotations forLars Vogel82-342/+863
2017-12-03Bug 519380 - Type inference problemI20171203-2000Stephan Herrmann1-0/+39
2017-12-03Fix for Bug 528059 - [9][search] Allow regex in module declarationManoj Palat6-11/+408
2017-12-02Fix for Bug 527873 - [9][content assist] proposes default packageI20171203-0800I20171202-1500I20171202-0800Manoj Palat2-6/+128
2017-12-01Bug 528046 - [1.8] problem with method reference to constructor andI20171201-2000Till Brychcy2-1/+31
2017-12-01Bug 528045 - [1.8] problem with method reference and overloadingTill Brychcy2-0/+32
2017-11-30Module Graph part of Bug 519151 - [9][search] Need a way to use modulesI20171201-0600I20171201-0345Manoj Palat7-23/+702
2017-11-30Bug 527855: Add Automatic-Module-Name to MANIFEST.MF in all componentsI20171130-2100I20171130-2000Jay Arthanareeswaran16-0/+16
2017-11-30Fixed Bug 527751: [9] commit the changes needed for generatingSasikanth Bharadwaj1-0/+2
2017-11-29Fixed Bug 526132: Copy and paste the same function in a class gave NPEI20171129-2000Sasikanth Bharadwaj2-3/+61
2017-11-29Additional test for Bug 526996 - CompilationUnit.setCommentTable(...)Manoj Palat1-0/+808
2017-11-29Bug 527531 - Use sets for collections if element lookup is the onlyAndrey Loskutov9-25/+27
2017-11-29minor cleanup post bu 519151Manoj Palat1-1/+1
2017-11-28Bug 527819 - make the refresh job scheduling fail safeI20171128-2000Andrey Loskutov1-58/+48
2017-11-28Bug 527819 - generify collections and remove @SuppressWarningsAndrey Loskutov1-44/+45
2017-11-28Bug 527819 - use Linked(HashSet|HashMap) to be deterministicAndrey Loskutov2-17/+17
2017-11-28Bug 527819 - don't ignore return value of File().mkdirs()Andrey Loskutov1-5/+3
2017-11-28Bug 527819 - use right object for synchronizationAndrey Loskutov1-2/+2
2017-11-28Bug 526180 - ExternalFoldersManager.createLinkFolder is notAndrey Loskutov1-12/+31
2017-11-28Bug 522554 - Open org.eclipse.jdt.core.provisional package toJay Arthanareeswaran1-1/+1
2017-11-28Bug 526545 - separated java9 and java8 APT Elements implementationsIgor Fedorenko6-124/+202
2017-11-28module list part of bug 519151 [9][search] Need a way to use modules asManoj Palat6-23/+813
2017-11-27Bug 527776 - Error in log: "ResourceI20171128-0100I20171127-2000Andrey Loskutov1-1/+8
2017-11-27Bug 515600 - [1.8][inference] inferencing issue when building projectTill Brychcy6-10/+82
2017-11-27Fixed bug 526911: Generated class file causes exception, works withSasikanth Bharadwaj6-2534/+2799
2017-11-26Bug 518157 - A Class<? extends RawType> = Impl.class where RawType is aTill Brychcy5-13/+59
2017-11-25Bug 527731 - Incorrect cycle detected in type hierarchyI20171126-2000Stephan Herrmann2-1/+49
2017-11-24Regression test for bug 458457I20171125-1500I20171124-2000Sasikanth Bharadwaj1-1/+57
2017-11-24Fixed Bug 519600: [9][batch] Batch compiler does not set compliance whenSasikanth Bharadwaj2-1/+37
2017-11-23Bug 525303: [compiler] Explicitly typed lambda targeting a wildI20171123-2000Stephan Herrmann1-1/+1
2017-11-23Bug 527351: [9] "CompilationUnit has no property module" fromStephan Herrmann2-3/+27
2017-11-23Bug 527464: [9] help does not show many new java 9 optionsJay Arthanareeswaran2-0/+6
2017-11-22Fix for Bug 527566: 3 WorkingCopyOwnerTests failing on JippManoj Palat1-2/+4
2017-11-22Bug 425035 - [1.5][assist] Should offer proposals for enum-array-typedI20171122-2000Till Brychcy7-141/+733
2017-11-22Bug 526590 - Content assist for abstract method parameter annotationsGayan Perera2-2/+64
2017-11-22Bug 526591 - fix "using hashCode() on array"Andrey Loskutov4-5/+5
2017-11-22Bug 526591 - fix "using .equals to compare two char[]'s"Andrey Loskutov4-12/+12
2017-11-22Bug 527576 - [9] SearchNameEnvironment treats jars in a project as partTill Brychcy2-0/+71
2017-11-22Bug 527260 - Make the computation of transitive closure conditionalJay Arthanareeswaran1-9/+16
2017-11-22Bug 527260 - [Java 9] need an equivalent option to the javac --releaseJay Arthanareeswaran12-38/+1418
2017-11-21Bug 527566 - 3 WorkingCopyOwnerTests failing on JippI20171121-2000Andrey Loskutov1-1/+2
2017-11-21Bug 527046 - Tests failing in TypeResolveTestsAndrey Loskutov1-1/+1
2017-11-21Bug 527373 - set alphabetical test order default if nothing specifiedAndrey Loskutov1-1/+1
2017-11-21adding missed out doc of CL option for Bug 498942: [9] Update ECJ Man page wi...Manoj Palat1-1/+5
2017-11-21Test enable for Bug 509050: [9] code completion support for new grammar changesManoj Palat1-2/+1

Back to the top