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 160719 - NumberFormatException: multiple points
Summary: NumberFormatException: multiple points
Status: RESOLVED DUPLICATE of bug 160714
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 11:32 UTC by Jaromir Uhrik
Modified: 2009-07-27 09:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147929


Attachments
stacktrace (1.69 KB, text/plain)
2009-03-20 11:32 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-20 11:32:37 UTC
Build: NetBeans IDE Dev (Build cdev-407-on-090320)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: -In issue panel click on the link for adding attachment
-browse a html file 
-tupe description of attachment
-set the "patch" checkbox selected
-add a comment 
-push submit button
-when the attachment appears push the link immediately
-->>when the progress bar (related to the submit) finishes the exception  appears



Stacktrace: 
java.lang.NumberFormatException: multiple points
        at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1084)
        at java.lang.Double.parseDouble(Double.java:482)
        at java.text.DigitList.getDouble(DigitList.java:141)
        at java.text.DecimalFormat.parse(DecimalFormat.java:1276)
        at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1375)
        at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1124)
Comment 1 Jaromir Uhrik 2009-03-20 11:32:41 UTC
Created attachment 78504 [details]
stacktrace
Comment 2 Tomas Stupka 2009-03-23 16:30:59 UTC

*** This issue has been marked as a duplicate of 160714 ***