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 170729 - overly aggressive caching of class files
Summary: overly aggressive caching of class files
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 18:42 UTC by stemarco
Modified: 2009-08-20 20:41 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 stemarco 2009-08-20 18:42:36 UTC
Netbeans seems to cahce either class files of java sources that have been removed from the project. Build of WebModule
with some deleted sources does includes the class file for the deleted source in the WEB-INF/classes directory and there
is also a last_good directory that includes the class.
Comment 1 stemarco 2009-08-20 20:41:01 UTC
Duplicate class files are being copied from 'web' directory.