sdedic commented on issue #3842: URL: https://github.com/apache/netbeans/issues/3842#issuecomment-1079918966
This is not a symptom of a large project, but possibly of a file with broken encoding = invalid character. But also bug in the lazy-evaluated encoding. It would be hard to decide without the specific file. Could you please run NetBeans IDE with the following argument on the commandline: `-J-Dorg.netbeans.api.queries.FileEncodingQuery.level=400` ? It should log a bunch of messages from the encoding evaluation impl, and the culprit filename should precede the exception. -- 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
