mbien opened a new pull request, #8304:
URL: https://github.com/apache/netbeans/pull/8304
- scanner will skip the file and log a warning
- search will add it to the regular search result error list
cleanup:
- removed unused UI component of search results window
- simplified exception handling in Source#createSnapshot

indexer log:
```
WARNING [org.netbeans.modules.parsing.api.Source]: Can't create snapshot of
/tmp/mavenproject1/src/main/java/com/mycompany/mavenproject1/error_file2.xml@cbec52aa:59023f9d,
mimeType=text/xml. CoderMalfunctionError: java.lang.IllegalArgumentException:
newPosition > limit: (1 > 0)
```
fixes #7839
--
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