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 244481 - NumberFormatException: For input string: "2147483648"
Summary: NumberFormatException: For input string: "2147483648"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 08:28 UTC by Alexander Simon
Modified: 2014-09-15 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209704


Attachments
stacktrace (10.19 KB, text/plain)
2014-05-14 08:28 UTC, Alexander Simon
Details
stacktrace (10.19 KB, text/plain)
2014-05-29 08:36 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-05-14 08:28:07 UTC
Build: NetBeans IDE Dev (Build 20140513-a0af7b0d8137)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: SunOS

User Comments:
alexvsimon: xref on boost




Stacktrace: 
java.lang.NumberFormatException: For input string: "2147483648"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Integer.parseInt(Integer.java:499)
   at java.lang.Integer.parseInt(Integer.java:527)
   at org.netbeans.modules.cnd.modelimpl.impl.services.evaluator.parser.generated.EvaluatorParser.atom(EvaluatorParser.java:1034)
   at org.netbeans.modules.cnd.modelimpl.impl.services.evaluator.parser.generated.EvaluatorParser.unaryExpr(EvaluatorParser.java:879)
   at org.netbeans.modules.cnd.modelimpl.impl.services.evaluator.parser.generated.EvaluatorParser.multExpr(EvaluatorParser.java:788)
Comment 1 Alexander Simon 2014-05-14 08:28:08 UTC
Created attachment 147257 [details]
stacktrace
Comment 2 Alexander Simon 2014-05-29 08:36:43 UTC
Created attachment 147496 [details]
stacktrace

xref boost
Comment 3 petrk 2014-09-01 17:27:20 UTC
Was fixed in http://hg.netbeans.org/cnd-main/rev/52954a64c853