Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Bug 545475 - [12] Remove JCP disclaimers from code, UI and marketplaceY20190319-2305P20190319-2255Jay Arthanareeswaran1-4/+0
2019-03-13Bug 544605 - [12] DebugEvaluationTest test failures/errors with Java 12Y20190313-2200Manoj Palat1-1/+1
2019-03-13Bug 545255 - [12] AIOOBE inY20190313-0215Manoj Palat1-22/+68
2019-03-11Bug 544605: [12] DebugEvaluationTest test failures/errors with Java 12P20190312-0135Manoj Palat1-1/+4
2019-03-07Bug 545168 - [12] NPE in BreakStatement.analyseCodeManoj Palat1-0/+1
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-12Bug 544298 [12][codegen] Switch Expressions - exceeded stack sizeOlivier Thomann1-11/+10
2019-02-08Bug 544258 - [12] Warning shown for enum type if the switch expressionManoj Palat1-1/+4
2019-02-08Bug 544223 - [12][codegen] StackMapFrame.addStackItem IOOBEY20190208-0505Olivier Thomann1-1/+9
2019-01-30Bug 542838 - [12] JEP 325 Switch Expressions - Code GenerationY20190130-2200Olivier Thomann1-2/+31
2019-01-26Bug 542707 - [12] JEP 325: Switch Expressions - flow analysisManoj Palat1-1/+1
2019-01-23Bug 543240: [12] Second Case Constant in a switch label is reported asY20190123-2200Manoj Palat1-37/+88
2019-01-07Merge remote-tracking branch 'origin/master' into BETA_JAVA_12Y20190107-0850Y20190107-0505Jay Arthanareeswaran1-1/+1
2018-12-16Bug 542084 - ecj exceeds maximum allowed length for syntheticAndrey Loskutov1-1/+1
2018-12-08Flag errors for pre-12 usage of 12 constructsManoj Palat1-3/+7
2018-12-04resolution refactoring, IProblem additionsManoj Palat1-4/+14
2018-11-28Reporting error on mixing different case kindsManoj Palat1-0/+15
2018-11-28codegen - first ray of hope! breakstatement with expression.Manoj Palat1-2/+5
2018-11-27normal completion error message additionManoj Palat1-1/+5
2018-11-23collect arms - switch expression/statementsManoj Palat1-9/+13
2018-11-13temp stashing.Manoj Palat1-0/+1
2018-09-03Bug 535802 - EPL 2.0 conversion for org.eclipse.jdt.coreLars Vogel1-3/+6
2017-12-08Bug 528108 - Add @Override to jdt.coreAndrey Loskutov1-0/+8
2017-04-13Bug 414761: [null] Annotation-based nullnes inference fails for fieldsStephan Herrmann1-2/+2
2015-11-24Bug 482075: [compiler][null] Loosing @NonNull information when passingStephan Herrmann1-2/+2
2015-09-13bug 474239 - [compiler][null] Null analysis does not handle switchStephan Herrmann1-0/+1
2014-11-14Bug 410892 - I've run into an old bug 241044 (info cannot be null -Olivier Thomann1-7/+16
2014-11-10Several more tests and a few bug fixes for Bug 424290 - [1.8] Evaluatessankaran1-1/+12
2014-11-09Further improvements/fixes to lambda shape analysisssankaran1-11/+3
2014-11-08Fixed Bug 424290 - [1.8] Evaluate alternate options for lambda shapessankaran1-0/+19
2014-04-29Bug 403674 - [compiler][null] Switching on @Nullable enum value does notShankha Banerjee1-2/+3
2014-01-28Bug 422822 - Fix the Generics related warnings in official buildJayaprakash Arthanareeswaran1-1/+2
2012-10-09Fixed Bug 345305 - [compiler][null] Compiler misidentifies a case ofStephan Herrmann1-1/+2
2012-08-10Fixed bug 381172: VerifyError "Inconsistent stackmap frames" for switchAyushman Jain1-1/+1
2012-04-19Tests & fix for bug 374605: Unreasonable warning for enum-based switchStephan Herrmann1-22/+33
2012-02-28HEAD - Fixed bug 265744: Enum switch should warn about missing defaultStephan Herrmann1-1/+7
2011-10-18Combined fix for Stephan Herrmann1-0/+3
2011-09-29HEAD - Fixed bug 359334: Analysis for resource leak warnings does notStephan Herrmann1-1/+1
2011-09-29HEAD - Fixed bug 349326: [1.7] new warning for missingStephan Herrmann1-2/+4
2011-09-01HEAD - Fixed bug 356363: Many links to java.sun.com are brokenOlivier Thomann1-2/+2
2011-08-29HEAD - Fixed bug 356002: VerifyError "Inconsistent stackmap frames" for switc...Olivier Thomann1-8/+10
2011-07-28HEAD - merge Java 7 implementation in HEAD streamOlivier Thomann1-31/+241
2010-08-12HEAD- fix for 319201Ayushman Jain1-0/+4
2010-06-18HEAD - Fix for 314830Olivier Thomann1-32/+34
2009-08-27HEAD - Update copyrightsOlivier Thomann1-1/+1
2009-08-17HEAD - Fix for 286682Olivier Thomann1-1/+1
2008-11-24HEAD - 48399Philipe Mulet1-17/+9
2008-09-17247292+128563+247307 (head)Philipe Mulet1-1/+1

Back to the top