Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-04Bug 520482: NPE in Expression.forcedToBeRaw() if enclosing method isStephan Herrmann1-1/+4
2017-12-01Bug 528046 - [1.8] problem with method reference to constructor andI20171201-2000Till Brychcy1-1/+1
2017-12-01Bug 528045 - [1.8] problem with method reference and overloadingTill Brychcy1-0/+1
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 Bharadwaj1-2/+2
2017-11-27Bug 515600 - [1.8][inference] inferencing issue when building projectTill Brychcy5-10/+17
2017-11-27Fixed bug 526911: Generated class file causes exception, works withSasikanth Bharadwaj4-5/+46
2017-11-26Bug 518157 - A Class<? extends RawType> = Impl.class where RawType is aTill Brychcy4-13/+22
2017-11-25Bug 527731 - Incorrect cycle detected in type hierarchyI20171126-2000Stephan Herrmann1-1/+1
2017-11-23Bug 525303: [compiler] Explicitly typed lambda targeting a wildI20171123-2000Stephan Herrmann1-1/+1
2017-11-22Bug 526591 - fix "using hashCode() on array"Andrey Loskutov3-4/+4
2017-11-22Bug 527260 - [Java 9] need an equivalent option to the javac --releaseJay Arthanareeswaran1-0/+17
2017-11-21Fixed Bug 525303: [compiler] Explicitly typed lambda targeting a wildSasikanth Bharadwaj2-2/+13
2017-11-21Fixed Bug 522469: [compiler]Invalid error about lambda parameters whenSasikanth Bharadwaj1-2/+29
2017-11-19Bug 527462 - UnresolvedReferenceBindings surfacing through DOM ASTTill Brychcy1-0/+7
2017-11-14Bug 522078: [9] intermittent resolve errors from the reconcilerI20171114-2000Stephan Herrmann2-4/+18
2017-11-14Bug 526940: [9] The package x.y.z does not exist or is empty - 2ndStephan Herrmann1-0/+6
2017-11-13Revert fix for bug 525303Sasikanth Bharadwaj1-1/+1
2017-11-13Fixed Bug 521818: [compiler] LambdaConversionException when using aSasikanth Bharadwaj1-2/+15
2017-11-09Fixed Bug 525918: [9] compile error when the service provider is anI20171109-2000Sasikanth Bharadwaj1-7/+9
2017-11-09Fixed Bug 517951: Internal compiler error: null pointer exception onSasikanth Bharadwaj3-4/+10
2017-11-09Fixed Bug 522469: [compiler]Invalid error about lambda parameters whenSasikanth Bharadwaj1-1/+1
2017-11-07Bug 525432: Fix compile warnings in official buildI20171107-2000Stephan Herrmann1-4/+0
2017-11-07Fixed Bug 521808: [compiler][inference] Eclipse complains method isSasikanth Bharadwaj3-4/+17
2017-11-07Fixed bug 525303: [compiler] Explicitly typed lambda targeting a wildSasikanth Bharadwaj1-1/+1
2017-11-03Bug 520609: [resource] IntStream flagged as potential resource leakStephan Herrmann2-4/+12
2017-11-02Fixed Bug 517299: IllegalAccessException when using method reference forSasikanth Bharadwaj1-2/+18
2017-10-31Bug 526615: [assist] completing an anonymous allocation may garble theStephan Herrmann3-0/+43
2017-10-31Bug 526555 - [null][1.8] DefaultLocation.ARRAY_CONTENTS breaks code whenTill Brychcy1-0/+1
2017-10-25Revert "Bug 518157 - A Class<? extends RawType> = Impl.class where RawType is...Till Brychcy4-22/+12
2017-10-19Bug 522670 - [9] Type mismatch: cannot convert from Data to DataI20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000Till Brychcy2-5/+6
2017-10-11Bug 525603: [9] "package ... does not exist or is empty" error inStephan Herrmann2-8/+14
2017-10-10Bug 518157 - A Class<? extends RawType> = Impl.class where RawType is aTill Brychcy4-12/+22
2017-10-07Bug 525715 - [1.8][null] External annotation on Executor parameter inI20171008-2000I20171007-1500Till Brychcy1-0/+1
2017-10-05Bug 525649 - [null] Project without null annotations on the classpathI20171006-2000Till Brychcy1-2/+13
2017-10-04Bug 525576 - StackOverflowError inTill Brychcy1-0/+6
2017-09-30Bug 520714 - Wrong line number table for anonymous classesI20170930-1500Till Brychcy1-3/+3
2017-09-29Bug 522444 - Compiler almost hangs on code with lot of nested typeI20170929-2000Till Brychcy2-102/+15
2017-09-29Bug 521438 - [1.8] Slow compilation in project with many wildcardsTill Brychcy2-19/+62
2017-09-28Bug 522671 - [9] Types are not found in the EditorTill Brychcy1-4/+10
2017-09-27Bug 522671 - [9] Types are not found in the EditorI20170928-2000I20170927-2000Till Brychcy2-10/+10
2017-09-26Remove BETA tag from TODO notes.Jay Arthanareeswaran1-1/+1
2017-09-26Fixing quotes in error messagesJay Arthanareeswaran1-1/+1
2017-09-26Fix duplicate message ID, incorrectly quoted error message etc.Jay Arthanareeswaran2-4/+4
2017-09-26BETA_JAVA9 merger - Removing disclaimer in copyright textJay Arthanareeswaran99-396/+0
2017-09-26BETA_JAVA9 merger - updating @since versions for APIJay Arthanareeswaran4-49/+49
2017-09-22Bug 522401 - [9][null] make external annotations work with modulesBETA_JAVA9Till Brychcy4-2/+25
2017-09-19Bug 520839 - Downgrade the problem default severity to warningJay Arthanareeswaran1-0/+1
2017-09-19Fixed bug 521978: [compiler][inference] Eclipse accepts diamondSasikanth Bharadwaj2-34/+40
2017-09-19Bug 522330 - [9] javax.annotation.PostConstruct cannot be resolved withP20170919-0645Till Brychcy1-1/+1

Back to the top