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 66155

Summary: Building application
Product: editor Reporter: didoblu <didoblu>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description didoblu 2005-10-06 17:52:47 UTC
I was building application and the exception below seems. The application is 
Web and not Swing.


*********** Exception occurred ************ at 1:48 PM on Oct 6, 2005
javax.swing.text.BadLocationException: Invalid offset=2544 not within <0, 1>
	at org.netbeans.editor.Utilities.checkOffsetValid(Utilities.java:1227)
	at org.netbeans.editor.Utilities.getLineOffset(Utilities.java:552)
[catch] 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)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:870)
Comment 1 Martin Roskanin 2005-10-07 11:14:40 UTC
already fixed, thanks for the report

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