negora commented on issue #4515: URL: https://github.com/apache/netbeans/issues/4515#issuecomment-1259167638
In my case I've enabled the following options (for Java files): * Remove trailing white space from: all lines. * Remove unused imports. * Organize imports. I can try to disable some options. However, I think that the *bug* appears before saving: as soon as there is certain type of error, the code loses highlighting and you know, beforehand, that the save will freeze the IDE. One type of error that seems to trigger this *bug* is when you have a Java class placed in a package whose fully qualified name doesn't match the name that appears in the `package` clause of the class. I'll try to reproduce the *bug* when I've some spare time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
