Binary compatibility report for the CDK library between 1.2.1 and 1.2.2 versions
Test Info
Library Name | CDK |
Version #1 | 1.2.1 |
Version #2 | 1.2.2 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 25532 / 2535 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 4 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (4)
cdk-1.2.2.jar, AllRingsFinder.class
package org.openscience.cdk.ringsearch
AllRingsFinder.findAllRings ( IAtomContainer atomContainer, Integer maxRingSize ) : IRingSet
[mangled: org/openscience/cdk/ringsearch/AllRingsFinder.findAllRings:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Integer;)Lorg/openscience/cdk/interfaces/IRingSet;]
AllRingsFinder.findAllRingsInIsolatedRingSystem ( IAtomContainer atomContainer, Integer maxRingSize ) : IRingSet
[mangled: org/openscience/cdk/ringsearch/AllRingsFinder.findAllRingsInIsolatedRingSystem:(Lorg/openscience/cdk/interfaces/IAtomContainer;Ljava/lang/Integer;)Lorg/openscience/cdk/interfaces/IRingSet;]
cdk-1.2.2.jar, MoleculeSet.class
package org.openscience.cdk
MoleculeSet.addAtomContainer ( IAtomContainer atomContainer ) : void
[mangled: org/openscience/cdk/MoleculeSet.addAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;)V]
MoleculeSet.addAtomContainer ( IAtomContainer atomContainer, double multiplier ) : void
[mangled: org/openscience/cdk/MoleculeSet.addAtomContainer:(Lorg/openscience/cdk/interfaces/IAtomContainer;D)V]
to the top
Problems with Data Types, Low Severity (2)
cdk-1.2.1.jar
package org.openscience.cdk
[+] MoleculeSet (2)
| Change | Effect |
---|
1 | Method addAtomContainer ( IAtomContainer ) has been overridden by addAtomContainer ( IAtomContainer ) | Method addAtomContainer ( IAtomContainer ) will be called instead of addAtomContainer ( IAtomContainer ) in a client program. |
2 | Method addAtomContainer ( IAtomContainer, double ) has been overridden by addAtomContainer ( IAtomContainer, double ) | Method addAtomContainer ( IAtomContainer, double ) will be called instead of addAtomContainer ( IAtomContainer, double ) in a client program. |
[+] affected methods (2)
addAtomContainer ( IAtomContainer )Method 'addAtomContainer ( IAtomContainer )' will be called instead of this method in a client program.
addAtomContainer ( IAtomContainer, double )Method 'addAtomContainer ( IAtomContainer, double )' will be called instead of this method in a client program.
to the top
Java ARchives (1)
cdk-1.2.1.jar
to the top