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 66428 - cut and paste small one line method yields problem
Summary: cut and paste small one line method yields problem
Status: RESOLVED DUPLICATE of bug 64283
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 01:13 UTC by cmorley256
Modified: 2007-11-05 13:45 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 cmorley256 2005-10-11 01:13:24 UTC
I'm not sure this is correctly categorized as a syntax coloring issue, that's  a
pure guess.

javax.swing.text.BadLocationException: Invalid offset=2946 not within <0, 2718>
        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 Martin Roskanin 2005-10-11 13:09:09 UTC
already fixed, thank for the report

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