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 207439

Summary: Invaild documentation for exported properties for PluginManagerAction
Product: platform Reporter: nigjo_iqn
Component: AutoupdateAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:

Description nigjo_iqn 2012-01-18 13:28:53 UTC
The "Exported Interfaces" talk in "Group of property interfaces" about a possibility to call a specific tab in plugin manager.

the line 
"CallableSystemAction action = (CallableSystemAction) DataObject.find(fo).getCookie(InstanceCookie.class).instanceCreate();"
does not work. First of all PluginManagerAction is not a "CallableSystemAction" (any more?) and second the created instance will be an "AlwaysEnabledAction" because of annotation declaration.

This documentation should be deleted or be replaced by a new way to open a specific tab.