Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Bug 548456 - Concurrency problem with JavaModelManager andI20190903-0605I20190902-1800I20190902-0805I20190902-0600I20190901-1800Stephan Herrmann1-0/+6
2019-08-27Bug 547256 - [content assist][formatting] go-to label breaks formattingS4_13_0_RC1I20190901-0600I20190831-1800I20190831-0600I20190830-1800I20190830-0550I20190830-0440I20190828-1800I20190828-0600I20190827-1800Stephan Herrmann1-16/+49
2019-08-26Bug 548476 - withdraw Java12-preview-version of switch expr - additionalI20190826-1800I20190826-0640I20190826-0415Manoj Palat1-3/+1
2019-08-18Bug 413193 - [formatter] Blank lines before first declaration andMateusz Matela14-0/+93
2019-08-18Bug 481931 - [compiler][null] Null analysis should consider publicI20190818-1800Stephan Herrmann1-2/+2
2019-08-17Bug 471009 - [null] extend "Annotate" command, to work on typeI20190817-1800Stephan Herrmann3-1/+279
2019-08-15Bug 550081 - [impl] JavaCore.getAllVersions() should return an immutableStephan Herrmann1-0/+10
2019-08-14Bug 390720 - [formatter] Add setting for blank line between case blocksI20190814-1800Mateusz Matela5-0/+356
2019-08-14Bug 549764 - [null] @NNBD on package is disabled by constant in classStephan Herrmann1-0/+58
2019-08-11Bug 421492 - [formatter] Allow to add blank line(s) before a statementMateusz Matela6-0/+804
2019-08-10Bug 212867 - [formatter]: Remove blank lines after '{' and before '}'Mateusz Matela12-2/+980
2019-08-06Bug 549106 - [dom] Impact of preview enabled flag on DOM ASTSarika Sinha2-3/+3
2019-08-06Bug 548476 - withdraw Java12-preview-version of switch expressions toI20190806-1800Manoj Palat1-0/+3
2019-08-04Bug 214283 - [formatter] Blank lines option should consider aI20190805-1800I20190804-1800Mateusz Matela6-1/+144
2019-08-03Bug 549774 - [formatter] Change semantics of Blank lines before memberMateusz Matela4-3/+32
2019-08-02Bug 522089 - [formatter] Provide support for blank line before end ofI20190803-1800Mateusz Matela4-0/+246
2019-08-02Bug 169131 - [formatter] Code formatter: blank lines after lastMateusz Matela4-0/+304
2019-07-29Bug 549249 - [formatter] Extend Blank Lines settings to remove excessI20190729-1800Mateusz Matela15-1/+1452
2019-07-11Bug 548956 - Rewrite should work based on previewEnabled flag of ASTI20190713-0230I20190712-1800I20190712-0625Sarika Sinha2-0/+19
2019-07-10Bug 547181 - [9][impl] Reconsider representation and lookup of packagesS4_13_0_M1I20190711-1805I20190711-1120I20190711-0825I20190710-1800I20190710-0610Till Brychcy1-0/+29
2019-07-08Revert "Bug 548956 - Rewrite should work based on previewEnabled flag of AST"I20190709-0610I20190708-1800I20190708-1035I20190708-0800Sarika Sinha2-19/+0
2019-07-05Bug 548956 - Rewrite should work based on previewEnabled flag of ASTSarika Sinha2-0/+19
2019-07-04Bug 548888 - Type completion inside module-info's javadoc raises NPEStephan Herrmann1-0/+28
2019-07-03Bug 547181 - [9][impl] Reconsider representation and lookup of packagesI20190703-1800Till Brychcy1-0/+2
2019-07-03Bug 548699 - [dom] proposal for a new API for AST for previewI20190703-0640Sarika Sinha30-68/+68
2019-07-02Bug 547181 - [9][impl] Reconsider representation and lookup of packagesStephan Herrmann2-2/+169
2019-07-01Bug 548811 - [compiler] Make scanner preview awareI20190702-0930I20190702-0610I20190701-1805Manoj Palat1-1/+2
2019-06-26Bug 548662 - Several versions must be increasedI20190627-0135Jay Arthanareeswaran2-2/+2
2019-06-26Bug 548456 - Race condition in JavaElement.exists() and JavaModelCacheI20190626-1800I20190626-0720Simeon Andreev5-0/+202
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190613-1800I20190613-0210I20190612-1800I20190612-0115I20190610-1800I20190610-0135I20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi1-1/+1
2019-05-20Bug 547479 - Java 9+ (JPMS) Intermittent compilation error "The type...I20190521-1800I20190521-0600I20190520-1805Christoph Langer1-0/+56
2019-05-20Bug 543266 Allow comments in enum declarationKenneth1-0/+57
2019-05-16Bug 544306 - [Java 11] Error in Editor when using class in Test sourceI20190516-1800Till Brychcy2-1/+49
2019-05-15Bug 543604 - [9] Error when hovering a HashMapStephan Herrmann1-2/+36
2019-05-15Bug 543604 - [9] Error when hovering a HashMapI20190515-1800Simeon Andreev1-0/+31
2019-05-15Bug 547148 - Expose Outer Synthetic Locals from Method BindingManoj Palat1-1/+47
2019-05-13Bug 547051 - do not run Java 9+ subclass search in tests on Java 8Andrey Loskutov1-0/+6
2019-05-13Bug 545446 - Content assist sorting by relevance is broken Vikas Chandra1-8/+8
2019-05-11Bug 547114 - NPE at ModuleBinding.addReads(...) on changing ModuleStephan Herrmann1-0/+93
2019-05-11Bug 547051 - subclass search with patterns doesn't work for modulesI20190511-1800Andrey Loskutov2-11/+94
2019-05-10Bug 547095 - SIOOBE trying to search in context of a class from modularI20190510-1800Andrey Loskutov2-0/+81
2019-05-08Bug 547051 - Java search with HierarchyScope does not find JDK classesAndrey Loskutov2-2/+51
2019-04-30Bug 546146 - [12] AST Rewrite should use current formatter settingsI20190501-0525I20190430-1800Sarika Sinha1-26/+17
2019-04-29Bug 545898 - [formatter] IOOBE with empty javadoc @paramI20190429-1800Mateusz Matela1-1/+14
2019-04-26Bug 546653 - [9] More details in module-related classpath attributes:I20190429-0240I20190428-1800I20190427-1800I20190426-1800Stephan Herrmann1-2/+2
2019-04-16Bug 542795 - NPE in ProblemReporter.deprecatedSinceValue(...)I20190416-1800Stephan Herrmann1-0/+53
2019-04-16Bug 546410 - [12][test] ASTStructuralPropertyTest needs an update afterStephan Herrmann1-3/+3
2019-04-11Bug 546315 - [11] "The package [...] is accessible from more than oneI20190414-0210I20190413-1800Stephan Herrmann1-0/+121
2019-04-05Bug 493433 - Call Hierarchy not showing callers when called via methodJay Arthanareeswaran1-2/+85
2019-04-02Bug 545766 - NullPointerException inStephan Herrmann1-1/+95

Back to the top