[jboss-jira] [JBoss JIRA] Closed: (JBBUILD-351) Boolean.parseBoolean() not replaced with a JDK 1.4 compat method
Paul Gier (JIRA)
jira-events at lists.jboss.org
Tue May 1 18:22:30 EDT 2007
[ http://jira.jboss.com/jira/browse/JBBUILD-351?page=all ]
Paul Gier closed JBBUILD-351.
-----------------------------
Resolution: Done
I added a class called Boolean that contains parseBoolean and compareTo. These two methods can be retro translated now.
> Boolean.parseBoolean() not replaced with a JDK 1.4 compat method
> ----------------------------------------------------------------
>
> Key: JBBUILD-351
> URL: http://jira.jboss.com/jira/browse/JBBUILD-351
> Project: JBoss Build System
> Issue Type: Bug
> Components: JBossRetro
> Affects Versions: JBossRetro-1.0.4.GA
> Environment: This bug exists in JBossRetro-1.0.4.GA
> Reporter: Manik Surtani
> Assigned To: Paul Gier
> Fix For: JBossRetro-1.1.0.GA
>
>
> http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Boolean.html#parseBoolean(java.lang.String)
> should be replaced with http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Boolean.html#valueOf(java.lang.String) and then converting the resulting Boolean object into a primitive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list