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

Summary: Operation cut,then undo throw exception in BigJavaFile.
Product: editor Reporter: pzajac <pzajac>
Component: -- Other --Assignee: pzajac <pzajac>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).