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 8251

Summary: lastModified is not correctly updated when output stream is closed
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2000-11-07 18:40:33 UTC
It seems that a file object first closes output stream and fires fileChange
event and only after that it updates the lastModified variable in
AbstractFileObject. This can cause problems to the code that in fileChange
method checks fileObject.lastModified () value.
Comment 1 Quality Engineering 2003-07-01 15:51:53 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 2 Quality Engineering 2003-07-01 16:11:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.