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 117039 - runtime config does not display correctly in combo box
Summary: runtime config does not display correctly in combo box
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.0
Hardware: PC Windows XP x64
: P3 blocker (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 15:05 UTC by mclaassen
Modified: 2011-10-06 08:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Broken names in run configuration combo box. (1.69 KB, image/png)
2011-01-06 07:01 UTC, kalwi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaassen 2007-09-28 15:05:44 UTC
I would be surprised if this has not yet been reported, but it also surprises me that it has not been fixed yet, since
it seems simple.  I couldn't find an obvious match when I searched the database for this issue.

In the combo box on my tool bar it shows the configs as: 
J2SEConfigurationProvider...
java.lang.Object@1235...

Seems like to toString() is wrong or the box needs a renderer to make this into something readable.
Comment 1 mclaassen 2007-09-28 21:51:15 UTC
It seems to be working for me now, although I am sure it was not several times during the past week.  I will try to find
a reproducible test case as quickly as I can.  

The build I am using now is 200709280000 in which is was not working this morning, but is now.  
Comment 2 Jana Maleckova 2007-10-05 09:55:34 UTC
thanks for investigating. When you find exact steps how to reproduce it, don't hesitate and fill them here.
Please provide further info like, jdk version, screenshot etc. as well
Comment 3 Antonin Nebuzelsky 2007-11-02 19:19:48 UTC
Closing as worksforme now. If you can reproduce again, please reopen with more info.
Comment 4 kalwi 2011-01-06 07:01:28 UTC
Created attachment 104748 [details]
Broken names in run configuration combo box.
Comment 5 kalwi 2011-01-06 07:26:12 UTC
I have reproduced this defect. It occurs when I connect over RDP to computer with running NetBeans. After restarting NetBeans, the names are correct. It occurs again when I log back into the computer directly.

It may be caused (but it's not confirmed) by changing screen resolution on logging process.

I run NetBeans 7.0 Beta on Windows Server 2008 R2 x64, JDK 1.6.0_23 x64, connecting from several computers with Windows XP/7 via RDP 6.1. It occured also on older versions of NetBeans (6.x) and Windows OS.
Comment 6 Jesse Glick 2011-01-10 15:33:50 UTC
Sounds like a bug in the Windows L&F to me, but hard to say.