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.

Bug 138653 - AssertionError: 21947,21946
Summary: AssertionError: 21947,21946
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 19:09 UTC by Joelle Lam
Modified: 2009-02-27 14:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 57038


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joelle Lam 2008-06-30 19:09:26 UTC
Tor, can you assign this to the right person?  This assertion is making it very difficult to work.


Build: NetBeans IDE Dev (Build 080517)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.2, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: 21947,21946
        at org.mozilla.javascript.Parser.memberExprTail(Parser.java:2436)
        at org.mozilla.javascript.Parser.unaryExpr(Parser.java:2185)
        at org.mozilla.javascript.Parser.mulExpr(Parser.java:2094)
        at org.mozilla.javascript.Parser.addExpr(Parser.java:2067)
        at org.mozilla.javascript.Parser.shiftExpr(Parser.java:2038)
        at org.mozilla.javascript.Parser.relExpr(Parser.java:2003)
        at org.mozilla.javascript.Parser.eqExpr(Parser.java:1950)
        at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1930)
        at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1910)
        at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1890)
Comment 1 Torbjorn Norbye 2008-06-30 19:13:39 UTC
The line numbers don't match up with the trunk so I assume you don't have the latest fixes? I worked over the weekend
and fixed the other assertion bug you had filed earlier - see http://www.netbeans.org/issues/show_bug.cgi?id=138529

Can you update your build and confirm whether this is a new problem or the same problem? It looks extremely similar but
it's possible that it's something different.
Comment 2 Joelle Lam 2008-07-02 17:54:45 UTC
This seems to have been fixed. I am not seeing the issue anymore.