Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JDT Core/Plan/4.8/JEP325"

(Code generation)
(Type checking)
Line 17: Line 17:
 
will have flow analysis  changes  - in progress - 1 week [https://bugs.eclipse.org/bugs/show_bug.cgi?id=542707 bug 542707]
 
will have flow analysis  changes  - in progress - 1 week [https://bugs.eclipse.org/bugs/show_bug.cgi?id=542707 bug 542707]
  
=== Type checking ===
+
=== Type Inference ===
Type inference since switch expression may be an expression - 1 week [https://bugs.eclipse.org/bugs/show_bug.cgi?id=542871 bug  542871]
+
Type inference since switch expression may be an expression - in review - 1 week [https://bugs.eclipse.org/bugs/show_bug.cgi?id=542871 bug  542871]
  
 
=== Error reports ===
 
=== Error reports ===

Revision as of 04:18, 8 January 2019

Planning page for JDT Implementation of Switch Expressions (JEP 325) for Java 12

Main tracking bug: bug 542557

Compiler changes

Changes regarding the compiler: bug 542557

Grammar changes

Switch Expression grammar changes - add bug number This would be a major grammar change effort/time estimate for grammar - Currently here - need to rewrite the grammar - est : done

Compiler AST Creation

Tied with parsing - done

Flow analysis changes

will have flow analysis changes - in progress - 1 week bug 542707

Type Inference

Type inference since switch expression may be an expression - in review - 1 week bug 542871

Error reports

  • new error reports. (2 days - in parallel with flow analysis ?) - in progress in parallel

Code generation

Addressing the breaks without label but with expressions and implicit break labels for switch label expressions - 1 week bug 542838

Java Search support

slight change expected - 2d bug 542559

DOM support

ast changes expected - 1wk -- in progress bug 542558

Content Assist support

  • additional place the content assist be applicable - 5 days (bug 542560

Code Select support

  • additional place the content assist be applicable - 5 days (bug 542561

UI Changes

  • Switch ASTs to JLS11 (generic - 1d)

Code hover

  • Show inferred type of variable - no change expected

Preferences

  • Allow JDT UI to target Java 11 in Compiler Preferences - generic (1d in parallel)

Quick fixes

  • convert to a switch statement ( 3 DAYS? jdt.ui to comment)
  • coalesce two or more case statements to comma separated case label statements - 4 ays> jdt.ui ? opportunistic

Code templates

  • add switch in templates - 1d

JDT Debug

  • Expected to have an impact - especially breakpoints - 1w approx

Back to the top