Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-25bug 467430 - TYPE_USE Null Annotations: ConfusingI20160126-2000I20160126-0800I20160125-2000Stephan Herrmann1-1/+1
2016-01-25Testcase and fix for bug 467430 - TYPE_USE Null Annotations: ConfusingTill Brychcy3-6/+82
2016-01-25Bug 369079: [null] Allow multiple null annotationsStephan Herrmann1-3/+9
2016-01-21fix for bug 480989 Compiler violates JLS 16 for final fields in Java 7+I20160125-0800I20160125-0400I20160124-2000Dusi Sarath Chandra2-3/+83
2016-01-21Bug 404648 [1.8][compiler] investigate differences between ECJ & JavacManoj Palat22-80/+305
2016-01-18Bug 479109 - (fixed @since tag) [formatter] Add option to group aligned field...I20160119-0800Mateusz Matela1-1/+1
2016-01-17Bug 479109 - [formatter] Add option to group aligned fields with blank linesMateusz Matela5-18/+169
2016-01-14Bug 485058 - [1.8][null] problem with wildcards and null-annotated typeTill Brychcy3-2/+52
2016-01-14Bug 485593: Stream mapping expression produces errorsStephan Herrmann3-4/+31
2016-01-12Bug 484981 - [null][1.8] type variables that have upper boundsI20160112-1800Till Brychcy3-27/+343
2016-01-12Revert "Fixed bug 483895: [content assist] Disable and remove substringNoopur Gupta2-5/+4
2016-01-11Fixed bug 473432 - Incorrect unboxing of Boolean when part of a ternaryI20160112-0800Sasikanth Bharadwaj2-3/+49
2016-01-11Bug 482309: Organize imports does not work (as well as the corresponding save...Markus Keller2-7/+26
2016-01-11Fixed bug 477263: [1.8][compiler] No enclosing instance of the typeSasikanth Bharadwaj5-18/+122
2016-01-11Bug 485501 - CompletionTests#testBug421469a() failsJay Arthanareeswaran1-5/+10
2016-01-10Bug 484741 - [1.8][null] wrong warnings with interdependent typeTill Brychcy2-3/+689
2016-01-10Bug 485495 - [Formatter] does not insert space before semicolon at the end of...Mateusz Matela2-2/+91
2016-01-10Bug 485477: ecj illegally accepts T.super as an expressionStephan Herrmann30-419/+484
2016-01-10Bug 485092 - [null] Cannot initialize an @Nullable array to nullTill Brychcy2-1/+81
2016-01-08Bug 485386 - [1.8][compiler] New reflection methodStephan Herrmann2-4/+42
2016-01-08485102 - [formatter][javadoc] quoted sentence does not word-wrapMateusz Matela7-19/+19
2016-01-08Bug 483191 - [formatter] HTML in javadoc: <em> tag is never splitMateusz Matela7-19/+17
2016-01-08Bug 484114 - [content assist] Flow sensitive typing doesn't work inJay Arthanareeswaran10-1313/+394
2016-01-07Bug 485276 - [formatter] another ArrayIndexOutOfBoundsException while formatt...Mateusz Matela1-4/+6
2016-01-07Bug 485276 - [formatter] another ArrayIndexOutOfBoundsException while formatt...Mateusz Matela2-2/+9
2016-01-07Bug 485276 - [formatter] another ArrayIndexOutOfBoundsException while formatt...Mateusz Matela2-8/+22
2016-01-06Generify part of the code in jdt.coreJay Arthanareeswaran13-30/+27
2016-01-06Fix for Bug 482119 [search] New SearchPattern.R_SUBSTRING_MATCHManoj Palat2-2/+53
2016-01-05Bug 485056 - [1.8][null] capture binding is not compatible with superTill Brychcy2-2/+26
2016-01-05Bug 479898 - [formatter] removes whitespace between final and first exception...I20160105-1000Mateusz Matela2-3/+21
2016-01-05Follow up on bug 485163 - [formatter] Incorrect empty line indentation after ...Mateusz Matela2-2/+38
2016-01-05testcase and fix for bug 484448: problem caused by raw type in javadocI20160105-0800Till Brychcy3-0/+28
2016-01-05Bug 485163 - [formatter] Incorrect empty line indentation after line wrapMateusz Matela3-13/+97
2015-12-29Follow-up on bug 475746 - [formatter] insert-space rules sometimes ignored wi...Mateusz Matela2-1/+11
2015-12-29Follow-up on bug 477476 - Auto-formatter gets indentation wrong when used as ...Mateusz Matela1-12/+13
2015-12-29Bug 484954 - [1.8][null] declaration null annotation on lambda argumentStephan Herrmann5-40/+52
2015-12-29Bug 484957 - [formatter] Extra blank lines between consecutive javadoc commentsI20151229-0800Mateusz Matela2-8/+45
2015-12-28Follow-up on bug 477476 - Auto-formatter gets indentation wrong when used as ...Mateusz Matela6-2/+21
2015-12-27Bug 483922 - [formatter] Wrong indentation base for wrapped "throws" elements...Mateusz Matela3-1/+33
2015-12-26Bug 479474 - [formatter] Problems when doc.comment.support=disabledMateusz Matela2-0/+33
2015-12-25Bug 481221 - [formatter] New formatter incorrectly formats ", ;" in enum decl...Mateusz Matela2-1/+76
2015-12-25Bug 480735 - [formatter] whitespace after comma in enum declaration is removedMateusz Matela2-0/+11
2015-12-25Bug 480086 - [formatter] unwanted spaces in generic diamond operatorMateusz Matela2-7/+16
2015-12-25Bug 479959 - [formatter] indented empty lines after ifs and loops without bracesMateusz Matela2-30/+127
2015-12-24Bug 480074 - [formatter] Wrong indentation on column for enum constants with ...Mateusz Matela1-0/+16
2015-12-24Bug 480030 - [formatter] Comments indentation error in switch statementsMateusz Matela2-2/+33
2015-12-24Bug 480029 - [formatter] Comments indentation error in javadoc @return statem...Mateusz Matela2-1/+25
2015-12-24Bug 479469 - [formatter] Line wrap for long @see referencesMateusz Matela2-1/+40
2015-12-23Bug 477430 - [formatter] wrong indentation when nesting anonymous classesMateusz Matela2-1/+26
2015-12-23Bug 121728 - [formatter] Code formatter thinks <P> generic class parameter is...Mateusz Matela2-4/+24

Back to the top