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 41539 - Clean doesn't remove class files of secondary top level classes
Summary: Clean doesn't remove class files of secondary top level classes
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 13:33 UTC by ehucka
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 ehucka 2004-03-31 13:33:06 UTC
Steps to reproduce:

1. creat a java soource with at least 2 top level
classes
2. set actual compiler target to another filesystem
3. build the source file
4. invoke action Clean on the source file

Result: target fs contains 'class' files of all
non-public top level classes in the source file
Comment 1 Jan Pokorsky 2004-04-08 12:16:22 UTC
This is already resolved by the new build system in the trunk build.
In case of release36 the severity is low IMO.
Comment 2 ehucka 2004-08-18 10:04:17 UTC
verified