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 62665 - Missing tooltip in Runtime window
Summary: Missing tooltip in Runtime window
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Anna Bolotova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 13:44 UTC by zikmund
Modified: 2006-03-24 13:17 UTC (History)
1 user (show)

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 zikmund 2005-08-19 13:44:08 UTC
Build 200508181800

1) Add JBoss
2) Move mouse over JBoss node in Runtine window
3) ERROR:
Tooltip is empty. It should be "http://localhost:PORT" as it is in Tomcat.
Comment 1 Alexander Kouznetsov 2005-08-29 14:10:31 UTC
This is also reproducible in Buzz 14.
Comment 2 Alexander Kouznetsov 2005-08-29 14:51:25 UTC
Updated according to previous comment.
Comment 3 Anna Bolotova 2005-08-30 07:20:11 UTC
Created tooltip for the jboss node
Comment 4 zikmund 2005-08-30 07:58:35 UTC
Fixed only in release41 branch. Should be fixed in trunk too.
Comment 5 Alexander Kouznetsov 2005-09-06 16:19:57 UTC
Verified with Buzz 15 build
Comment 6 Libor Kotouc 2005-09-08 15:43:09 UTC
Fixed in trunk. Implementation should use getShortDescription() method instead
od getDisplayName()!

Checking in JBManagerNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBManagerNode.java,v
 <--  JBManagerNode.java
new revision: 1.5; previous revision: 1.4
done
Comment 7 zikmund 2005-09-08 15:55:02 UTC
It is Fixed in trunk (setting Resolution and TM). Fix should be propagated into
Buzz (adding 42only Status Whiteboard).
Comment 8 Anna Bolotova 2005-09-08 16:14:17 UTC
I use getShortDescription() method in my implementation.
Checking in JBManagerNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBManagerNode.java,v
 <--  JBManagerNode.java
new revision: 1.3.4.2; previous revision: 1.3.4.1
done
Comment 9 zikmund 2005-09-08 16:35:12 UTC
OK, it is fixed in 4.1 now. Changing TM and removing 42only Status Whiteboard.
Please do it together with adding comment next time, thanks.
Comment 10 zikmund 2005-09-09 13:54:56 UTC
Verified in 20050909-0922.