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 255854 - NumberFormatException: For input string: "WatchType"
Summary: NumberFormatException: For input string: "WatchType"
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-11 10:25 UTC by Exceptions Reporter
Modified: 2015-10-12 10:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220481


Attachments
stacktrace (1.33 KB, text/plain)
2015-10-11 10:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-11 10:25:32 UTC
This bug was originally marked as duplicate of bug 212072, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: bbb

GUEST: aaa




Stacktrace: 
java.lang.NumberFormatException: For input string: "WatchType"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Integer.parseInt(Integer.java:580)
   at java.lang.Integer.parseInt(Integer.java:615)
   at java.text.MessageFormat.makeFormat(MessageFormat.java:1427)
   at java.text.MessageFormat.applyPattern(MessageFormat.java:479)
   at java.text.MessageFormat.<init>(MessageFormat.java:362)
Comment 1 Exceptions Reporter 2015-10-11 10:25:36 UTC
Created attachment 156655 [details]
stacktrace
Comment 2 Martin Entlicher 2015-10-12 10:57:46 UTC
Probably occurred after the user selected "View as -> Tree" in Variables window. But I'm not able to reproduce, no exception is thrown for me.
Some specific steps to reproduce will help...