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 68364 - Exception created when left shifting code in IDE
Summary: Exception created when left shifting code in IDE
Status: RESOLVED DUPLICATE of bug 64283
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 11:37 UTC by skramer
Modified: 2005-11-17 14:05 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 skramer 2005-11-09 11:37:46 UTC
javax.swing.text.BadLocationException: Invalid offset=1350 not within <0, 1349>
	at org.netbeans.editor.Utilities.checkOffsetValid(Utilities.java:1227)
	at org.netbeans.editor.Utilities.checkOffsetValid(Utilities.java:1222)
	at org.netbeans.editor.Utilities.getRowStart(Utilities.java:126)
	at org.netbeans.editor.Utilities.getRowStart(Utilities.java:109)
	at
org.netbeans.modules.j2ee.ejbcore.hints.EjbHintsProvider.getHints(EjbHintsProvider.java:58)
	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 Peter Pis 2005-11-14 13:48:58 UTC
Reassigning to "editor" for evaluation.
Comment 2 Martin Roskanin 2005-11-14 14:24:21 UTC
similar problem as in issue #64283
Comment 3 Pavel Buzek 2005-11-15 03:45:44 UTC
skramer, can you look for the build number? There have been many, many
duplicates of issue #64283 and it was fixed on Oct 3, I just want to make sure
this is not something else. Thanks.  (you can find build number in
userdir/var/log or in IDE menu Help>About, Detail tab)
Comment 4 Pavel Buzek 2005-11-17 14:05:21 UTC
I got this from the submitter in mail: 200509261930.


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