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

Summary: Project not completely deleted
Product: java Reporter: Jaromir Uhrik <juhrik>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***