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 16298

Summary: I18N - Unlocalized tooltips on settings nodes
Product: platform Reporter: Jesse Glick <jglick>
Component: Window SystemAssignee: Jan Pokorsky <jpokorsky>
Status: CLOSED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2001-10-05 15:49:15 UTC
[dev oct 3] I just noticed that if you hover the mouse over e.g. "Ant
Settings", you will see "AntSettings" which is the unlocalized
classname (I guess?) of the settings. This is not good (would appear
out of place in a Japanese build, etc.). Probably InstanceNode (?)
should either use a proper shortDescription if one is available (if
there is a real bean with BeanInfo etc.) and if not, ensure that the
shortDescription is the same as the displayName so that no tooltip
appears. Look around, e.g. "Property Sheet" has tooltip
"PropertySheetSettings" but "Java Elements" has no tooltip.
Comment 1 Jan Pokorsky 2001-11-05 20:02:16 UTC
fixed in InstanceNode.java 1.18
Comment 2 Ken Frank 2002-01-30 16:31:33 UTC
verified ken.frank@sun.com 01/30/02
Comment 3 Quality Engineering 2003-07-01 16:22:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.