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 22750 - Implement new [protected Date Compiler.getTimeStamp()] method
Summary: Implement new [protected Date Compiler.getTimeStamp()] method
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 15:43 UTC by David Konecny
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
proposed patch (4.45 KB, patch)
2002-05-10 14:36 UTC, David Konecny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2002-04-24 15:43:38 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 David Konecny 2002-05-10 14:36:14 UTC
Created attachment 5695 [details]
proposed patch
Comment 2 David Konecny 2002-05-10 14:39:15 UTC
I must say that I did not test the patch. Feel free to improve it or 
ask any question. Once the issue 19670 is implemented the 
functionality can be tested.
Comment 3 Marek Grummich 2002-07-22 10:50:00 UTC
Set target milestone to TBD
Comment 4 Svata Dedic 2002-12-04 14:51:38 UTC
David, is this still valid ?
Comment 5 David Konecny 2002-12-04 14:55:10 UTC
No, there is new Compilation module.