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 4499 - Compiler doesn`t recognize up-to-date status of some sources with inner classes correctly
Summary: Compiler doesn`t recognize up-to-date status of some sources with inner class...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-14 17:39 UTC by David Simonek
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 David Simonek 1999-10-14 17:39:02 UTC
1) Consider a java source with multiple innerclasses
2) Compile the source
3) Now delete one inner class from the source (but don`t delete class file itself from the disk)

In this situation, source will be always considered as not up to date, because
modification date of inner class which was deleted from the source is checked
too (it should not be) and it results in recompilation of the source every time.
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).