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 75232 - Include class name in runtime tab process display
Summary: Include class name in runtime tab process display
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 13:54 UTC by tkellerer
Modified: 2011-08-31 14:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tkellerer 2006-04-19 13:54:05 UTC
It would be nice if the Processes node of the Runtime tab would include the
class that was used to start the process. I have several main classes some of
them implementing background processes. Now when I start two or three of them
the processes tab only displays "MyProject (run-single)" for each node, but I
have no way of telling which process belongs to which main class. 

Something like "MyProject (TheClass)" would be ideal (as I see the class name, I
would know that it is a run-single).

I would rather not include the package name in the display, because then the
display gets too long.