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 67820 - [50cat] Assertion exception: The model was modified. Unable to return start offset.
Summary: [50cat] Assertion exception: The model was modified. Unable to return start o...
Status: VERIFIED DUPLICATE of bug 64937
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 09:57 UTC by kalali
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
It is the log file of ide when this crash happens (7.07 KB, application/x-compressed)
2005-10-31 09:59 UTC, kalali
Details
it is screen shot of the exception , (90.16 KB, image/gif)
2005-10-31 10:00 UTC, kalali
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kalali 2005-10-31 09:57:19 UTC
[ BUILD # : 20051013 ]
[ JDK VERSION : 1.5.0_03 ]

What i have done that bring this Exception is :
I was working in IDE 
I used refactoring  capability (encapsulate field) over one boolean field
it show the progress bar which allways in refactoring shown
I just played a bit with that progress bar (move it to right and left)
refactoring finished and the exception raised.

The screen shot shows that i was working on a propertychange method , 
when i put the mouse in blue line which indicate the end of that method
exception window raise again , 
I checked with other sections of code and i see that exception raise when i put
the mouse and cursor ove other  } lines, in the end of a method definition which has no {} yet , it raise again when i invoke code completer 
for : e.g setChanged(

If i put mouse elsewhere than the mentioned lines and then press ok , the exception goes away , but as soon as i put the cursor on } lines 
exception come again


if I put the pointer over and End line ----> } , the exception shows in consistent way (as more i press ok , as more it shows)

I attached the log file + an screenshot
hope they helps
Comment 1 kalali 2005-10-31 09:59:36 UTC
Created attachment 26468 [details]
It is the log file of ide when this crash happens
Comment 2 kalali 2005-10-31 10:00:44 UTC
Created attachment 26469 [details]
it is screen shot of the exception ,
Comment 3 Tomas Hurka 2005-11-01 14:21:09 UTC

*** This issue has been marked as a duplicate of 64937 ***
Comment 4 kalali 2006-01-18 09:19:10 UTC
verified