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 65269 - [50cat]Display Integer as Hex in Local Variables displays Please Wait... forever
Summary: [50cat]Display Integer as Hex in Local Variables displays Please Wait... forever
Status: CLOSED DUPLICATE of bug 64852
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 18:06 UTC by jonrichards
Modified: 2010-04-29 09:25 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 jonrichards 2005-09-28 18:06:50 UTC
[ BUILD # : 200509261930 ]
[ JDK VERSION : 1.5.0_01 ]

Display Integer as Hex in Local Variables displays Please Wait... forever.
If I write a quick class with an int i and an Integer j then stop the code in the debugger after the initialisation of j, then select Display as hex on the int i in the local variables window works fine. If I then open j to display value and select display as hex the window says Please Wait... and never displays the value. Occasionaly if I click display i in some other format (like binary) then j reapears.
Comment 1 Martin Entlicher 2005-09-30 14:29:25 UTC
I was not able to reproduce this, but maybe this is a duplicate of issue #64852.
Does this happen every time for you, or is it random?
Comment 2 jonrichards 2005-10-02 16:26:11 UTC
Yeah you are right it is intermitent.
I keep clicking hex / int / hex / int on my int i, and then maybe 1 time in 10
by Integer J will show Please wait... until I click hex / int on the i once more.
Comment 3 Martin Entlicher 2005-10-04 11:22:11 UTC
This is a duplicate of issue #64852. When the Hex display is set, the whole
model is refreshed and therefore issue #64852 can be triggered.

*** This issue has been marked as a duplicate of 64852 ***
Comment 4 Quality Engineering 2010-04-29 09:25:20 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.