Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed header note about NetBeans 9.0 not being released.

Note: NetBeans 9 is a work in progress and not released yet. Below is a list of features it will have.

NetBeans 9 runtime platforms are only JDK8 and , JDK9, JDK10. Until JDK9 is GA it is recommended to run NB9 on top of JDK8 which is more stable. JDK9 JDK9 and JDK10 can be used as Projects Java Platform even NetBeans itself is running on top of JDK8.

Table of Contents
outlinetrue

 

...

JDK 10 – Local Variable Type Inference

Hints and refactorings for transforming to/from the new "var" type:

Image Added

JDK 9 – Java Platform Module System Support

Java Application project extensions

NetBeans 9 supports provides features to support JPMS (Jigsaw) to full extent. Modulepath was added as a crucial paradigm to NetBeans in addition to Classpath.

...

HTML5 tags are supported in NetBeans editor and HTML5 JavaDoc can be generated using projects Properties | Documenting customizer.

...

JDK 9

...

– JavaShell

Java Shell is a tool in JDK9 defined in JEP 222 to introduce REPL (read-eval-print-loop) capabilities to Java. NetBeans provides integrated console-like UI for the Java Shell, leveraing NetBeans editor capabilites. NetBeans can support the tool with the user project configuration, so the Java Shell is set up to work with project classes and libraries.

...

The popups used to configure the profiler or filter the results can now be resized, which makes it easier to handle long class or method names.

 

C/C++

Dbx support

C/C++ debugger supports dbx native debugger.

Image Removed

Clang-format support

C/C++ editor supports popular formatting tool clang-format.

Image Removed

Clank-based Diagnostics (Experimental)

We have added new diagnostics based on the Clank (java clang) that can show you error path for the problem discovered, use Fix it suggestions.

To turn on new diagnostics go to Tools->Options->Editor->Hints

Image Removed

See null deference error path example below

Image Removed