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

Summary: Implement new [protected Date Compiler.getTimeStamp()] method
Product: java Reporter: David Konecny <dkonecny>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker CC: raccah
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: proposed patch

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.