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 - lastModified is not correctly updated when output stream is closed
Summary: lastModified is not correctly updated when output stream is closed
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-07 18:40 UTC by Jaroslav Tulach
Modified: 2008-12-22 19:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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