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 - Implement new [protected Date Compiler.getTimeStamp()] method
Summary: Implement new [protected Date Compiler.getTimeStamp()] method
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: antlr (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 15:31 UTC by David Konecny
Modified: 2011-09-28 21:07 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.