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

Summary: NumberFormatException: For input string: ""
Product: apisupport Reporter: Maria Tishkova <mromashova>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164898
Attachments: stacktrace

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 ***