Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-23Bug 477476 - Auto-formatter gets indentation wrong when used as post-save actionMateusz Matela15-274/+896
2015-12-22Fix for bug 467482 - TYPE_USE null annotations: Incorrect "RedundantTill Brychcy2-2/+183
2015-12-22Bug 484108 - JDT Compiler generates duplicate methods with nullabilityStephan Herrmann2-1/+53
2015-12-22Fixed bug 484546: "IncompatibleClassChangeError: Expected staticI20151222-0800Sasikanth Bharadwaj2-4/+41
2015-12-21Fixed bug 484425: [bytecode] Bad type on operand stack - compiler omittedSasikanth Bharadwaj2-2/+22
2015-12-19Testcase and fix for bug 484055: incorrect warning for nullable arrayTill Brychcy2-9/+44
2015-12-19Bug 478848: [compiler] Capture of array cannot be used as the collectionStephan Herrmann2-11/+16
2015-12-18Testcase and fix for bug 483952: NPE with raw type in generics context Till Brychcy2-0/+27
2015-12-18Bug 476861 - [test] test failures when javafx is not availableMat Booth2-37/+24
2015-12-17Bug 479130 - RenameLars Vogel1-1/+1
2015-12-17Bug 481143 - [parser] Parser missing some line commentsMateusz Matela2-0/+67
2015-12-16Testcase for bug 466969 - [1.8][null] with @NonNull type bounds: TheTill Brychcy1-0/+20
2015-12-16Bug 484479 - [content assist] Cannot insert a proposal after methodJay Arthanareeswaran2-1/+29
2015-12-16Bug 481215 - Code completion does not work under certain circumstancesJay Arthanareeswaran4-29/+216
2015-12-16Fix for Bug 484220 Invalid AST structureManoj Palat4-11/+73
2015-12-15Bug 474045: findSecondaryType blocked by sleeping Indexing ThreadMarkus Keller2-25/+134
2015-12-15Bug 469201 - [compiler] inherited package private method cannot be seenDusi Sarath Chandra2-2/+66
2015-12-15Fixed bug 476281 - [1.8] Using a local class inside a lambda inside anI20151215-0800Sasikanth Bharadwaj2-2/+49
2015-12-14Bug 479963 - Fixing nested lambda scenarioJay Arthanareeswaran2-1/+44
2015-12-14Bug 479963 - [1.8] Open Declared Type for lambda parameterJay Arthanareeswaran2-1/+39
2015-12-09Bug 483887: [organize imports] Error when type in import statement does not e...I20151213-2000I20151209-2300I20151209-2000Markus Keller1-0/+3
2015-12-08Fixed bug 483895: [content assist] Disable and remove substringI20151209-0800I20151208-2000Noopur Gupta2-4/+5
2015-12-08Bug 466291: IAE on renaming the location for external annotationI20151208-0800Stephan Herrmann5-23/+85
2015-12-06Bug 482440: Lambda overload resolution with generic lambda methodI20151207-2000I20151207-0800I20151206-2000Stephan Herrmann5-11/+100
2015-12-06Bug 483744: [null] NPE inStephan Herrmann2-1/+77
2015-12-06Bug 369079: [null] Allow multiple null annotations Stephan Herrmann2-6/+193
2015-12-05Bug 466291: IAE on renaming the location for external annotationStephan Herrmann3-70/+183
2015-12-04Fix for Bug 483650 [search]open Method - new api with unified qualifierManoj Palat8-45/+1399
2015-12-04Fixed bug 483019 Cast with intersection type causes method call toSasikanth Bharadwaj2-1/+70

Back to the top