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 65003 - [50cat] Exception while closing editor windows ...
Summary: [50cat] Exception while closing editor windows ...
Status: RESOLVED DUPLICATE of bug 63398
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 14:40 UTC by zign
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zign 2005-09-23 14:40:19 UTC
[ BUILD # : 200509221800 ]
[ JDK VERSION : 1.5.0_04 ]

Had at least 15 files open in editor and started to close them one by one, after some windows (editors) Netbeans threw a java.swing.text.BadLocationException.

//Log from NetBeans exception dialog.

javax.swing.text.BadLocationException: Invalid offset=7860 not within <0, 1>
	at org.netbeans.editor.Utilities.checkOffsetValid(Utilities.java:1227)
	at org.netbeans.editor.Utilities.getLineOffset(Utilities.java:552)
	at org.netbeans.modules.j2ee.ejbcore.hints.EjbHintsProvider.getHints(EjbHintsProvider.java:56)
	at org.netbeans.modules.editor.hints.HintsOperator$HintPopupTaskImpl.run(HintsOperator.java:233)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Jan Chalupa 2005-09-25 13:26:31 UTC
Editor issue? Re-assinging...
Comment 2 Martin Roskanin 2005-09-26 10:08:38 UTC
already reported, thanks

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