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 160338 - Do not fire property change event "time" when properties file is saved
Summary: Do not fire property change event "time" when properties file is saved
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-03-16 13:02 UTC by mslama
Modified: 2009-03-19 09:56 UTC (History)
1 user (show)

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 mslama 2009-03-16 13:02:05 UTC
See DataEditorSupport.EnvListener.fileChanged:
            if (fe.firedFrom(SaveImpl.DEFAULT)) {
                return;
            }

These lines filter events coming from saving file. It is valid to filter this change file event unless you would modify
file on disk and request file reload.
Comment 1 Alexey Butenko 2009-03-19 09:56:32 UTC
changeset 8f369e89dfeb