[jboss-jira] [JBoss JIRA] Created: (JBBUILD-351) Boolean.parseBoolean() not replaced with a JDK 1.4 compat method

Manik Surtani (JIRA) jira-events at lists.jboss.org
Mon Mar 26 09:26:56 EDT 2007


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
         Environment: This bug exists in JBossRetro-1.0.4.GA
            Reporter: Manik Surtani
         Assigned To: Paul Gier


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