This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 83963
Collapse All | Expand All

(-)FixLineSyntaxState.java (-1 / +1 lines)
Lines 489-495 Link Here
489
                //checkConsistency(doc);
489
                //checkConsistency(doc);
490
            }
490
            }
491
        } catch (BadLocationException e) {
491
        } catch (BadLocationException e) {
492
            throw new IllegalStateException(e.toString());
492
            throw new IllegalStateException(e);
493
        } finally {
493
        } finally {
494
            DocumentUtilities.SEGMENT_CACHE.releaseSegment(text);
494
            DocumentUtilities.SEGMENT_CACHE.releaseSegment(text);
495
        }
495
        }

Return to bug 83963