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 188983 - NumberFormatException: For input string: "6.9"
Summary: NumberFormatException: For input string: "6.9"
Status: RESOLVED INCOMPLETE
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 10:22 UTC by flotho
Modified: 2010-07-27 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171587


Attachments
stacktrace (10.10 KB, text/plain)
2010-07-27 10:22 UTC, flotho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description flotho 2010-07-27 10:22:15 UTC
This bug was originally marked as duplicate of bug 179855, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201006111053)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
flotho: trying to add a new platform




Stacktrace: 
java.lang.NumberFormatException: For input string: "6.9"
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
   at java.lang.Integer.parseInt(Integer.java:458)
   at java.lang.Integer.parseInt(Integer.java:499)
   at org.netbeans.modules.apisupport.project.universe.NbPlatform.isSupportedPlatform(NbPlatform.java:788)
   at org.netbeans.modules.apisupport.project.ui.platform.PlatformChooserVisualPanel.checkForm(PlatformChooserVisualPanel.java:127)
   at org.netbeans.modules.apisupport.project.ui.platform.PlatformChooserVisualPanel.propertyChange(PlatformChooserVisualPanel.java:112)
Comment 1 flotho 2010-07-27 10:22:19 UTC
Created attachment 101039 [details]
stacktrace
Comment 2 Jesse Glick 2010-07-27 15:12:32 UTC
Do you have a "platform6.9/core/core.jar"? That is not a filename in the standard IDE distribution (should be "platform/core/core.jar", like your /home/florent/DEV/IDE/netbeans-6.9/platform), so where does it come from? Is there some way to reproduce this?