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

Summary: Customizer - Libraries Panel: wrong projects display name
Product: javaee Reporter: zikmund <zikmund>
Component: Web ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: CLOSED FIXED    
Severity: blocker CC: viliam
Priority: P3 Keywords: SIMPLEFIX
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 53605    
Bug Blocks:    

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.