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 246243 - NumberFormatException: For input string: "77.1"
Summary: NumberFormatException: For input string: "77.1"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 12:50 UTC by Exceptions Reporter
Modified: 2014-09-17 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211017


Attachments
stacktrace (2.18 KB, text/plain)
2014-08-04 12:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-08-04 12:50:03 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201407280405)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
GUEST: GDB interface expects integer numbers for breakpoint ID, but these are sometimes formatted as
  major.minor
when they are created by GDB version 7.6




Stacktrace: 
java.lang.NumberFormatException: For input string: "77.1"
   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 org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.updateCounts(GdbDebuggerImpl.java:3670)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.access$4800(GdbDebuggerImpl.java:135)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$36.onDone(GdbDebuggerImpl.java:3779)
Comment 1 Exceptions Reporter 2014-08-04 12:50:05 UTC
Created attachment 148522 [details]
stacktrace
Comment 2 henk89 2014-08-08 14:15:35 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/ac3dde231079
Comment 3 Quality Engineering 2014-08-10 01:51:12 UTC
Integrated into 'main-silver', will be available in build *201408100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ac3dde231079
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #246243 - NumberFormatException: For input string: "77.1"
Comment 4 Quality Engineering 2014-09-17 12:13:29 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/6da6e554f17e
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #246243 - NumberFormatException: For input string: "77.1"
(transplanted from ac3dde231079345ee0eddcc8b9c7562f5a4d79ea)