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 67336

Summary: Exception thrown during load.
Product: editor Reporter: timothybinkley <timothybinkley>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: message log

Description timothybinkley 2005-10-22 02:28:22 UTC
javax.swing.text.BadLocationException: Invalid offset=733 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 timothybinkley 2005-10-22 02:31:07 UTC
Created attachment 26245 [details]
message log
Comment 2 hferland 2005-10-26 15:17:34 UTC
This happen to me randomly when switching from file to file.

Maybe the priority on this one should be raised.
Comment 3 Martin Roskanin 2005-10-31 14:01:56 UTC
already fixed, thanks for the report

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