Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-25Bug 545293 - References search broken in modular project when releaseI20190325-1800Till Brychcy1-0/+81
2019-03-22Bug 545687 - [11] Bogus editor error "package javax.xml is accessibleI20190324-1800I20190323-1800Till Brychcy1-0/+35
2019-03-22Bug 545638 - IUs in current repo that increase versions but withI20190322-1800Manoj Palat2-2/+2
2019-03-20Merge branch 'BETA_JAVA_12' to master for 4.12 buildsJay Arthanareeswaran50-82/+4659
2019-03-20Bug 545475 - [12] Remove JCP disclaimers from code, UI and marketplaceY20190319-2305P20190319-2255Jay Arthanareeswaran18-75/+3
2019-03-19Bug 545539 - [12] BreakStatement should not expose setImplicit( boolean)Sarika Sinha1-3/+2
2019-03-19Bug 545497 - [12] AST Rewrite ignores the optional expression ifSarika Sinha1-2/+4
2019-03-18More tests for Bug 542558: [12] dom ast for switch expressionJay Arthanareeswaran2-3/+248
2019-03-16Bug 538086 - [9] Java rejects java.* import but ECJ doesn'tY20190316-1220Jay Arthanareeswaran1-2/+2
2019-03-15Boolean node rewrite in Bug 543720 - [12][ast rewrite] AST RewriteManoj Palat1-1/+313
2019-03-15More Test for bug 543720: [12][ast rewrite] AST Rewrite Support forManoj Palat2-2/+456
2019-03-15Bug 543818 - [12] Formatter Support for Switch ExpressionsMateusz Matela9-2/+663
2019-03-13Bug 544748 - [12] [dom ast] Flag implicit break statementSarika Sinha1-0/+55
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190312-0340I20190311-1800I20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
2019-03-07Bug 543720 - [12][ast rewrite] AST Rewrite Support for SwitchY20190307-1015Sarika Sinha4-40/+283
2019-02-28Merge remote-tracking branch 'origin/master' into BETA_JAVA_12P20190228-2320Jay Arthanareeswaran18-101/+613
2019-02-27Revert "Revert "Bug 540922 - [12] ct.sym file has been restructured again for...Jay Arthanareeswaran2-3/+463
2019-02-27Revert "Bug 540922 - [12] ct.sym file has been restructured again for older r...Jay Arthanareeswaran2-463/+3
2019-02-26Bug 542558 - [12][dom ast] DOM AST Support for Switch ExpressionsJay Arthanareeswaran10-5/+21

Back to the top