Binary compatibility report for the com4j library between 20050130 and 20050206 versions
Test Info
Library Name | com4j |
Version #1 | 20050130 |
Version #2 | 20050206 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 237 / 72 |
---|
Verdict | Incompatible (0.8%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 3 |
---|
Removed Methods | High | 2 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (3)
com4j.jar, ComException.class
package com4j
ComException.ComException ( String msg, int hresult, String fileName, int line )
[mangled: com4j/ComException."<init>":(Ljava/lang/String;ILjava/lang/String;I)V]
ComException.ComException ( String msg, String fileName, int line )
[mangled: com4j/ComException."<init>":(Ljava/lang/String;Ljava/lang/String;I)V]
ComException.toString ( ) : String
[mangled: com4j/ComException.toString:()Ljava/lang/String;]
to the top
Removed Methods (2)
com4j.jar, ComException.class
package com4j
ComException.ComException ( String msg )
[mangled: com4j/ComException."<init>":(Ljava/lang/String;)V]
ComException.ComException ( String msg, int hresult )
[mangled: com4j/ComException."<init>":(Ljava/lang/String;I)V]
to the top
Java ARchives (2)
com4j.jar
tlbimp.jar
to the top