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 27665 - MDR Explorer should display repository names
Summary: MDR Explorer should display repository names
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on: 27665
Blocks: 27665
  Show dependency tree
 
Reported: 2002-09-28 04:48 UTC by _ briansmith
Modified: 2010-09-23 09:14 UTC (History)
0 users

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 _ briansmith 2002-09-28 04:48:55 UTC
Currently, MDR Explorer seems to label all the
repositories as "MDRepository." However, it would
be better if it used the display name of the
repository file. For example, the default
repository should be labeled as something like
"Default Repository", and my SMN repository should
be labeled "SMN Metadata Cache" since that is the
localized name I chose for the file. If no
localized name for the file is given, then the
regular (non-localized) name of the file should be
given.

Alternatively, if you don't want to have such a
low-level dependency on the default repository
implementation, then perhaps you could use the
repositories name as used by
MDRManager.getRepository(String name). The bad
thing about this name though is that it isn't
really localizable.

I'd attempt to patch this myself but I'm not sure
about the best way to do it? Maybe the same way as
the mechanism used for the display names of the
extents themselves?
Comment 1 David Strupl 2010-09-23 09:14:00 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.