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 178557

Summary: [68cat] LowPerformance took 3766 ms.
Product: connecteddeveloper Reporter: Exceptions Reporter <exceptions_reporter>
Component: Team FrameworkAssignee: Petr Dvorak <joshis>
Status: RESOLVED FIXED    
Severity: normal CC: abhishekmunie, adam_myatt, alexvsimon, ehsavoie, jglick, misterm, mklaehn, mwas, stefan79
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162323
Attachments: nps snapshot
nps snapshot

Description Exceptions Reporter 2009-12-14 00:49:46 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4480-on-091206)
VM: Java HotSpot(TM) Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
GUEST: No idea.

stefan79: Tried to open the Context-Menu on a Java-Project while Scanning-Projects.


Maximum slowness yet reported was 8813 ms, average is 4726
Comment 1 Exceptions Reporter 2009-12-14 00:49:50 UTC
Created attachment 92495 [details]
nps snapshot
Comment 2 misterm 2009-12-18 06:45:36 UTC
Created attachment 92757 [details]
nps snapshot
Comment 3 Jan Becicka 2009-12-23 05:12:18 UTC
Petre, I don't understand why ShareAction needs Dashboard
Comment 4 Petr Dvorak 2010-01-04 02:07:39 UTC
For the single special case we were dealing with earlier:

If you select a single NB project and invoke right-click on it, the SoK action is displayed only if the NB project is not associated with any Kenai project that is opened in the dashboard.

So basically for the visibility of the action reason...

One possibility is to have SoK action always visible and handle the case the project is already shared after it is invoked. The same for the Kenai popup menu - the visibility determination causes many implementation problems with both of these actions...
Comment 5 Petr Dvorak 2010-01-04 06:26:18 UTC
Maybe it would be the best to:

- have always visible Kenai menu
- put (always visible) SoK action inside this menu (it will lose the usecase of sharing more projects via popup menu, though)
- determine if the action is relevant after it is invoked
Comment 6 Jan Becicka 2010-01-04 07:48:43 UTC
*** Bug 179164 has been marked as a duplicate of this bug. ***
Comment 7 Jan Becicka 2010-02-25 02:43:49 UTC
Changeset: 5d0f51ea8634
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2010-02-25 10:41
Message:   Issue #178557 - [68cat] LowPerformance took 3766 ms.
Comment 8 Quality Engineering 2010-02-25 22:15:15 UTC
Integrated into 'main-golden', will be available in build *201002260200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5d0f51ea8634
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #178557 - [68cat] LowPerformance took 3766 ms.