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 71896 - NFE when recognizing TC65 platform
Summary: NFE when recognizing TC65 platform
Status: RESOLVED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 14:29 UTC by Lukas Hasik
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2006-01-26 14:29:27 UTC
nb41+, mobility pack

I wanted to add tc65 platform. 
Annotation: Exception occurred in Request Processor
java.lang.NumberFormatException: For input string: "NG"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
	at java.lang.Integer.parseInt(Integer.java:447)
	at java.lang.Integer.parseInt(Integer.java:497)
	at org.openide.modules.SpecificationVersion.parse(SpecificationVersion.java:58)
	at org.openide.modules.SpecificationVersion.<init>(SpecificationVersion.java:41)
	at
org.netbeans.modules.kjava.j2meplatform.J2MEPlatform$J2MEProfile.<init>(J2MEPlatform.java:545)
	at
org.netbeans.modules.kjava.j2meplatform.UEIEmulatorConfiguratorImpl.addProfiles(UEIEmulatorConfiguratorImpl.java:326)
	at
org.netbeans.modules.kjava.j2meplatform.UEIEmulatorConfiguratorImpl.resolveDevices(UEIEmulatorConfiguratorImpl.java:294)
	at
org.netbeans.modules.kjava.j2meplatform.UEIEmulatorConfiguratorImpl.getPlatform(UEIEmulatorConfiguratorImpl.java:118)
	at org.netbeans.modules.kjava.j2meplatform.DetectPanel$1.run(DetectPanel.java:344)
	at org.openide.util.Task.run(Task.java:189)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja



It works in 5.0 
I filled it for tracking purposes.
Comment 1 Petr Suchomel 2006-03-13 12:39:20 UTC
It is working in 5.0, in 4.1 IMP-NG is not supported