classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-testresults] Japi diffs for classpath-generics


From: Stuart Ballard
Subject: [cp-testresults] Japi diffs for classpath-generics
Date: Sat, 11 Mar 2006 03:50:36 -0800

Japi diff jdk15 vs classpath-generics:
Full results:
http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-classpath-generics.html

Changes since last run:

-Comparison run at Fri Mar 10 19:19:11 2006 GMT
-jdk15 API scanned at 2006/03/10 12:28:39 EST
-classpath-generics API scanned at 2006/03/10 01:55:36 EST
+Comparison run at Sat Mar 11 11:30:23 2006 GMT
+jdk15 API scanned at 2006/03/11 05:08:27 EST
+classpath-generics API scanned at 2006/03/11 06:13:22 EST
-java.lang: 99.02% good, 0.21% bad, 0.76% missing
+java.lang: 99.23% good, 0.76% missing
-java.io: 98.55% good, 1.24% bad, 0.19% missing
-java.math: 96.74% good, 0.46% minor, 2.79% missing
-java.net: 89.5% good, 0.06% minor, 10.42% missing
-java.nio: 99.49% good, 0.5% bad
+java.io: 99.74% good, 0.05% bad, 0.2% missing
+java.math: 96.68% good, 0.47% minor, 2.84% missing
+java.net: 89.6% good, 0.06% minor, 10.33% missing
+java.nio: 100% good
-java.security: 82.33% good, 17.66% missing
+java.security: 82.43% good, 17.56% missing
-java.util: 95.66% good, 0.04% minor, 0.24% bad, 4.05% missing
+java.util: 95.84% good, 0.04% minor, 0.12% bad, 3.99% missing
-javax.net.ssl: 77.95% good, 0.12% bad, 21.91% missing
+javax.net.ssl: 78.34% good, 0.12% bad, 21.52% missing
-javax.swing: 98.96% good, 0.25% minor, 0.01% bad, 0.76% missing
+javax.swing: 98.97% good, 0.25% minor, 0.01% bad, 0.75% missing
-javax.swing.text.html: 64.04% good, 0.33% minor, 0.03% bad, 35.57% missing
+javax.swing.text.html: 64.09% good, 0.33% minor, 0.03% bad, 35.52% missing
-Total: 91.74% good, 0.12% minor, 0.03% bad, 8.09% missing
+Total: 91.78% good, 0.12% minor, 0.01% bad, 8.07% missing
-Methods: 8 minor, 67 bad, 370 missing.
+Methods: 8 minor, 6 bad, 370 missing.
-Bad
-method java.lang.StringBuffer.append(char): doesn't throw java.io.IOException 
in jdk15, but throws java.io.IOException in classpath-generics
-method java.lang.StringBuffer.append(char): type java.lang.StringBuffer in 
jdk15, but type java.lang.Appendable in classpath-generics
-method java.lang.StringBuffer.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.lang.StringBuffer.append(java.lang.CharSequence): type 
java.lang.StringBuffer in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.lang.StringBuffer.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.lang.StringBuffer.append(java.lang.CharSequence, int, int): type 
java.lang.StringBuffer in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.lang.StringBuilder.append(char): doesn't throw java.io.IOException 
in jdk15, but throws java.io.IOException in classpath-generics
-method java.lang.StringBuilder.append(char): type java.lang.StringBuilder in 
jdk15, but type java.lang.Appendable in classpath-generics
-method java.lang.StringBuilder.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.lang.StringBuilder.append(java.lang.CharSequence): type 
java.lang.StringBuilder in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.lang.StringBuilder.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.lang.StringBuilder.append(java.lang.CharSequence, int, int): type 
java.lang.StringBuilder in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.io.CharArrayWriter.append(char): doesn't throw java.io.IOException 
in jdk15, but throws java.io.IOException in classpath-generics
-method java.io.CharArrayWriter.append(char): type java.io.CharArrayWriter in 
jdk15, but type java.io.Writer in classpath-generics
-method java.io.CharArrayWriter.append(char): type java.lang.Appendable in 
jdk15, but type java.io.Writer in classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence): type 
java.io.CharArrayWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): type 
java.io.CharArrayWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.PrintStream.append(char): doesn't throw java.io.IOException in 
jdk15, but throws java.io.IOException in classpath-generics
-method java.io.PrintStream.append(char): type java.io.PrintStream in jdk15, 
but type java.lang.Appendable in classpath-generics
-method java.io.PrintStream.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.PrintStream.append(java.lang.CharSequence): type 
java.io.PrintStream in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.io.PrintStream.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.PrintStream.append(java.lang.CharSequence, int, int): type 
java.io.PrintStream in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.io.PrintWriter.append(char): doesn't throw java.io.IOException in 
jdk15, but throws java.io.IOException in classpath-generics
-method java.io.PrintWriter.append(char): type java.io.PrintWriter in jdk15, 
but type java.io.Writer in classpath-generics
-method java.io.PrintWriter.append(char): type java.lang.Appendable in jdk15, 
but type java.io.Writer in classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence): type 
java.io.PrintWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): type 
java.io.PrintWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(char): doesn't throw java.io.IOException in 
jdk15, but throws java.io.IOException in classpath-generics
-method java.io.StringWriter.append(char): type java.io.StringWriter in jdk15, 
but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(char): type java.lang.Appendable in jdk15, 
but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence): type 
java.io.StringWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): type 
java.io.StringWriter in jdk15, but type java.io.Writer in classpath-generics
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in jdk15, but type java.io.Writer in classpath-generics
-method java.io.Writer.append(char): type java.io.Writer in jdk15, but type 
java.lang.Appendable in classpath-generics
-method java.io.Writer.append(java.lang.CharSequence): type java.io.Writer in 
jdk15, but type java.lang.Appendable in classpath-generics
-method java.io.Writer.append(java.lang.CharSequence, int, int): type 
java.io.Writer in jdk15, but type java.lang.Appendable in classpath-generics
-java.nio:
-Bad
-method java.nio.CharBuffer.append(char): doesn't throw java.io.IOException in 
jdk15, but throws java.io.IOException in classpath-generics
-method java.nio.CharBuffer.append(char): type java.nio.CharBuffer in jdk15, 
but type java.lang.Appendable in classpath-generics
-method java.nio.CharBuffer.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.nio.CharBuffer.append(java.lang.CharSequence): type 
java.nio.CharBuffer in jdk15, but type java.lang.Appendable in 
classpath-generics
-method java.nio.CharBuffer.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in jdk15, but throws java.io.IOException in 
classpath-generics
-method java.nio.CharBuffer.append(java.lang.CharSequence, int, int): type 
java.nio.CharBuffer in jdk15, but type java.lang.Appendable in 
classpath-generics
-
-method java.util.EnumMap.clone(): doesn't throw 
java.lang.CloneNotSupportedException in jdk15, but throws 
java.lang.CloneNotSupportedException in classpath-generics
-method java.util.EnumMap.clone(): public in jdk15, but protected in 
classpath-generics
-method java.util.EnumMap.clone(): public in jdk15, but protected in 
classpath-generics
-method java.util.EnumMap.clone(): type java.util.EnumMap<T, T2> in jdk15, but 
type java.lang.Object in classpath-generics
-method java.util.EnumSet.clone(): doesn't throw 
java.lang.CloneNotSupportedException in jdk15, but throws 
java.lang.CloneNotSupportedException in classpath-generics
-method java.util.EnumSet.clone(): public in jdk15, but protected in 
classpath-generics
-method java.util.EnumSet.clone(): type java.util.EnumSet<T> in jdk15, but type 
java.lang.Object in classpath-generics


Japi diff classpath-generics vs jdk15:
Full results:
http://www.kaffe.org/~stuart/japi/htmlout/h-classpath-generics-jdk15.html

Changes since last run:

-Comparison run at Fri Mar 10 19:22:45 2006 GMT
-classpath-generics API scanned at 2006/03/10 01:55:36 EST
-jdk15 API scanned at 2006/03/10 12:28:39 EST
+Comparison run at Sat Mar 11 11:32:55 2006 GMT
+classpath-generics API scanned at 2006/03/11 06:13:22 EST
+jdk15 API scanned at 2006/03/11 05:08:27 EST
-java.lang: 99.23% good, 0.76% bad
+java.lang: 99.44% good, 0.55% bad
-java.io: 98.7% good, 1.24% bad, 0.04% missing
-java.math: 99.52% good, 0.47% minor
+java.io: 99.89% good, 0.05% bad, 0.05% missing
+java.math: 99.51% good, 0.48% minor
-java.nio: 99.32% good, 0.67% bad
+java.nio: 99.82% good, 0.17% bad
-java.util: 98.94% good, 0.04% minor, 0.97% bad, 0.04% missing
+java.util: 99.02% good, 0.04% minor, 0.89% bad, 0.04% missing
-Total: 98.14% good, 0.14% minor, 1.29% bad, 0.41% missing, 0.01% abs.add
+Total: 98.17% good, 0.14% minor, 1.26% bad, 0.41% missing, 0.01% abs.add
-Methods: 17 minor, 1510 bad, 19 missing, 17 abs.add.
+Methods: 17 minor, 1451 bad, 19 missing, 17 abs.add.
-method java.lang.StringBuffer.append(char): doesn't throw java.io.IOException 
in classpath-generics, but throws java.io.IOException in jdk15
-method java.lang.StringBuffer.append(char): type java.lang.StringBuffer in 
classpath-generics, but type java.lang.Appendable in jdk15
-method java.lang.StringBuffer.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.lang.StringBuffer.append(java.lang.CharSequence): type 
java.lang.StringBuffer in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.lang.StringBuffer.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in classpath-generics, but throws 
java.io.IOException in jdk15
-method java.lang.StringBuffer.append(java.lang.CharSequence, int, int): type 
java.lang.StringBuffer in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.lang.StringBuilder.append(char): doesn't throw java.io.IOException 
in classpath-generics, but throws java.io.IOException in jdk15
-method java.lang.StringBuilder.append(char): type java.lang.StringBuilder in 
classpath-generics, but type java.lang.Appendable in jdk15
-method java.lang.StringBuilder.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.lang.StringBuilder.append(java.lang.CharSequence): type 
java.lang.StringBuilder in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.lang.StringBuilder.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in classpath-generics, but throws 
java.io.IOException in jdk15
-method java.lang.StringBuilder.append(java.lang.CharSequence, int, int): type 
java.lang.StringBuilder in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.io.CharArrayWriter.append(char): doesn't throw java.io.IOException 
in classpath-generics, but throws java.io.IOException in jdk15
-method java.io.CharArrayWriter.append(char): type java.io.CharArrayWriter in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.CharArrayWriter.append(char): type java.lang.Appendable in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence): type 
java.io.CharArrayWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): 
doesn't throw java.io.IOException in classpath-generics, but throws 
java.io.IOException in jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): type 
java.io.CharArrayWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.CharArrayWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintStream.append(char): doesn't throw java.io.IOException in 
classpath-generics, but throws java.io.IOException in jdk15
-method java.io.PrintStream.append(char): type java.io.PrintStream in 
classpath-generics, but type java.lang.Appendable in jdk15
-method java.io.PrintStream.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.io.PrintStream.append(java.lang.CharSequence): type 
java.io.PrintStream in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.io.PrintStream.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in classpath-generics, but throws java.io.IOException 
in jdk15
-method java.io.PrintStream.append(java.lang.CharSequence, int, int): type 
java.io.PrintStream in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.io.PrintWriter.append(char): doesn't throw java.io.IOException in 
classpath-generics, but throws java.io.IOException in jdk15
-method java.io.PrintWriter.append(char): type java.io.PrintWriter in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintWriter.append(char): type java.lang.Appendable in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence): type 
java.io.PrintWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in classpath-generics, but throws java.io.IOException 
in jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): type 
java.io.PrintWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.PrintWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(char): doesn't throw java.io.IOException in 
classpath-generics, but throws java.io.IOException in jdk15
-method java.io.StringWriter.append(char): type java.io.StringWriter in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(char): type java.lang.Appendable in 
classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.io.StringWriter.append(java.lang.CharSequence): type 
java.io.StringWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(java.lang.CharSequence): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in classpath-generics, but throws java.io.IOException 
in jdk15
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): type 
java.io.StringWriter in classpath-generics, but type java.io.Writer in jdk15
-method java.io.StringWriter.append(java.lang.CharSequence, int, int): type 
java.lang.Appendable in classpath-generics, but type java.io.Writer in jdk15
-method java.io.Writer.append(char): type java.io.Writer in classpath-generics, 
but type java.lang.Appendable in jdk15
-method java.io.Writer.append(java.lang.CharSequence): type java.io.Writer in 
classpath-generics, but type java.lang.Appendable in jdk15
-method java.io.Writer.append(java.lang.CharSequence, int, int): type 
java.io.Writer in classpath-generics, but type java.lang.Appendable in jdk15
-method java.nio.CharBuffer.append(char): doesn't throw java.io.IOException in 
classpath-generics, but throws java.io.IOException in jdk15
-method java.nio.CharBuffer.append(char): type java.nio.CharBuffer in 
classpath-generics, but type java.lang.Appendable in jdk15
-method java.nio.CharBuffer.append(java.lang.CharSequence): doesn't throw 
java.io.IOException in classpath-generics, but throws java.io.IOException in 
jdk15
-method java.nio.CharBuffer.append(java.lang.CharSequence): type 
java.nio.CharBuffer in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.nio.CharBuffer.append(java.lang.CharSequence, int, int): doesn't 
throw java.io.IOException in classpath-generics, but throws java.io.IOException 
in jdk15
-method java.nio.CharBuffer.append(java.lang.CharSequence, int, int): type 
java.nio.CharBuffer in classpath-generics, but type java.lang.Appendable in 
jdk15
-method java.util.EnumMap.clone(): doesn't throw 
java.lang.CloneNotSupportedException in classpath-generics, but throws 
java.lang.CloneNotSupportedException in jdk15
-method java.util.EnumMap.clone(): type java.util.EnumMap<T, T2> in 
classpath-generics, but type java.lang.Object in jdk15
-method java.util.EnumSet.clone(): doesn't throw 
java.lang.CloneNotSupportedException in classpath-generics, but throws 
java.lang.CloneNotSupportedException in jdk15
-method java.util.EnumSet.clone(): public in classpath-generics, but protected 
in jdk15
-method java.util.EnumSet.clone(): type java.util.EnumSet<T> in 
classpath-generics, but type java.lang.Object in jdk15






reply via email to

[Prev in Thread] Current Thread [Next in Thread]