You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jean-Frederic Clere (JIRA)" <ji...@apache.org> on 2006/08/23 12:56:18 UTC

[jira] Commented: (HARMONY-1266) JarURLConnection does not compile

    [ http://issues.apache.org/jira/browse/HARMONY-1266?page=comments#action_12429964 ] 
            
Jean-Frederic Clere commented on HARMONY-1266:
----------------------------------------------

Yes, that fixes the problem. Thanks

> JarURLConnection does not compile
> ---------------------------------
>
>                 Key: HARMONY-1266
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1266
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Linux Sun JVM 1.5.0_06.
>            Reporter: Jean-Frederic Clere
>         Assigned To: Paulex Yang
>            Priority: Minor
>
> While running ant in buildtest/trunk/cc/projects/classlib/trunk ant fails with:
> +++
>     [javac] /home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/modules/math/src/main/java/java/math/RoundingMode.java:22: warning: unmappable character for encoding UTF8
>     [javac]  * @author Matthias Gall?
>     [javac]                         ^
>     [javac] /home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/JarURLConnection.java:229: inconvertible types
>     [javac] found   : java.lang.ref.Reference<capture of ? extends java.util.jar.JarFile>
>     [javac] required: org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection.CacheEntry
>     [javac]             while ((entry = (CacheEntry) cacheQueue.poll()) != null)
>     [javac]                                                         ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 1 error
>     [javac] 11 warnings
> +++

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira