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 44469

Summary: Library Type in Add Library dialog should be "Class Library"
Product: java Reporter: jrojcek <jrojcek>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41835    

Description jrojcek 2004-06-07 17:46:20 UTC
Currently it is "Class Libraries". It should change to "Class 
Library".
Comment 1 Tomas Zezula 2004-06-08 12:40:35 UTC
It is not so easy. The types are provided by LibraryTypeProvider
implementor. The LibraryTypeProvider.getDisplayName () is used for it
as well as for the name of category in the libraries tree. These names
must be the same.
Comment 2 Quality Engineering 2007-09-20 12:05:03 UTC
Reorganization of java component