Source compatibility report for the com4j library between 20060106 and 20060109 versions
Test Info
Library Name | com4j |
Version #1 | 20060106 |
Version #2 | 20060109 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 249 / 74 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 8 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods (8)
com4j.jar, ComException.class
package com4j
ComException.getErrorInfo ( ) : ErrorInfo
[mangled: com4j/ComException.getErrorInfo:()Lcom4j/ErrorInfo;]
ComException.getMessage ( ) : String
[mangled: com4j/ComException.getMessage:()Ljava/lang/String;]
com4j.jar, ErrorInfo.class
package com4j
ErrorInfo.getDescription ( ) : String
[mangled: com4j/ErrorInfo.getDescription:()Ljava/lang/String;]
ErrorInfo.getGuid ( ) : GUID
[mangled: com4j/ErrorInfo.getGuid:()Lcom4j/GUID;]
ErrorInfo.getHelpContext ( ) : Integer
[mangled: com4j/ErrorInfo.getHelpContext:()Ljava/lang/Integer;]
ErrorInfo.getHelpFile ( ) : File
[mangled: com4j/ErrorInfo.getHelpFile:()Ljava/io/File;]
ErrorInfo.getSource ( ) : String
[mangled: com4j/ErrorInfo.getSource:()Ljava/lang/String;]
ErrorInfo.toString ( ) : String
[mangled: com4j/ErrorInfo.toString:()Ljava/lang/String;]
to the top
Other Changes in Data Types (1)
com4j.jar
package com4j
[+] NativeType (1)
| Change | Effect |
---|
1 | Field VARIANT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to VARIANT is ambiguous. |
[+] affected methods (6)
value ( )Return value of this abstract method has type 'NativeType'.
byRef ( )This method is from 'NativeType' class.
getNoByRef ( )This method is from 'NativeType' class.
valueOf ( String )This method is from 'NativeType' class.
values ( )This method is from 'NativeType' class.
type ( )Return value of this abstract method has type 'NativeType'.
to the top
Java ARchives (2)
com4j.jar
tlbimp.jar
to the top