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 249922 - NumberFormatException: multiple points
Summary: NumberFormatException: multiple points
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-21 09:13 UTC by eltony81
Modified: 2015-06-10 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189059


Attachments
stacktrace (2.94 KB, text/plain)
2015-01-21 09:13 UTC, eltony81
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eltony81 2015-01-21 09:13:06 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.65-b04-462, Java(TM) SE Runtime Environment, 1.6.0_65-b14-462-11M4609
OS: Mac OS X

User Comments:
GUEST: Right clicked on project and selected "New > Web Service Cient..." from the menu. No dialog appears and it looks like the wizard encounters an error during part of its analysis of the environment.

eltony81: creating wsclient

GUEST: Trying to add a web service client via the add other wizard.




Stacktrace: 
java.lang.NumberFormatException: multiple points
   at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
   at java.lang.Double.parseDouble(Double.java:510)
   at org.netbeans.modules.j2ee.common.Util.isSourceLevel16orHigher(Util.java:412)
   at org.netbeans.modules.websvc.core.client.wizard.ClientInfo.read(ClientInfo.java:873)
   at org.netbeans.modules.websvc.core.client.wizard.WebServiceClientWizardDescriptor.readSettings(WebServiceClientWizardDescriptor.java:144)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:865)
Comment 1 eltony81 2015-01-21 09:13:08 UTC
Created attachment 151597 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-10 09:49:17 UTC
Does not seem to be happening anymore. Feel free to reopen.