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 269113
Collapse All | Expand All

(-)a/cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenBuffer.java (+2 lines)
Lines 69-74 Link Here
69
        }
69
        }
70
        catch (TokenStreamException tse) {
70
        catch (TokenStreamException tse) {
71
                System.err.println("tmp error: can't load tokens: "+tse);
71
                System.err.println("tmp error: can't load tokens: "+tse);
72
        } catch (Throwable ex) {
73
                System.err.println(ex.getClass().getName() + ":" + ex.getMessage() + ":" + ex + ":" + ex.getCause()  + ":" + (ex.getStackTrace() == null ? "null stack" : "" + ex.getStackTrace().length) + " in onID "); // NOI18N
72
        }
74
        }
73
        size = pos;
75
        size = pos;
74
    }
76
    }

Return to bug 269113