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"

 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page tracks the work in progress to add Java™ 9 support into Eclipse JDT UI. <br>
+
Java 9 landing page: [[Java9]].
The root bug to track Java™ 9 support in JDT UI is {{bug|458244}}.
+
 
 +
This page tracks the work in progress to add Java™ 9 support into Eclipse JDT UI. Root bug: {{bug|458244}}.
 +
 
 +
See [[JDT Core/Java9]] for the work in the JDT Core plug-ins.
 +
 
 +
[[Eclipse and Jigsaw modules]] - This page acts a discussion forum for representation/features/usage of modules in Eclipse JDT.
 +
 
 +
= IMPORTANT NOTES =
 +
*The following lines must be added in all headers of modified files for the Java&trade; 9 implementation:
 +
&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;* only. The code is not compatible with any specification of the JCP.
 +
&nbsp;*
 +
 
 +
*Use <code>@since 3.13 BETA_JAVA9</code> on all newly added members (same bundle version as in Neon).
  
 
= Work areas =
 
= Work areas =
 
* Set ASTProvider.SHARED_AST_LEVEL to JLS9
 
* Set ASTProvider.SHARED_AST_LEVEL to JLS9
 +
 +
[[Category:JDT]]

Latest revision as of 07:52, 21 December 2016

Java 9 landing page: Java9.

This page tracks the work in progress to add Java™ 9 support into Eclipse JDT UI. Root bug: bug 458244.

See JDT Core/Java9 for the work in the JDT Core plug-ins.

Eclipse and Jigsaw modules - This page acts a discussion forum for representation/features/usage of modules in Eclipse JDT.

IMPORTANT NOTES

  • 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 @since 3.13 BETA_JAVA9 on all newly added members (same bundle version as in Neon).

Work areas

  • Set ASTProvider.SHARED_AST_LEVEL to JLS9

Back to the top