Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-04Fix for Bug 483534 [search]Open Method error on parameterized methodsManoj Palat4-8/+100
2015-12-03Bug 369079: [null] Allow multiple null annotations I20151203-1230Stephan Herrmann19-133/+466
2015-12-03Bug 483527: [null] NullPointerException in expireNullCheckedFieldInfoStephan Herrmann2-1/+20
2015-12-03Bug 483467: Stackoverflow on autocomplete with lamdasI20151203-0800Stephan Herrmann1-2/+6
2015-12-02Fixed bug 483509: [search] New APINoopur Gupta2-1/+20
2015-12-02Fix for Bug 483303 [search] searchAllMethodNames API gives invalidManoj Palat3-1/+113
2015-12-02Bug 480545 - Vararg of type ending with number, crashes ASTParserCarmi Grushko3-16/+34
2015-12-01Bug 217223: Enable APIDocumentationTests#test001Stephan Herrmann1-21/+23
2015-12-01Bug 482775 - [javadoc] Autocomplete does not propose proceeding enumI20151201-1100I20151201-0800Jay Arthanareeswaran2-7/+62
2015-12-01Bug 481752 - [content assist] Substring completion proposals have badJay Arthanareeswaran3-65/+59
2015-11-30Bug 217223: Enable APIDocumentationTests#test001Stephan Herrmann1-2/+34
2015-11-30Fix for Bug 483239Manoj Palat1-0/+3
2015-11-30Missing init in fix for bug 479134 Unable to build ECJ compiler binaryManoj Palat1-0/+1
2015-11-30Bug 471995 - Add a missing null checkStefan Xenos1-1/+1
2015-11-30Cleaning trailing whitespace in ExternalFoldersManager.javaAndrey Loskutov1-21/+21
2015-11-29Bug 217223: Enable APIDocumentationTests#test001Stephan Herrmann4-14/+42
2015-11-28Bug 480462: [null] Cannot add external annotations to Guava librariesStephan Herrmann5-25/+31
2015-11-28Bug 482228 - [1.8][null] detect incompatible null constraints on typeStephan Herrmann6-1/+80
2015-11-28Testcase and fix for bug 473713: type is registered twice.Till Brychcy2-7/+47
2015-11-28Bug 481276: [null] Error markers not removed after fixing some nullStephan Herrmann2-32/+289
2015-11-27Bug 483146: [null] Odd behavior passing @NonNull to unconstrainedStephan Herrmann2-4/+75

Back to the top