Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Bug 545983: [12] EJC allows switch expression to be concluded withoutS4_12_0_M3I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600Jay Arthanareeswaran1-1/+1
2019-05-20Bug 547479 - Java 9+ (JPMS) Intermittent compilation error "The type...I20190521-1800I20190521-0600I20190520-1805Christoph Langer1-0/+1
2019-05-20Bug 543266 Allow comments in enum declarationKenneth1-0/+1
2019-05-19Bug 502327 - [compiler][inference] Problem marker 'method not applicableI20190520-0600I20190519-1800Stephan Herrmann1-1/+10
2019-05-19Bug 525822 - [1.8] ECJ compiles ambiguous lambda method invocationStephan Herrmann13-29/+87
2019-05-18Bug 545420 - [1.8][inference] Receiving The target type of thisStephan Herrmann1-0/+2
2019-05-17Bug 541466 - Eclipse APT implementation fails when annotation referencesI20190518-1800I20190517-1800Till Brychcy1-12/+18
2019-05-16Bug 544306 - [Java 11] Error in Editor when using class in Test sourceI20190516-1800Till Brychcy3-7/+20
2019-05-15Bug 543604 - [9] Error when hovering a HashMapI20190515-1800Simeon Andreev5-11/+46
2019-05-15Bug 547148 - Expose Outer Synthetic Locals from Method BindingManoj Palat3-3/+48
2019-05-13Bug 540902 - JRE Verify Error Case: Inconsistent stackmap framesI20190515-0205I20190513-1800Jay Arthanareeswaran1-20/+2
2019-05-13Bug 547125 [12] NPE inJay Arthanareeswaran1-8/+12
2019-05-13Bug 545446 - Content assist sorting by relevance is broken Vikas Chandra1-2/+2
2019-05-12Bug 547197 - [9][model] API to get the kind of a IModuleDescriptionStephan Herrmann1-0/+15
2019-05-11Bug 547114 - NPE at ModuleBinding.addReads(...) on changing ModuleStephan Herrmann8-11/+25
2019-05-11Bug 547051 - subclass search with patterns doesn't work for modulesI20190511-1800Andrey Loskutov1-1/+10
2019-05-10Bug 547094 - Refactoring not working with Java 11 (NPE atStephan Herrmann1-1/+2
2019-05-10Bug 547095 - SIOOBE trying to search in context of a class from modularI20190510-1800Andrey Loskutov2-2/+17
2019-05-09Bug 547061 - [1.8][inference] Unresolved compilation problem forI20190509-1800Stephan Herrmann1-3/+1
2019-05-08Bug 547051 - Java search with HierarchyScope does not find JDK classesAndrey Loskutov1-8/+32
2019-05-04Bug 544898 - [newindex] Disable new index in JDT coreI20190508-1800I20190508-0450I20190508-0150I20190507-1800I20190507-0155I20190506-1800I20190505-1800I20190504-1800Andrey Loskutov6-56/+61
2019-05-03Bug 546084 - Using Junit 5s MethodSource leads to ClassCastExceptionI20190503-1800Pierre-Yves B.1-13/+31
2019-05-01Bug 512156 - [inference] Eclipse build freezes due to generics process.Sebastian Lohmeier2-8/+28
2019-04-30Bug 546319 - ConcurrentModificationException inI20190502-1800I20190501-1800Andrey Loskutov3-29/+38
2019-04-30Bug 546146 - [12] AST Rewrite should use current formatter settingsI20190501-0525I20190430-1800Sarika Sinha3-9/+66
2019-04-29Bug 545898 - [formatter] IOOBE with empty javadoc @paramI20190429-1800Mateusz Matela1-2/+2
2019-04-26Bug 546653 - [9] More details in module-related classpath attributes:I20190429-0240I20190428-1800I20190427-1800I20190426-1800Stephan Herrmann5-18/+81
2019-04-26Bug 546649 - [9][model] API to get exports and opens from anStephan Herrmann2-1/+55
2019-04-26Bug 546352 - [9] New comprehensive UI for Modularity DetailsStephan Herrmann1-1/+6
2019-04-26reverting the api filter part of bug 545983 for the issue reported inManoj Palat1-0/+9
2019-04-26Bug 545716 - [12] expression switch doesn't consider that having allManoj Palat2-3/+3
2019-04-26Bug 545983 - [12] EJC allows switch expression to be concluded withoutManoj Palat5-11/+17
2019-04-24Bug 546677 - Add @apiNote, @implSpec and @implNote to TagElementI20190425-1800I20190425-0030I20190424-1800Vikas Chandra1-1/+19
2019-04-23Bug 546362 - Deploy ecj compiler from S-4.12M1-201904110625 and use itI20190423-1800Till Brychcy1-1/+1
2019-04-21Bug 545491 - Improved performance of ReferenceCollectionI20190422-1800I20190421-1800Sebastian Zarnekow2-92/+429
2019-04-17Bug 545715 - [12] Assignment analysis doesn't work in switch statementI20190420-1800I20190419-1800I20190418-1800I20190417-1800Manoj Palat1-1/+1
2019-04-16Bug 542795 - NPE in ProblemReporter.deprecatedSinceValue(...)I20190416-1800Stephan Herrmann1-0/+3
2019-04-15Bug 546397 - [impl] conflicting constants in JavadocTagConstants I20190415-1800Vikas Chandra1-11/+11
2019-04-15Bug 546338 - NPE at ClasspathJrt.java:326I20190415-0300Andrey Loskutov1-0/+3
2019-04-14Bug 421821 - Two errors reported for unresolved type accessI20190414-1800Stephan Herrmann1-2/+2
2019-04-11Bug 546315 - [11] "The package [...] is accessible from more than oneI20190414-0210I20190413-1800Stephan Herrmann3-7/+11
2019-04-10Bug 545491 - revert ReferenceCollection fixS4_12_0_M1I20190412-1800I20190412-0520I20190411-0625I20190410-1800Andrey Loskutov2-409/+90
2019-04-10Bug 545082 - Fix warnings in JavadocI20190410-0600Jay Arthanareeswaran1-1/+1
2019-04-09Reverting bug 545715 I20190409-1800I20190409-0600Manoj Palat1-1/+1
2019-04-08Bug 546204 - new build state version for ReferenceCollection changesAndrey Loskutov1-1/+1
2019-04-08Bug 546204 - log to the error log instead of e.printStackTrace()I20190408-1800Andrey Loskutov1-1/+1
2019-04-08Bug 545716 - [12] expression switch doesn't consider that having allManoj Palat2-1/+8
2019-04-08Bug 545715 - [12] Assignment analysis doesn't work in switch statementI20190408-0600Manoj Palat1-1/+1
2019-04-06Bug 545387 - [11] [compiler] code not running after nesting implI20190407-1800I20190406-1800Manoj Palat1-2/+3
2019-04-05Bug 546156 - Scala IDE breaks because of removed CTOR inI20190405-1800Till Brychcy1-0/+9

Back to the top