mbien commented on issue #6671: URL: https://github.com/apache/netbeans/issues/6671#issuecomment-1806606757
are you using search or search and replace? since the search has two modes. The strict mode should be only active on replace since it has to make sure the file is valid. It will throw exceptions if it is not. https://github.com/apache/netbeans/blob/73237de9420b5847640cae2bc5fff940d7d5b346/platform/api.search/src/org/netbeans/modules/search/matcher/AbstractMatcher.java#L87-L106 -- 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
