Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ClassCastException in TextSearchVisitor.TextSearchJob (eclipse-pl…
…atform#171) * Fix ClassCastException in TextSearchVisitor.TextSearchJob - TextSearchVisitor.TextSearchJob.processFile() has a catch for FileCharSequenceProvider.FileCharSequenceException and tries to rethrow the exception cause. In the case, where the cause is an IOException, throw the original FileCharSequenceException which is RuntimeException - discovered by eclipse-jdt/eclipse.jdt.ui#436 * Update org.eclipse.search/search/org/eclipse/search/internal/core/text/TextSearchVisitor.java Use Java 17 Co-authored-by: Mickael Istria <[email protected]> --------- Co-authored-by: Mickael Istria <[email protected]>
- Loading branch information