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 181779 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: RESOLVED DUPLICATE of bug 179855
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-03-10 09:31 UTC by Maria Tishkova
Modified: 2010-03-10 20:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164898


Attachments
stacktrace (9.17 KB, text/plain)
2010-03-10 09:31 UTC, Maria Tishkova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2010-03-10 09:31:26 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: SunOS

User Comments:
GUEST: I tried to use NetBinox as my platform. Probably it has some strange number somewhere, but that shall not lead to an exception, I guess.




Stacktrace: 
java.lang.NumberFormatException: For input string: ""
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
   at java.lang.Integer.parseInt(Integer.java:468)
   at java.lang.Integer.parseInt(Integer.java:497)
   at org.netbeans.modules.apisupport.project.universe.NbPlatform.isSupportedPlatform(NbPlatform.java:769)
   at org.netbeans.modules.apisupport.project.ui.platform.PlatformChooserVisualPanel.checkForm(PlatformChooserVisualPanel.java:124)
   at org.netbeans.modules.apisupport.project.ui.platform.PlatformChooserVisualPanel.propertyChange(PlatformChooserVisualPanel.java:109)
Comment 1 Maria Tishkova 2010-03-10 09:31:32 UTC
Created attachment 94997 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-10 20:10:35 UTC
Unless and until backported, you will need to use dev builds to work on dev sources.

*** This bug has been marked as a duplicate of bug 179855 ***