Source compatibility report for the JCommon library between 0.8.7 and 0.8.8 versions
Test Info
Library Name | JCommon |
Version #1 | 0.8.7 |
Version #2 | 0.8.8 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 887 / 152 |
---|
Verdict | Incompatible (0.9%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 23 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 1 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (23)
jcommon-0.8.8.jar, AttributeList.class
package org.jfree.xml.writer
AttributeList.AttributeList ( )
[mangled: org/jfree/xml/writer/AttributeList."<init>":()V]
AttributeList.getAttribute ( String p1 ) : String
[mangled: org/jfree/xml/writer/AttributeList.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
AttributeList.getAttribute ( String p1, String p2 ) : String
[mangled: org/jfree/xml/writer/AttributeList.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AttributeList.keys ( ) : Iterator
[mangled: org/jfree/xml/writer/AttributeList.keys:()Ljava/util/Iterator;]
AttributeList.removeAttribute ( String p1 ) : void
[mangled: org/jfree/xml/writer/AttributeList.removeAttribute:(Ljava/lang/String;)V]
AttributeList.setAttribute ( String p1, String p2 ) : void
[mangled: org/jfree/xml/writer/AttributeList.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
jcommon-0.8.8.jar, Layer.class
package org.jfree.ui
Layer.equals ( Object p1 ) : boolean
[mangled: org/jfree/ui/Layer.equals:(Ljava/lang/Object;)Z]
Layer.toString ( ) : String
[mangled: org/jfree/ui/Layer.toString:()Ljava/lang/String;]
jcommon-0.8.8.jar, Licences.class
package org.jfree.ui.about
Licences.getGPL ( ) : String
[mangled: org/jfree/ui/about/Licences.getGPL:()Ljava/lang/String;]
Licences.getInstance ( ) [static] : Licences
[mangled: org/jfree/ui/about/Licences.getInstance:()Lorg/jfree/ui/about/Licences;]
Licences.getLGPL ( ) : String
[mangled: org/jfree/ui/about/Licences.getLGPL:()Ljava/lang/String;]
jcommon-0.8.8.jar, ParserUtil.class
package org.jfree.xml
ParserUtil.parseColor ( String p1, Color p2 ) [static] : Color
[mangled: org/jfree/xml/ParserUtil.parseColor:(Ljava/lang/String;Ljava/awt/Color;)Ljava/awt/Color;]
jcommon-0.8.8.jar, SerialUtilities.class
package org.jfree.io
SerialUtilities.isSerializable ( Class p1 ) [static] : boolean
[mangled: org/jfree/io/SerialUtilities.isSerializable:(Ljava/lang/Class;)Z]
jcommon-0.8.8.jar, WaitingImageObserver.class
package org.jfree.util
WaitingImageObserver.clone ( ) : Object
[mangled: org/jfree/util/WaitingImageObserver.clone:()Ljava/lang/Object;]
WaitingImageObserver.imageUpdate ( Image p1, int p2, int p3, int p4, int p5, int p6 ) : boolean
[mangled: org/jfree/util/WaitingImageObserver.imageUpdate:(Ljava/awt/Image;IIIII)Z]
WaitingImageObserver.isError ( ) : boolean
[mangled: org/jfree/util/WaitingImageObserver.isError:()Z]
WaitingImageObserver.waitImageLoaded ( ) : void
[mangled: org/jfree/util/WaitingImageObserver.waitImageLoaded:()V]
WaitingImageObserver.WaitingImageObserver ( Image p1 )
[mangled: org/jfree/util/WaitingImageObserver."<init>":(Ljava/awt/Image;)V]
jcommon-0.8.8.jar, XMLWriterSupport.class
package org.jfree.xml.writer
XMLWriterSupport.allowLineBreak ( ) : void
[mangled: org/jfree/xml/writer/XMLWriterSupport.allowLineBreak:()V]
XMLWriterSupport.endBlock ( ) : void
[mangled: org/jfree/xml/writer/XMLWriterSupport.endBlock:()V]
XMLWriterSupport.startBlock ( ) : void
[mangled: org/jfree/xml/writer/XMLWriterSupport.startBlock:()V]
XMLWriterSupport.writeTag ( Writer p1, String p2, AttributeList p3, boolean p4 ) : void
[mangled: org/jfree/xml/writer/XMLWriterSupport.writeTag:(Ljava/io/Writer;Ljava/lang/String;Lorg/jfree/xml/writer/AttributeList;Z)V]
XMLWriterSupport.XMLWriterSupport ( )
[mangled: org/jfree/xml/writer/XMLWriterSupport."<init>":()V]
to the top
Removed Methods (1)
jcommon-0.8.7.jar, PngEncoder.class
package com.keypoint
PngEncoder.writeString ( String p1, int p2 ) : int
[mangled: com/keypoint/PngEncoder.writeString:(Ljava/lang/String;I)I]
to the top
Problems with Data Types, High Severity (1)
jcommon-0.8.7.jar
package org.jfree.io
[+] SerialUtilities (1)
| Change | Effect |
---|
1 | This class became abstract. | Recompilation of a client program may be terminated with the message: SerialUtilities is abstract; cannot be instantiated. |
[+] affected methods (7)
SerialUtilities ( )This constructor is from 'SerialUtilities' class.
readPaint ( ObjectInputStream )This method is from 'SerialUtilities' class.
readShape ( ObjectInputStream )This method is from 'SerialUtilities' class.
readStroke ( ObjectInputStream )This method is from 'SerialUtilities' class.
writePaint ( Paint, ObjectOutputStream )This method is from 'SerialUtilities' class.
writeShape ( Shape, ObjectOutputStream )This method is from 'SerialUtilities' class.
writeStroke ( Stroke, ObjectOutputStream )This method is from 'SerialUtilities' class.
to the top
Java ARchives (1)
jcommon-0.8.7.jar
to the top