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 3035 - Operation cut,then undo throw exception in BigJavaFile.
Summary: Operation cut,then undo throw exception in BigJavaFile.
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-02 20:31 UTC by pzajac
Modified: 2007-11-05 13:44 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 pzajac 1999-08-02 20:31:42 UTC
Exception occurred in request processor:
java.util.NoSuchElementException
        at java.util.LinkedList$ListItr.previous(LinkedList.java:492)
        at org.openide.text.LineStruct$Info.insert(LineStruct.java:108)
        at org.openide.text.LineStruct.insertLinesImpl(LineStruct.java:353)
        at org.openide.text.LineStruct.access$1(LineStruct.java:347)
        at org.openide.text.LineStruct$1.run(LineStruct.java:306)
        at org.openide.util.Task.run(Task.java:127)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:402)

[Mila] Can`t reproduce, but it occurs sometimes, but I can`t figure out when. Jardo, do you know what can cause this?
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).