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 24942 - tooltip & shortDescription of sampledir filesystem is "UGModule$ClobalLocalFileSystem"
Summary: tooltip & shortDescription of sampledir filesystem is "UGModule$ClobalLocalFi...
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N, UI
: 24966 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-19 11:04 UTC by Marian Mirilovic
Modified: 2003-07-01 15:25 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed core half of the fix (2.36 KB, patch)
2002-06-19 19:45 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2002-06-19 11:04:46 UTC
[nb_dev](20020619), [jdk1.4.0](fcs)

Select mounted sampledir filesystem in Explorer
and in Explorer status line is displayed:
"UGModule$ClobalLocalFileSystem" the same for his
tooltip.
It sould be something like "Sampledir Filesystem"
or something else.
Comment 1 Jesse Glick 2002-06-19 19:10:47 UTC
*** Issue 24966 has been marked as a duplicate of this issue. ***
Comment 2 Jesse Glick 2002-06-19 19:28:10 UTC
More generally, filesystem root node short descriptions by default
were the class name. This is an I18N bug. Will supply a better tooltip
for this case, and fix the core to not show a tooltip unless one is
provided (BeanDescriptor.shortDescription).

Same problem applies to VCS mounts. After this fix, they will show no
tooltip, unless the bean descriptor gives one.
Comment 3 Jesse Glick 2002-06-19 19:44:58 UTC
BTW will attach a proposed diff for phrebejk to see, since he last
worked on this stuff.
Comment 4 Jesse Glick 2002-06-19 19:45:45 UTC
Created attachment 6333 [details]
Proposed core half of the fix
Comment 5 Jesse Glick 2002-06-19 20:57:33 UTC
Checking in core/src/org/netbeans/core/RootFolderNode.java;
/cvs/core/src/org/netbeans/core/RootFolderNode.java,v  <-- 
RootFolderNode.java
new revision: 1.45; previous revision: 1.44
done
Checking in
usersguide/src/org/netbeans/modules/usersguide/Bundle.properties;
/cvs/usersguide/src/org/netbeans/modules/usersguide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in usersguide/src/org/netbeans/modules/usersguide/UGModule.java;
/cvs/usersguide/src/org/netbeans/modules/usersguide/UGModule.java,v 
<--  UGModule.java
new revision: 1.21; previous revision: 1.20
done
Comment 6 Marian Mirilovic 2002-06-20 09:53:46 UTC
verified in [nb_dev](20020620)
Comment 7 Quality Engineering 2003-07-01 15:25:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.