[jboss-jira] [JBoss JIRA] Closed: (JBBUILD-350) Retroweaving does not translate java.util.Timer constructors new in Java5
Paul Gier (JIRA)
jira-events at lists.jboss.org
Fri May 25 14:56:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBBUILD-350?page=all ]
Paul Gier closed JBBUILD-350.
-----------------------------
Resolution: Done
The jdk1.5 Timer constructors are translated to their unnamed equivalents.
This means that
new Timer(String)
is translated to
new Timer()
and new Timer(String, boolean)
is translated to
new Timer(boolean)
> Retroweaving does not translate java.util.Timer constructors new in Java5
> -------------------------------------------------------------------------
>
> Key: JBBUILD-350
> URL: http://jira.jboss.com/jira/browse/JBBUILD-350
> Project: JBoss Build System
> Issue Type: Bug
> Components: JBossRetro
> Affects Versions: JBossRetro-1.0.4.GA
> Environment: JBoss Retro 1.0.4.GA affected (This version is not in the select box for affected versions!)
> Reporter: Manik Surtani
> Assigned To: Paul Gier
> Fix For: JBossRetro-1.1.0.GA
>
>
> Java 5 added 2 new constructors to java.util.Timer which aren't retrotranslated at the moment, and causes runtime failures.
> http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/Timer.html
--
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