Versions Compared

Key

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

...

  • Code coloring. Keywords "sealed", "non-sealed", and "permits" are highlighted conforming to the existing styles of all other Java keywords.



  • Code formatting for "sealed" type. Extended the Java code formatting feature to include "sealed" and "permits" clauses for the first time.



  • Auto-completion for "sealed" type. Added keyword "sealed" and "non-sealed" before "class" declaration. Added "permits" only in the allowed location, i.e., the "permits" clause is not allowed to be put before "extends" and "implements" clause, if present.


  • Fixed Record Formatting issue with use of annotation: https://github.com/apache/netbeans/pull/2391

  • Fixed issue: refactor record rename & move record file to other package: https://github.com/apache/netbeans/pull/2310 

  • Invoke code completion for "Record" variable name , NetBeans analyses and the editor will analyze the context and suggests the then suggest choices that are reachable from the current caret position.



  • Fixed JavaDoc listing for class-type RECORD on auto completion: https://github.com/apache/netbeans/pull/2412

  • nb-javac fork supports JDK 15: https://github.com/apache/netbeans/pull/2408

...