mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 05:33:33 +02:00
Hide BadLocationException (see bug 232012).
This commit is contained in:
parent
b589535989
commit
d09c6c7601
1 changed files with 9 additions and 7 deletions
|
@ -146,7 +146,9 @@ public class CSpellingEngine extends SpellingEngine {
|
|||
}
|
||||
}
|
||||
} catch (BadLocationException x) {
|
||||
CUIPlugin.log(x);
|
||||
// Ignore BadLocationException since although it does happen from time to time,
|
||||
// there seems to be not much harm from it.
|
||||
// CUIPlugin.log(x);
|
||||
}
|
||||
} finally {
|
||||
if (toRemove != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue