You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/05/04 14:34:15 UTC

[jira] Created: (HARMONY-3811) [classlib][concurrent] japitool reports errors for concurrentmodule

[classlib][concurrent] japitool reports errors for concurrentmodule 
--------------------------------------------------------------------

                 Key: HARMONY-3811
                 URL: https://issues.apache.org/jira/browse/HARMONY-3811
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Alexey Petrenko


java.util.concurrent
Bad: 2 classes, 2 methods. Abs.add: 1 method.  

Bad
class java.util.concurrent.ConcurrentHashMap: implements java.lang.Cloneable in harmony.javajavax, but doesn't implement java.lang.Cloneable in jdk15.javajavax 
class java.util.concurrent.CopyOnWriteArraySet: implements java.lang.Cloneable in harmony.javajavax, but doesn't implement java.lang.Cloneable in jdk15.javajavax 
method java.util.concurrent.ConcurrentHashMap.clone(): doesn't throw java.lang.CloneNotSupportedException in harmony.javajavax, but throws java.lang.CloneNotSupportedException in jdk15.javajavax 
method java.util.concurrent.ConcurrentHashMap.clone(): public in harmony.javajavax, but protected in jdk15.javajavax 
Abs.add
method java.util.concurrent.Delayed.compareTo(java.util.concurrent.Delayed): new interface method in jdk15.javajavax 
java.util.concurrent.locks
Missing: 1 constructor.  

Missing
constructor java.util.concurrent.locks.LockSupport(): missing in jdk15.javajavax 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.