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 233136 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: RESOLVED WORKSFORME
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 06:00 UTC by rakeshvrm5
Modified: 2013-07-22 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202357


Attachments
stacktrace (4.57 KB, text/plain)
2013-07-22 06:00 UTC, rakeshvrm5
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rakeshvrm5 2013-07-22 06:00:57 UTC
This bug was originally marked as duplicate of bug 217790, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
rakeshvrm5: my netbean hang when "Searching all issues..." reached to 10% or above.




Stacktrace: 
java.lang.NumberFormatException: For input string: ""
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   at java.lang.Long.parseLong(Long.java:453)
   at java.lang.Long.parseLong(Long.java:483)
   at java.text.DigitList.getLong(DigitList.java:194)
   at java.text.DecimalFormat.parse(DecimalFormat.java:1316)
   at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1793)
Comment 1 rakeshvrm5 2013-07-22 06:00:58 UTC
Created attachment 137517 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-22 09:04:28 UTC
can't reprduce - there was a lot of changes in that area after 7.3 and java.lang.NumberFormatException: For input string: "" shouldn't appear anymore.