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 34203 - IOException on past method
Summary: IOException on past method
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-05 14:18 UTC by pzajac
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (2.90 KB, text/plain)
2003-06-05 14:19 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-06-05 14:18:02 UTC
Steps to reproduction:
1) create a class from template
2) add a method to the created class
3) Cut method
4) delete method
5) Past method 

Exception thrown:
java.io.IOException: Element does not exist
        at
org.openide.src.nodes.SourceEditSupport.invokeAtomicAsUser(SourceEditSupport.java:282)
Comment 1 pzajac 2003-06-05 14:19:02 UTC
Created attachment 10605 [details]
exception stacktrace
Comment 2 Jan Becicka 2003-06-06 06:53:42 UTC
This one is corner case bug.
Comment 3 Jan Becicka 2003-06-17 14:01:43 UTC
Already evaluated. This is valid bug. Fix is probably easy.
Comment 4 Jan Pokorsky 2003-12-04 16:47:16 UTC
fixed in
/cvs/java/srcmodel/src/org/openide/src/nodes/ClassElementNode.java
new revision: 1.6; previous revision: 1.5
Comment 5 pzajac 2003-12-10 13:43:45 UTC
verified
Comment 6 Quality Engineering 2007-09-20 10:22:11 UTC
Reorganization of java component