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 123534 - Avoid syncing pages when opening Page Flow Editor
Summary: Avoid syncing pages when opening Page Flow Editor
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-12-06 06:05 UTC by Mark Dey
Modified: 2007-12-10 23:49 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 Mark Dey 2007-12-06 06:05:04 UTC
When Page Flow Editor is opened, insync is called upon to synchronize all open pages whether or not it is necessary, causing a significant delay in the PFE 
being available for use. The sync operation should be avoided if possible.
Comment 1 Joelle Lam 2007-12-10 23:49:15 UTC
Fixed Syncing of Pages by Override VMDNodeWidget per issue #123085.

IDE:-------------------------------------------------
IDE: [12/10/07 3:46 PM] Committing "Page Flow Editor" started
cvs server: scheduling file `PFENodeWidget.java' for addition
cvs server: use 'cvs commit' to add this file permanently
Checking in PageFlowToolbarUtilities.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowToolbarUtilities.java,v  <-- 
PageFlowToolbarUtilities.java
new revision: 1.10; previous revision: 1.9
done
Checking in JSFPageFlowMultiviewDescriptor.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/JSFPageFlowMultiviewDescriptor.java,v  <-- 
JSFPageFlowMultiviewDescriptor.java
new revision: 1.43; previous revision: 1.42
done
Checking in PageFlowView.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowView.java,v  <--  PageFlowView.java
new revision: 1.126; previous revision: 1.125
done
RCS file: /cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/graph/PFENodeWidget.java,v
done
Checking in graph/PFENodeWidget.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/graph/PFENodeWidget.java,v  <--  PFENodeWidget.java
initial revision: 1.1
done
Checking in graph/PageFlowScene.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/graph/PageFlowScene.java,v  <--  PageFlowScene.java
new revision: 1.120; previous revision: 1.119
done
IDE: [12/10/07 3:46 PM] Committing "Page Flow Editor" finished