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 77868 - Project not completely deleted
Summary: Project not completely deleted
Status: RESOLVED DUPLICATE of bug 77844
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 08:08 UTC by Jaromir Uhrik
Modified: 2006-10-19 22:12 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 Jaromir Uhrik 2006-06-14 08:08:10 UTC
[5.5 build #200606120200]
1. Create j2se projects px1, px2
2. Set dependencies so that px2 depends on px1
3. Create OuterClass in project px1
4. Write following line to the main() method of px2 Main class
new OuterClass();
5. Run px2
6. Delete px1
7. Delete px2
Project px2 is not deleted completely. There remains following class:
$PRJ_LOCATION/px2/build/classes/px2/Main.class
Comment 1 Milan Kubec 2006-10-19 22:12:57 UTC

*** This issue has been marked as a duplicate of 77844 ***