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 36975 - IllegalStateException in editor
Summary: IllegalStateException in editor
Status: RESOLVED DUPLICATE of bug 37178
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 36976 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-03 09:07 UTC by arcivanov
Modified: 2007-11-05 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans' ide.log (11.88 KB, text/plain)
2003-11-03 09:08 UTC, arcivanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arcivanov 2003-11-03 09:07:51 UTC
While switching from one open Java document to 
another using the document tabs at the bottom of 
the editing window the IllegalStateException 
occurs. The annoying thing is that the exception 
continues to occur thereafter on every switch and 
requires closing editing window.
Comment 1 arcivanov 2003-11-03 09:08:25 UTC
Created attachment 12038 [details]
NetBeans' ide.log
Comment 2 Petr Nejedly 2004-01-13 16:40:06 UTC
*** Issue 36976 has been marked as a duplicate of this issue. ***
Comment 3 Petr Nejedly 2004-01-13 16:44:06 UTC
Actually, it seems this is linked to some race condition in
PositionRef.Manager, which somehow gets out of sync with document
state. See issue 37178.

*** This issue has been marked as a duplicate of 37178 ***