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 - Empty properties of process
Summary: Empty properties of process
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-10-13 08:12 UTC by Jaromir Uhrik
Modified: 2008-12-22 18:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (9.72 KB, image/png)
2006-10-13 08: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 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