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 7515 - Compilation side effect
Summary: Compilation side effect
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-29 09:42 UTC by _ pkuzel
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 _ pkuzel 2000-08-29 09:42:17 UTC
Compile action calls as side effect saveAll(). I would expect
saveAllJavaObjectToBeCompiled().
Comment 1 Svata Dedic 2000-08-29 09:50:59 UTC
That may not be enough - particularly when using external compilers. In case
that the compiler encounters a reference to another class, it checks which of
the relevant .class and .java files is newer. If we save only files the user
marked to be compiled, the compiler might work against old .class or .java files
that would be included into the compilation progress because of references to
it.
Comment 2 Quality Engineering 2003-07-01 13:11:44 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 13:15:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.