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 143759 - java.lang.AssertionError: ModCount already updated
Summary: java.lang.AssertionError: ModCount already updated
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
: 138586 141496 142030 144879 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-13 13:36 UTC by Jan Jancura
Modified: 2008-09-29 16:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 70724


Attachments
example file (86.18 KB, text/plain)
2008-08-13 13:37 UTC, Jan Jancura
Details
exception (3.39 KB, text/plain)
2008-08-13 13:38 UTC, Jan Jancura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2008-08-13 13:36:10 UTC
AssertionError opening a file
Comment 1 Jan Jancura 2008-08-13 13:37:02 UTC
Created attachment 67252 [details]
example file
Comment 2 Jan Jancura 2008-08-13 13:38:40 UTC
Created attachment 67254 [details]
exception
Comment 3 Jiri Prox 2008-08-14 07:16:06 UTC
*** Issue 138586 has been marked as a duplicate of this issue. ***
Comment 4 Miloslav Metelka 2008-08-14 09:21:03 UTC
I will work on this ASAP.
Comment 5 David Konecny 2008-08-14 21:04:24 UTC
Another always reproducible test case can be found in issue 138586.
Comment 6 Marian Mirilovic 2008-08-15 09:12:00 UTC
Copied steps from issue 138586 :

Mila, I can always reproduce it:
* create a web application
* under Web pages create New->HTML
* in created HTML file after </body> paste following code:

  <div class="demobox">
    <div class="contentBox"><a href="javascript://" onclick="$(this).up('.contentBox').fade(); return false;">Click me
for Effect.Fade demo</a></div>
  </div>

  <div class="demobox">

That always gives me the exception. Hope that help, David.
Comment 7 Miloslav Metelka 2008-08-18 10:02:11 UTC
http://hg.netbeans.org/main/rev/ec40b01baaa5
Comment 8 adam_myatt 2008-08-19 04:40:34 UTC
Was the fix for this issue included in the latest NB6.5 daily? I just reproduced this error in Product Version: 
NetBeans IDE Dev (Build 200808170243) from Aug 17.
Comment 9 Quality Engineering 2008-08-19 05:59:22 UTC
Integrated into 'main-golden', available in build *200808190201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/ec40b01baaa5
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #143759 - java.lang.AssertionError: ModCount already updated.
Comment 10 Miloslav Metelka 2008-08-25 10:48:31 UTC
*** Issue 141496 has been marked as a duplicate of this issue. ***
Comment 11 Miloslav Metelka 2008-08-25 15:50:15 UTC
*** Issue 144879 has been marked as a duplicate of this issue. ***
Comment 12 Miloslav Metelka 2008-09-29 16:13:00 UTC
*** Issue 142030 has been marked as a duplicate of this issue. ***