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 217049 - "Out of date" build warning with Track Depencies enabled and compile on save disabled
Summary: "Out of date" build warning with Track Depencies enabled and compile on save ...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 20:53 UTC by Olamagato-wtf
Modified: 2016-07-07 07:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (69.41 KB, text/plain)
2012-08-17 20:53 UTC, Olamagato-wtf
Details
Netbeans output in debug mode (383.28 KB, text/plain)
2012-08-17 21:07 UTC, Olamagato-wtf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olamagato-wtf 2012-08-17 20:53:05 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143) (and Netbeans IDE 6.0, 6.1, 6.8, 6.9, 7.0, 7.1x)
Operating System = Windows 7 version 6.1 running on amd64 (also Windows XP SP2/3 running Athlon XP)
Java; VM; Vendor = 1.7.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.1-b03
Desctiption=Netbeans persistently produce warnings like this on System.err: "The class com.olamagato.video.TestZmianyGrafiki in file E:\Dane\_Adam\NetBeansProjects\Olamagato\build\classes\com\olamagato\video\TestZmianyGrafiki.class is out of date due to com.olamagato.video.DisplayListener but has not been deleted because its source file could not be determined". I don't want this warning because irritates me. :) The whole process is proceeding correctly. This problem also causes often "unknown errors" when attempting to repeat the compilation. This warning disappears when I disable "Track Java Depencies" in project properties/build/compiling
Comment 1 Olamagato-wtf 2012-08-17 20:53:44 UTC
Created attachment 123271 [details]
IDE log
Comment 2 Olamagato-wtf 2012-08-17 21:07:52 UTC
Created attachment 123273 [details]
Netbeans output in debug mode

Row with bad message: 3749
and:
Class com.olamagato.video.TestZmianyGrafiki depends on com.olamagato.video.TestZmianyGrafiki in row 3656
The class com.olamagato.video.TestZmianyGrafiki not exist because this is top-level class in DisplayListener.java:
@SuppressWarnings({"UseOfSystemOutOrSystemErr", "MultipleTopLevelClassesInFile"} )
class TestZmianyGrafiki	extends WindowAdapter implements DisplayListener, Runnable {
//...
It is likely that the same problem occurs with inner and nested classes, which often use because I get these messages for years.
Comment 3 Milos Kleint 2012-09-05 12:04:28 UTC
"track java dependencies" appears to be part of the j2se project customizer, reassigning to j2se for evaluation.
Comment 4 Martin Balin 2016-07-07 07:15:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss