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 111465

Summary: NumberFormatException for java version "1.5.0_13-ea"
Product: profiler Reporter: Alexander Kouznetsov <mrkam>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Kouznetsov 2007-07-31 13:18:04 UTC
$ ./java -version
java version "1.5.0_13-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-ea-b01)
Java HotSpot(TM) Client VM (build 1.5.0_13-ea-b01, mixed mode, sharing)

java.lang.NumberFormatException: For input string: "13-ea"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:456)
    at java.lang.Integer.parseInt(Integer.java:497)
    at org.netbeans.modules.profiler.utils.IDEUtils.getPlatformJDKMinor(IDEUtils.java:373)
    at org.netbeans.modules.profiler.actions.AntActions$8.run(AntActions.java:453)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jiri Sedlacek 2007-08-07 14:55:28 UTC
Fixed for Beta1.