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 223202 - Show JAR name in header of generated file
Summary: Show JAR name in header of generated file
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 19:43 UTC by Jesse Glick
Modified: 2012-12-05 19:53 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 Jesse Glick 2012-12-03 19:43:04 UTC
When you open a generated class file, you see a message at the top:

Showing generated source file. No sources are attached to class' JAR file.

Would be better to show the actual code source:

Showing generated source file. No sources are attached to: /home/jglick/.m2/repository/grp/art/1.0/art-1.0.jar

since otherwise it is not necessarily clear which version of the library you are looking at, or in some cases which library period. The tab tooltip is useless as it just points into some gensrc dir in the NB cache (unclear if this could be overridden).