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 240864 - NumberFormatException: For input string: "200603142030"
Summary: NumberFormatException: For input string: "200603142030"
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 10:04 UTC by Ondrej Vrabec
Modified: 2014-01-24 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206881


Attachments
stacktrace (2.08 KB, text/plain)
2014-01-23 10:04 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-01-23 10:04:12 UTC
Build: NetBeans IDE Dev (Build 20140116-6f8e74a6e569)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b123
OS: Linux

User Comments:
ovrabec: opened nb bug #81676




Stacktrace: 
java.lang.NumberFormatException: For input string: "200603142030"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Integer.parseInt(Integer.java:583)
   at java.lang.Integer.parseInt(Integer.java:615)
   at org.netbeans.modules.bugtracking.commons.StackTraceSupport.createStackTraceElement(StackTraceSupport.java:247)
   at org.netbeans.modules.bugtracking.commons.StackTraceSupport.find(StackTraceSupport.java:159)
   at org.netbeans.modules.bugtracking.commons.StackTraceSupport$2$1.run(StackTraceSupport.java:345)
Comment 1 Ondrej Vrabec 2014-01-23 10:04:14 UTC
Created attachment 144282 [details]
stacktrace
Comment 2 Tomas Stupka 2014-01-23 10:51:58 UTC
fixed in core-main #f701e0266035
Comment 3 Quality Engineering 2014-01-24 02:39:50 UTC
Integrated into 'main-silver', will be available in build *201401240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f701e0266035
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #240864 - NumberFormatException: For input string: "200603142030"