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 UI/Java9"

m (IMPORTANT NOTE)
Line 6: Line 6:
  
 
= IMPORTANT NOTE =
 
= IMPORTANT NOTE =
*The following lines must be added in all headers of modified files for Java™ 9 implementation:
+
*The following lines must be added in all headers of modified files for the Java™ 9 implementation:
  <code>
+
  <code>&nbsp;* This is an implementation of an early-draft specification developed under the Java
&nbsp;* This is an implementation of an early-draft specification developed under the Java
+
 
  &nbsp;* Community Process (JCP) and is made available for testing and evaluation purposes
 
  &nbsp;* Community Process (JCP) and is made available for testing and evaluation purposes
 
  &nbsp;* only. The code is not compatible with any specification of the JCP.
 
  &nbsp;* only. The code is not compatible with any specification of the JCP.
  &nbsp;*
+
  &nbsp;*</code>
</code>
+
  
 
*Use the following @since tag on all newly added members: "3.11 BETA_JAVA9"
 
*Use the following @since tag on all newly added members: "3.11 BETA_JAVA9"

Revision as of 10:20, 16 March 2015

This page tracks the work in progress to add Java™ 9 support into Eclipse JDT UI.
The root bug to track Java™ 9 support in JDT UI is bug 458244.

Work areas

  • Set ASTProvider.SHARED_AST_LEVEL to JLS9

IMPORTANT NOTE

  • The following lines must be added in all headers of modified files for the Java™ 9 implementation:
 * This is an implementation of an early-draft specification developed under the Java
 * Community Process (JCP) and is made available for testing and evaluation purposes
 * only. The code is not compatible with any specification of the JCP.
 *
  • Use the following @since tag on all newly added members: "3.11 BETA_JAVA9"

Back to the top