Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Miscellaneous New Java Editor Features

    • "main" is a new shortcut, that does the same as "psvm", i.e., creates 'public static void main'

      Impacted NetCAT test spec: Java Code Completion
      , cloned to 12.0: https://netbeans-vm.apache.org/synergy/client/app/#/specification/450
      Task to be added to test spec: 
      Run 12.0 on JDK 8 or above, create any kind of Java application, add a Java source file, type 'main', without the quotes, press Tab to complete it, and you should see "public static void main" constructor.
      Status: 
      Done. Added as test case 6 5 in the existing section 96, "Syntax ColoringGenerate - constructor", of the above Java Code Completion test spec.

...