Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
12.5, 13
-
None
Description
Automatic formatting adds a space for try with resources if nb-javac is not installed:
try ( MyType myObject = new MyType()) { }
Once nb-javac is installed the space goes away:
try (MyType myObject = new MyType()) { }
Attachments
Issue Links
- duplicates
-
NETBEANS-4641 Code auto formatting for try-with-resources statements
- Resolved
-
NETBEANS-4676 Bad format to try-with-resources
- Resolved