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 7096 - Bad removal of methods
Summary: Bad removal of methods
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-18 20:16 UTC by Petr Slegr
Modified: 2007-09-26 09:14 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 Petr Slegr 2000-07-18 20:16:47 UTC
0. Disable automatic parsing (set very very long automatic parse delay)
1. Write two methods in Editor
2. Save file (the methods will be parsed)
3. Write new methods between previous two in way similar this

   public void proc1() {
   }void newProc(){}public void proc2() {
   }

4. DO NOT save the file - the method newProc won't be parsed
5. Try to remove proc1() or proc2() via Java Hierarchy - results won't be right
Comment 1 Svata Dedic 2000-07-19 16:15:59 UTC
[2011]
Comment 2 Quality Engineering 2003-07-01 13:19:44 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.