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 26413 - ALL: "Refresh Time" is reset to default in every IDE session.
Summary: ALL: "Refresh Time" is reset to default in every IDE session.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-09 11:58 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:02 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 Jiri Kovalsky 2002-08-09 11:58:16 UTC
Development build #200208082340 of NetBeans 3.4
Windows 2000 with JDK 1.4.1 RC build #18

Description:
============
"Refresh Time For Local Files [ms]" filesystem
property is reset to its default value (15000)
when IDE is restarted. User must always set it
manually, if new IDE session is started.

Steps to reproduce:
===================
1. Mount CVS filesystem using Command-line Client.
2. Set the mentioned expert property to 20000.
3. Restart IDE and take a look at the property.
It's 15000.
Comment 1 Martin Entlicher 2002-09-11 18:01:04 UTC
Fixed in the main trunk.
The refresh time property changes were not fired and therefore did not
get written to the FS settings.

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v 
<--  VcsFileSystem.java
new revision: 1.184; previous revision: 1.183
Comment 2 Martin Entlicher 2002-09-26 19:45:54 UTC
There is still a problem with the refresh. disableRefresh() followed
by enableRefresh() does not restore the original refresh time, but
leaves the refresh disabled.

This can be reproduced by e.g. Update command in command-line CVS
integration.

This is resolved in issue #27589.
Comment 3 Jiri Kovalsky 2002-11-08 09:31:38 UTC
The property is retained. Verified in development build #200211080100
of NetBeans 4.0.
Comment 4 Jaroslav Tulach 2002-12-03 09:53:39 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 5 Martin Entlicher 2002-12-06 12:41:52 UTC
Merged into release341 branch.

/cvs/vcscore/src/org/netbeans/modules/vcscore/VcsFileSystem.java,v 
<--  VcsFileSystem.java
new revision: 1.178.6.3.4.3; previous revision: 1.178.6.3.4.2
Comment 6 Quality Engineering 2003-07-01 13:02:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.