Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-27Bug 515809 - Syso shortcut lambda expressionI20170429-2000I20170429-1330I20170429-1230I20170428-2000I20170428-0830I20170428-0700I20170428-0550I20170428-0445I20170427-2000Stephan Herrmann1-2/+0
2017-04-22Bug 515614 - Bogus error: cannot convert fromI20170425-0910I20170425-0700I20170425-0240I20170425-0215I20170424-2000I20170423-2000Till Brychcy1-1/+1
2017-04-19Bug 515473 - [1.8] Bogus resource leak warning caused by returnTill Brychcy1-1/+1
2017-04-15Bug 508799 - Incremental compile produces invalid errorsI20170416-2000I20170415-2000Till Brychcy1-1/+1
2017-04-14Bug 515292 - [1.8][null] Don't report warning for "T extends @NullableTill Brychcy1-1/+3
2017-04-14Bug 484713: [1.8][inference] ProblemReporter.invalidMethod() mightI20170414-2000Stephan Herrmann3-5/+22
2017-04-13Bug 414761: [null] Annotation-based nullnes inference fails for fieldsStephan Herrmann8-19/+28
2017-04-13Bug 514884: NPE in MessageSend#generateCodeStephan Herrmann1-7/+8
2017-04-13Bug 506022 - [1.8][compiler] Wildcard bounds are sometimes notStephan Herrmann3-13/+21
2017-04-12Bug 493705:I20170412-2000Stephan Herrmann1-1/+8
2017-04-11Bug 514956: Don't warn about "unnecessary" cast that is used to avoidI20170411-2000Stephan Herrmann1-2/+22
2017-04-10Bug 492947 - Code assist does not work in certain forms of lambdasJay Arthanareeswaran1-5/+14
2017-04-09Bug 506653: Eclipse claims about duplicated method declarationI20170409-2000Stephan Herrmann1-21/+27
2017-04-08Bug 514977 - [1.8][null] Arguments of varargs invocation are not alwaysTill Brychcy1-2/+2
2017-04-01Bug 506021 - [1.8][compiler] inference problem with wildcard boundsI20170402-2000Till Brychcy1-10/+6
2017-04-01Bug 514570 - [1.8][null][javadoc] "Null constraint mismatch" on methodI20170401-2000Till Brychcy1-1/+1
2017-03-30Bug 500503: ASTParser.createASTs() throws NullPointerException inStephan Herrmann1-0/+14
2017-03-27Bug 506888 - Unused @SuppressWarnings("incomplete-switch") not reportedJay Arthanareeswaran1-1/+2
2017-03-26Bug 513790 - Compiler warnings in I20170316-2000 after moving to M6I20170326-2000Andrey Loskutov1-2/+2
2017-03-24Bug 514091 - [1.8][null] Bogus null annotation mismatch for lambdaI20170324-2000Till Brychcy2-2/+3
2017-03-23Bug 514105: Functional interface inheritance with additional methodI20170323-2000Stephan Herrmann3-10/+42
2017-03-18Bug 513855 - [1.8][null] @NonNull from type variable not respected inI20170318-2000Till Brychcy1-1/+4
2017-03-15Bug 513495 - [null][1.8] Missing warning if method reference mapsI20170317-2000I20170316-2000I20170315-2000Till Brychcy2-3/+11
2017-03-13Bug 494198: avoid unspec'd signature encoding in LVTTI20170315-0500I20170314-2000Stephan Herrmann2-25/+11
2017-03-12Bug 498084 - [null] Incorrect null type safety warning for methodI20170312-2000Till Brychcy1-7/+17
2017-03-10Bug 500503: ASTParser.createASTs() throws NullPointerException inI20170311-2000Stephan Herrmann2-3/+10
2017-03-08Bug 513310 - NPE in UnlikelyArgumentCheck caused by mixture of raw typeS4_7_0_M6I20170310-2000I20170308-2000Till Brychcy1-1/+2
2017-03-06Bug 509027 - Non-deterministic bug in line number generationI20170306-0800Till Brychcy1-28/+20
2017-03-06Bug 508215 - Debugger highlights wrong line in for loops over varargs.Till Brychcy1-3/+4
2017-03-06Bug 508215 - Debugger highlights wrong line in for loops over varargs.Till Brychcy1-200/+4
2017-03-05Bug 410218 - Optional warning for arguments of "unexpected" types toI20170305-2000Stephan Herrmann11-12/+438
2017-03-05Bug 499589 - [null][1.8] Implement DefaultLocation.ARRAY_CONTENTSTill Brychcy14-53/+174
2017-03-04Bug 508955: [null][external] Null safety warning cannot be avoided.Stephan Herrmann1-12/+20
2017-02-27Bug 511878: [1.8][inference] Type inference error with lambdas andI20170227-2000Stephan Herrmann1-1/+1
2017-02-22Bug 511252: [1.8][compiler][inference] "Type mismatch" in eclipse 4.6.2,I20170222-2000Stephan Herrmann2-30/+10
2017-02-14Bug 511252: [1.8][compiler][inference] "Type mismatch" in eclipse 4.6.2,Stephan Herrmann2-6/+40
2017-02-10Bug 511071 - [1.8] NPE in analyseCode caused by missing type detected inI20170213-2000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530Till Brychcy1-1/+13
2017-02-09Bug 511750: Type mismatch trying to convert function returning anonymousStephan Herrmann1-2/+6
2017-02-09Bug 510111: [compiler][inference] Type mismatch on lambda with wildcardsStephan Herrmann1-1/+2
2017-02-09Bug 511676: [1.8] Lambda with inner class defs causesSasikanth Bharadwaj1-1/+1
2017-02-05Bug 511723 - [1.8][null] improve error message for array access whenTill Brychcy1-0/+7
2017-02-03Bug 484926 - [1.8][null] implement @NonNullByDefault for FIELD andI20170205-2000I20170204-2000Till Brychcy20-82/+388
2017-02-02Bug 511547: ClassCastException inStephan Herrmann1-2/+2
2017-01-29Bug 509324: [1.8][inference] jdt generics regression in neon.2I20170130-0600I20170129-2000Stephan Herrmann2-13/+79
2017-01-28Bug 490403 - [null] '@NonNull Integer' needs unchecked conversion toI20170128-2000Till Brychcy1-6/+2
2017-01-23Fixed bug 509804 Incorrect Enclosing Method Attribute generated forSasikanth Bharadwaj4-17/+14
2017-01-23Fixed bug 506315 ASTParser.createASTs() in StackMapFrame.addStackItemSasikanth Bharadwaj1-1/+5
2017-01-21Bug 509328 - [1.8][null] @NonNullByDefault on constructor ignored whenTill Brychcy7-33/+18
2017-01-21Bug 509328 - [1.8][null] @NonNullByDefault on constructor ignored whenI20170121-2000I20170121-0950Stephan Herrmann1-1/+1
2017-01-21Bug 510799 - [1.8][null] @NonNullByDefault removes explicit @NonNull onTill Brychcy1-0/+2

Back to the top