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 54405 - Customizer - Libraries Panel: wrong projects display name
Summary: Customizer - Libraries Panel: wrong projects display name
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on: 53605
Blocks:
  Show dependency tree
 
Reported: 2005-02-02 16:35 UTC by zikmund
Modified: 2006-03-24 13:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-02-02 16:35:42 UTC
See fixed Java issue 53605

1) Go to Java project's Properties, Libraries panel
2) Add a project
3) ERROR:
Display name should be "<project-name> - <JAR
file>" (not "<JAR file>" as it is now)
Comment 1 Radko Najman 2005-02-18 10:55:59 UTC
For proposed fix see issue #53605.
Class to fix:
org.netbeans.modules.web.project.ui.customizer.WebClassPathUI
Comment 2 zikmund 2005-02-21 15:32:40 UTC
BTW: see similar Libraries nodes issue 55304.
Comment 3 Martin Krauskopf 2005-02-28 16:16:37 UTC
I can help with this.
Comment 4 Martin Krauskopf 2005-02-28 16:44:10 UTC
Fixed.

Checking in
web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties;
new revision: 1.56; previous revision: 1.55
Checking in
web/project/src/org/netbeans/modules/web/project/ui/customizer/WebClassPathUi.java;
new revision: 1.3; previous revision: 1.2
Comment 5 zikmund 2005-03-01 15:33:07 UTC
Verified in 200502281900.