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 34657 - Do not use toString () to provide human readable description
Summary: Do not use toString () to provide human readable description
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 08:49 UTC by Jaroslav Tulach
Modified: 2003-12-11 14:22 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 Jaroslav Tulach 2003-06-27 08:49:30 UTC
Using toString () to return human readable name
like in
http://www.netbeans.org/download/prj40_prototype/javadoc/JarpackagerAPI/org/netbeans/api/jarpackager/manifests/FileObjectManifestProvider.html
is a bit unusual and should be replaced for
example by adding getDisplayName() method.
Comment 1 Ondrej Rypacek 2003-06-30 14:11:17 UTC
I didn't like it either. Will fix.
Comment 2 Ondrej Rypacek 2003-07-07 15:54:25 UTC
fixed.Changed to getDisplayName