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 87062

Summary: Empty properties of process
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: ExecutionAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached...

Description Jaromir Uhrik 2006-10-13 08:12:53 UTC
[Dev Build of 2006-10-12]
1. Run IDE and create New J2se project
2.Create new JFrame form and execute it
3.Exit IDE
4.The dialog with process appears and it is possible to select process on the
list and invoke Properties from popup menu. This action causes that the empty
Properties dialog appears (see attached screenshot). It has no sense to have
such functionality here.
Comment 1 Jaromir Uhrik 2006-10-13 08:13:50 UTC
Created attachment 35181 [details]
Screenshot attached...
Comment 2 Petr Nejedly 2006-10-13 09:16:50 UTC
There are actually two actions on the node, ToolsAction and PropertiesAction.
None of them is explicit, these are the default action if a Node doesn't specify
otherwise (oo.nodes.NodeOp.defaultActions)
I can rewrite the nodes to have no actions, which would lead to no context menu.
Comment 3 Petr Nejedly 2006-10-13 12:29:42 UTC
Fixed together with better I18N of one label.
core/execution/src/org/netbeans/core/execution/Bundle.properties,v1.15
core/execution/src/org/netbeans/core/execution/Install.java,v1.31