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 - Library Type in Add Library dialog should be "Class Library"
Summary: Library Type in Add Library dialog should be "Class Library"
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-06-07 17:46 UTC by jrojcek
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 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