Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Bug 545475 - [12] Remove JCP disclaimers from code, UI and marketplaceY20190319-2305P20190319-2255Jay Arthanareeswaran27-108/+0
2019-03-19Bug 545518 - [12] Flow analysis is skipped for multi-constant caseP20190319-2210Jay Arthanareeswaran1-5/+14
2019-03-19Bug 545518: [12] Flow analysis is skipped for multi-constant caseJay Arthanareeswaran2-11/+16
2019-03-16Bug 538086 - [9] Java rejects java.* import but ECJ doesn'tY20190316-1220Jay Arthanareeswaran1-3/+12
2019-03-14Bug 545383 - [12][dom ast] Wrong AST Node Structure in Break StatementManoj Palat3-94/+90
2019-03-13Bug 544605 - [12] DebugEvaluationTest test failures/errors with Java 12Y20190313-2200Manoj Palat9-18/+22
2019-03-13Bug 545255 - [12] AIOOBE inY20190313-0215Manoj Palat2-23/+76
2019-03-11Bug 544605: [12] DebugEvaluationTest test failures/errors with Java 12P20190312-0135Manoj Palat4-2/+19
2019-03-08Merge remote-tracking branch 'origin/master' into BETA_JAVA_12Y20190308-0715Jay Arthanareeswaran2-29/+15
2019-03-07Bug 545168 - [12] NPE in BreakStatement.analyseCodeManoj Palat1-0/+1
2019-03-06Bug 545121 - [inference] Certain method invocations rejected involvingS4_11_0_RC2R4_11I20190307-0500Stephan Herrmann2-29/+15
2019-03-06Bug 545086 - [12] Refactor to reuse all code to remove '/' from pathY20190306-2200P20190306-0525Jay Arthanareeswaran1-5/+15
2019-03-05Bug 545039: [12] Switch Expression Spec Change - investigateManoj Palat2-17/+9
2019-03-04Bug 544860: Creating a new Java Project gives a build errorI20190306-2135I20190306-1800I20190306-0600I20190305-1800I20190305-0600I20190304-1800I20190304-0600Jay Arthanareeswaran1-0/+3
2019-02-28Merge remote-tracking branch 'origin/master' into BETA_JAVA_12P20190228-2320Jay Arthanareeswaran21-38/+165
2019-02-27Revert "Revert "Bug 540922 - [12] ct.sym file has been restructured again for...Jay Arthanareeswaran2-65/+201
2019-02-27Revert "Bug 540922 - [12] ct.sym file has been restructured again for older r...Jay Arthanareeswaran2-201/+65
2019-02-26Bug 536860 - JDT compiler fails to infer correctly generic types inStephan Herrmann1-1/+11
2019-02-26Bug 540922 - [12] ct.sym file has been restructured again for olderJay Arthanareeswaran2-65/+201
2019-02-22Bug 544702 - [12] unexpected fall-through in switch statement withY20190225-0415Manoj Palat1-0/+25
2019-02-22Bug 544556 - [12] [codegen] Switch expression - Operand Stack Overflow -Y20190222-0110Olivier Thomann1-3/+6
2019-02-22Bug 544601 - [12] npe with a switch statement in switch expression Manoj Palat1-0/+4
2019-02-21Bug 540922 - [12] ct.sym file has been restructured again for olderJay Arthanareeswaran2-65/+205
2019-02-19Bug 544458 - [12][codegen] Switch Expressions - Inconsistent stackmapY20190220-2200Olivier Thomann1-1/+4
2019-02-19Bug 544560 - [12][compiler] resolution error in switch expression withManoj Palat1-1/+1
2019-02-18Bug 544523 - [12]Switch Expressions - nested - compilation errorManoj Palat2-11/+38
2019-02-15Bug 544428 - [12][compiler] SwitchExpression.check_nonconstant_intManoj Palat1-1/+1
2019-02-14Bug 544432 - [9] Eclipse compiler error "The type com.a.A is notI20190217-0600I20190216-1800I20190216-0600I20190215-1800I20190215-0630I20190215-0055I20190214-1800Stephan Herrmann1-2/+10
2019-02-14Bug 543996 - [11][javadoc] Support all javadoc tags in moduleVikas Chandra2-4/+36
2019-02-12Bug 544017 - [9] bogus error in editor: "The type com.example.sub.b.B isI20190213-1800Stephan Herrmann1-3/+8
2019-02-12Bug 544258 - [12] Warning shown for enum type if the switch expressionY20190213-2200Y20190213-0305Manoj Palat1-1/+1
2019-02-12Bug 544298 [12][codegen] Switch Expressions - exceeded stack sizeOlivier Thomann3-14/+13
2019-02-11Bug 544304 - [12][test] New failures in JavaSearchTestsManoj Palat3-0/+11
2019-02-11Bug 543511 - [12] JSR 269 API changes for Java 12Jay Arthanareeswaran1-0/+10
2019-02-10Bug 542654 - Add the new option to the warning-by-default listJay Arthanareeswaran2-1/+3
2019-02-10Bug 395051 - Access restriction on method invocation: error range tooI20190212-1800I20190211-1800I20190210-2135I20190210-1800Stephan Herrmann10-22/+40
2019-02-09Bug 542562 - [12][test] test failures for Switch ExpressionsStephan Herrmann1-0/+0
2019-02-08Bug 544224 - [12] Switch Expression - Unexpected compiler error forStephan Herrmann21-353/+353
2019-02-08Bug 544254 [12][codegen] Switch Expressions - Inconsistent stackmapOlivier Thomann2-4/+21
2019-02-08Bug 544258 - [12] Warning shown for enum type if the switch expressionManoj Palat4-2/+19
2019-02-08Bug 544223 - [12][codegen] StackMapFrame.addStackItem IOOBEY20190208-0505Olivier Thomann2-1/+26
2019-02-08Bug 542561 - [12][select] Selection Support for Switch ExpressionsJay Arthanareeswaran1-2/+2
2019-02-08Bug 544241 [12] Wrong error message: Switch Expression is a previewManoj Palat1-2/+2
2019-02-08Revert "Bug 544241 - [12] Wrong error message: Switch Expression is a preview...Manoj Palat1-2/+2
2019-02-08Bug 544241 - [12] Wrong error message: Switch Expression is a previewManoj Palat1-2/+2
2019-02-07Bug 538192 - [1.8][compiler] Eclipse IDE compiler error (lambda), usingStephan Herrmann1-0/+2
2019-02-07Bug 543727 - False positive "Unnecessary cast"I20190207-1800Jeff Johnston1-5/+22
2019-02-07Bug 544159 - [12] Support for Unicode 11Olivier Thomann8-2/+19
2019-02-06Bug 540846 - [regression] Cannot infer type argument(s) for <R>Stephan Herrmann2-1/+23
2019-02-05Bug 544126 - Unable to build Apache Wicket project (The packageI20190206-1800I20190205-1800Stephan Herrmann3-2/+14

Back to the top