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 254507 - [81cat] Wrong string value column in debugger variables and watches views.
Summary: [81cat] Wrong string value column in debugger variables and watches views.
Status: RESOLVED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 12:08 UTC by -Silver-
Modified: 2015-08-20 14:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (50.48 KB, text/plain)
2015-08-19 12:08 UTC, -Silver-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2015-08-19 12:08:23 UTC
Product Version = NetBeans IDE Dev (Build 201508180002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23
test case = http://services.netbeans.org/synergy/client/app/#/case/1129/suite/1655/v/1

The "String value" column contains the same value of the "Value" column.
For example the llist variable has "size = 50" on both columns "Value" and "String value".
The expected String value is the list content: "[0. item, 1. item, 2. item, 3. item, 4. item, 5. item, 6. item, 7. item, 8. item, 9. item, 10. item, 11. item,...

Best regards,


--
Giuseppe Tino
Comment 1 -Silver- 2015-08-19 12:08:28 UTC
Created attachment 155450 [details]
IDE log
Comment 2 stwr 2015-08-19 15:59:44 UTC
It seems that you did not deactivate default formatters for Java Debugger. It was written in the test suite setup as good as I remember.
Comment 3 -Silver- 2015-08-20 14:20:09 UTC
Yes you are right,
I tried again and it works without the default formatted.
So this bug can be closed as invalid.
Unfortunately I yet finished the test suite so I can not change the results of those tests from Failed to Passed.
In any case I'm not sure that the fact that the default debugger should be disabled is written into the test suite setup, maybe it should be updated.
Best regards,


--
Giuseppe Tino
Comment 4 Jiri Kovalsky 2015-08-20 14:43:45 UTC
Yes, it's written in the test suite setup. Resolving as invalid.