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 221165 - Initializing menu item forever
Summary: Initializing menu item forever
Status: VERIFIED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 11:02 UTC by Jiri Skrivanek
Modified: 2012-11-04 02:50 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 Jiri Skrivanek 2012-10-31 11:02:13 UTC
Main menu item Initializing... is not refreshed but displayed until you expand Subversion sub menu second time. To reproduce:

- start IDE
- go to main menu "Team|Subversion"
- it shows Initializing... forever
- click somewhere else go to "Team|Subversion" and it is OK now

Product Version: NetBeans IDE Dev (Build 201210310001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b11
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Ondrej Vrabec 2012-10-31 12:00:12 UTC
sorry, i can fix the slowness in any other way. Subversion does not construct the menu, just returns set of actions. You have to open the menu again. Either that or i can return back the code causing the occasional slowness: #214475. It's the same as for uninitialized versioning systems, if you open the menu when projects are opening, it will wait until you reopen the menu again. Same for the popup on just opening project - it displays just "Opening..." and you have to right-click on the project again.
Comment 2 Jiri Skrivanek 2012-11-01 14:38:56 UTC
I updated out tests to work around this feature.
Comment 3 Quality Engineering 2012-11-04 02:50:48 UTC
Integrated into 'main-golden', will be available in build *201211040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ed3c2ee752f9
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #221165 - prevent the Initializing... menu item shown forever. Created SvnAction which works around this issue and all Subversion actions were parented to SvnAction.