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 186153 - "Tools>Add to Favorites" action should be removed form Remote Workspace and Artifacts
Summary: "Tools>Add to Favorites" action should be removed form Remote Workspace and A...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Favorites (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 11:13 UTC by Jaromir Uhrik
Modified: 2010-10-07 10:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (43.31 KB, image/png)
2010-05-14 11:13 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-05-14 11:13:02 UTC
Created attachment 98995 [details]
Screenshot attached...

Product Version: NetBeans IDE Dev (Build 201005132200)
Java: 1.6.0_17; Java HotSpot(TM) 64-Bit Server VM 14.3-b01-101
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

When I have a hudson builder registered in IDE then it is possible to call action "Tools>Add to Favorites" on Remote Workspace folder and alos on Artifacts folder. This action seems to be incorrectly there and should be removed.
Comment 1 Jesse Glick 2010-05-14 16:45:46 UTC
The action is added by the favorites module, not hudson.

It could remain - you could add a workspace to Favorites - but for whatever reason it does not seem to do anything.

Probably the registration in ToolActions should just be removed; ToolsAction is a very old system and semi-deprecated. You could leave the Add to Favorites action in the Tools main menu as a regular menu item.