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 68476 - BadLocationException in org.netbeans.editor.Utilities
Summary: BadLocationException in org.netbeans.editor.Utilities
Status: RESOLVED DUPLICATE of bug 64283
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 16:17 UTC by jamesgeiser
Modified: 2005-11-14 14:41 UTC (History)
0 users

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 jamesgeiser 2005-11-10 16:17:11 UTC
NOTE: I dont know which subcomponent to applies.

javax.swing.text.BadLocationException: Invalid offset=38183 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 Pokorsky 2005-11-14 14:38:13 UTC
It is a j2ee/ejb issue. Reassigning.
Comment 2 Martin Roskanin 2005-11-14 14:41:28 UTC
already fixed, thanks for the report

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