Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 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-19Bug 495912 - ICompilationUnit#codeSelect(..) doesn't work on methodJay Arthanareeswaran2-8/+76
2016-08-18Bug 499862: [null][1.8] wildcards and type variables as element type inStephan Herrmann3-3/+77
2016-08-17Bug 499647: [null] Annotate command on constructor parameter createsStephan Herrmann2-2/+109
2016-08-14Bug 489674 - [1.8][null] mixed annotations not recognized by warningI20160816-1015I20160816-0800Till Brychcy2-1/+98
2016-08-11Bug 499258 - NullPointerException at FieldReference.analyseCodeTill Brychcy5-4/+68
2016-08-09Bug 499196 - Javadoc Location support for doclava federatedI20160809-1300I20160809-1100Jay Arthanareeswaran6-25/+51
2016-08-08Bug 499126 - [compiler] IllegalStateException inTill Brychcy3-2/+36
2016-08-02Bug 499048: Compile error inI20160803-2000I20160803-0800I20160802-2000Stephan Herrmann2-0/+17
2016-08-01Test for Bug 498486 - Erroneous Compiler Error on generics codeI20160802-0800I20160801-2000I20160801-0800Till Brychcy1-0/+44
2016-08-01Bug 492322 - @Nullable method parameter gives erroneous 'Null typeTill Brychcy3-1/+75
2016-07-31Bug 492322 - @Nullable method parameter gives erroneous 'Null typeI20160731-2000Stephan Herrmann3-7/+82
2016-07-31Bug 497239 - [1.8] StackoverflowError in CaptureBinding18.erasureTill Brychcy3-1/+27
2016-07-30Bug 492322 - @Nullable method parameter gives erroneous 'Null typeTill Brychcy4-27/+365
2016-07-30Bug 460491 - [compiler] don't consider parameter-less static member typeStephan Herrmann6-13/+135
2016-07-29Bug 429340: [content assist] No Javadoc proposals anywhere before @deprecated...Markus Keller2-5/+27
2016-07-29Bug 490988: [compiler] Able to compile Interface.super construct in 1.7Markus Keller9-13/+113
2016-07-28Bug 497419 - Fix CRLF line endings in jdt.core sourcesTill Brychcy1-12502/+12502
2016-07-28Bug 497419 - Fix CRLF line endings in jdt.core sourcesTill Brychcy1-5262/+5262
2016-07-27Bug 460491: [compiler] don't consider parameter-less static member typeStephan Herrmann26-161/+417
2016-07-27Fixed bug 470667 ArrayIndexOutOfBoundsException inSasikanth Bharadwaj2-2/+39
2016-07-25Bug 498362 - Compile error on Optional.map(byte[]::clone) (edit) I20160726-1400I20160726-0800Stephan Herrmann2-7/+35
2016-07-23Bug 498362 - Compile error on Optional.map(byte[]::clone) (edit) Stephan Herrmann8-47/+79
2016-07-22Bug 498113 - [1.8][compiler] inference failure when method reference toStephan Herrmann5-34/+126
2016-07-21Fix for bug 493336 ASTParser.createASTs() throwsManoj Palat2-4/+31
2016-07-18Test for Bug 498057 - Incremental compilation phantom errorsI20160719-0800Till Brychcy1-0/+62
2016-07-17Bug 497698 - java.lang.IllegalStateException atTill Brychcy2-1/+126
2016-07-14Fixed bug 497879 - [1.8][compiler][codegen] Serializable lambda does notI20160716-1900Sasikanth Bharadwaj3-4/+151
2016-07-14Bug 317216 - NPE in ParameterizedTypeBinding.readableNameJay Arthanareeswaran6-0/+115
2016-07-14Bug 317216 - NPE in ParameterizedTypeBinding.readableName Stefan Xenos1-2/+8
2016-07-10Bug 496591 - Incorrectly marking return types as incompatibleI20160712-1000I20160712-0800Till Brychcy2-1/+61
2016-07-09Bug 497603: [compiler] type inference bugStephan Herrmann2-3/+38
2016-07-09Bug 497245 - [formatter] Comment between "if" and statement breaks formattingMateusz Matela2-8/+40
2016-07-07Bug 496675: ArrayIndexOutOfBoundsException inI20160708-1700Stephan Herrmann2-4/+84
2016-07-06Bug 497419 - Fix CRLF line endings in jdt.core sourcesTill Brychcy1-12292/+12292
2016-07-03Bug 496578: Internal compiler error when compiling streamalgStephan Herrmann1-0/+48
2016-07-03Bug 496579: JDT does not compile valid Java 8 code in NeonStephan Herrmann2-26/+121
2016-07-01Fixed bug 494487 - Another ArrayIndexOutOfBoundsException inSasikanth Bharadwaj2-0/+183
2016-06-30Bug 496574: JDT throws Internal compiler error NPE against valid Java 8Stephan Herrmann6-4/+87
2016-06-28Bug 496942: Eclipse Neon stop compiling Java code and make me to do anStephan Herrmann2-1/+37
2016-06-28Bug 496465 - Updating parent pom versionJay Arthanareeswaran18-36/+36
2016-06-28Updating versions for changed bundles in OxygenJay Arthanareeswaran6-6/+6
2016-06-23Bug 496545: "Error retrieving proposed text" on certain genericStephan Herrmann2-5/+19
2016-06-23Bug 496596: [1.8] Intersection Lambda type incorrectStephan Herrmann4-132/+165
2016-06-23Revert "Bug 494856: [quick fix] Option to change target type accordingStephan Herrmann2-48/+0
2016-06-15Bug 495635 - [null] NPE in TypeVariableBinding.evaluateNullAnnotationsTill Brychcy3-4/+54
2016-06-15Bug 494831 - Formatter ignores whitespace rules for diamond operatorMateusz Matela2-4/+16

Back to the top