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 22746

Summary: Implement new [protected Date Compiler.getTimeStamp()] method
Product: obsolete Reporter: David Konecny <dkonecny>
Component: antlrAssignee: issues@obsolete <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: ceklock, jglick
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description David Konecny 2002-04-24 15:31:28 UTC
As part of implementation of the issue 19668 I added new method into Compiler. Its 
default implementation returns null and should be overriden to return timestamp of the 
newest file which was produced by the compiler. Leaving default implementation to 
return null has the same effect as returning FALSE from Compiler.isUpToDate().

Please consider improving of your compiler.
Comment 1 Jesse Glick 2011-09-28 20:08:16 UTC
What exactly was FIXED? Issues should not be marked FIXED without a specific changeset ID.
Comment 2 ceklock 2011-09-28 21:07:05 UTC
Sorry, this was marked as fixed basically because it's an obsolete bug. 

But this was the wrong status. Thanks for changing it, it was my fault.