mbien commented on issue #6942: URL: https://github.com/apache/netbeans/issues/6942#issuecomment-1886541406
@JQL the file isn't in your project, it is a properties file (key=value) which netbeans wrote during indexing. For some reason it contains illegal characters. I changed the code in the PR linked above so that it would reset the file if it got corrupted and log the exception with file location etc. it is one of the `index.properties` files in `~/.cache/netbeans/20/index`. To fix this you could remove the index folder while NB is closed and start NB again. This will create a fresh index. -- 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
