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 212072 - NumberFormatException: For input string: "WatchType"
Summary: NumberFormatException: For input string: "WatchType"
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 10:06 UTC by Jiri Kovalsky
Modified: 2012-10-08 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187657


Attachments
stacktrace (1.18 KB, text/plain)
2012-05-04 10:06 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2012-05-04 10:06:32 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
jkovalsky: I was Java debugging MemoryView application and testing various features including Variables, Watches, Expression Evaluator etc. Then I started Ant debugging session of MemoryView, pushed Step Into 8 times until <j2seproject1:java> tag was selected and then clicked "Variables" tab. This is 7.2 Beta candidate #201205031832.




Stacktrace: 
java.lang.NumberFormatException: For input string: "WatchType"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Integer.parseInt(Integer.java:492)
   at java.lang.Integer.parseInt(Integer.java:527)
   at java.text.MessageFormat.makeFormat(MessageFormat.java:1418)
   at java.text.MessageFormat.applyPattern(MessageFormat.java:479)
   at java.text.MessageFormat.<init>(MessageFormat.java:363)
Comment 1 Jiri Kovalsky 2012-05-04 10:06:40 UTC
Created attachment 119077 [details]
stacktrace
Comment 2 Martin Entlicher 2012-05-09 11:43:03 UTC
Looks like some inconsistency occurring when switching between Table and Tree view.
Comment 3 Martin Entlicher 2012-10-08 10:02:30 UTC
I'm not able to reproduce this and I do not see any further reports of such exception. Therefore I believe that this was already fixed by more recent changes.
Comment 4 Jiri Kovalsky 2012-10-08 10:30:28 UTC
Me neither. Closing then.