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 83957 - Have a toString() column for the class loaders in Classes View
Summary: Have a toString() column for the class loaders in Classes View
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 18:54 UTC by Martin Entlicher
Modified: 2006-10-23 15:46 UTC (History)
1 user (show)

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 Martin Entlicher 2006-08-31 18:54:45 UTC
As suggested by sandipchitale, it will be great if the toString() value of the
ClassLoaders could be shown in a column. Some class loaders such as Netbeans
module class loaders show the module code base name in their toString(). This
could help one view which module's class loader loaded a particular class.