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 68805 - InvalidObjectException from JUtils.addInnerClassMembers when deleting classes
Summary: InvalidObjectException from JUtils.addInnerClassMembers when deleting classes
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 66395 69627 (view as bug list)
Depends on:
Blocks: 73679
  Show dependency tree
 
Reported: 2005-11-16 13:06 UTC by Jiri Skrivanek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (3.03 KB, text/plain)
2005-11-16 13:06 UTC, Jiri Skrivanek
Details
messages.log (42.00 KB, text/plain)
2005-11-16 13:23 UTC, Jiri Skrivanek
Details
Right one messages.log (43.53 KB, text/plain)
2005-11-16 13:38 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-11-16 13:06:14 UTC
Exceptions is thrown sometimes when you delete all files in a package. To reproduce:

- open nb_all/ant project
- wait until scanning finishes
- select all files in org.apache.tools.ant.module and delete them by popup menu.
Following messages are printed to console

[org.netbeans.javacore] FileObject not found for resource: org/apache/tools/ant/
module/AntOption.java

- select all files in next package and delete them. InvalidObjectException or
IllegalStateException is thrown (see attachment).
- if exception is not thrown, continue deleting all files in other packages.
Sooner or later exception everytime appears.

Build 20051116-1004, JDK1.5.0_05, WindowsXP.
Comment 1 Jiri Skrivanek 2005-11-16 13:06:56 UTC
Created attachment 26998 [details]
Stack trace
Comment 2 Daniel Prusa 2005-11-16 13:09:22 UTC
Can you also attach messages.log file, please?
Comment 3 Jiri Skrivanek 2005-11-16 13:23:05 UTC
Created attachment 26999 [details]
messages.log
Comment 4 Jiri Skrivanek 2005-11-16 13:38:21 UTC
Created attachment 27000 [details]
Right one messages.log
Comment 5 Jan Becicka 2005-11-25 14:03:54 UTC
*** Issue 66395 has been marked as a duplicate of this issue. ***
Comment 6 Daniel Prusa 2005-12-07 13:47:50 UTC
*** Issue 69627 has been marked as a duplicate of this issue. ***
Comment 7 Jan Becicka 2006-10-26 16:26:24 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 8 Jiri Skrivanek 2006-10-26 18:54:21 UTC
Verified.
Comment 9 Quality Engineering 2007-09-20 10:58:07 UTC
Reorganization of java component