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 - NumberFormatException for java version "1.5.0_13-ea"
Summary: NumberFormatException for java version "1.5.0_13-ea"
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-31 13:18 UTC by Alexander Kouznetsov
Modified: 2007-08-07 14:55 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 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.