Source compatibility report for the args4j library between 2.0.6 and 2.0.7 versions
Test Info
Library Name | args4j |
Version #1 | 2.0.6 |
Version #2 | 2.0.7 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 88 / 26 |
---|
Verdict | Incompatible (8%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 0 |
---|
Removed Methods | High | 7 |
---|
Problems with Data Types | High | 2 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Removed Methods (7)
args4j-2.0.6.jar, SampleAnt.class
SampleAnt.main ( String[ ] args ) [static] : void
[mangled: SampleAnt.main:([Ljava/lang/String;)V]
SampleAnt.parseArgs ( String[ ] args ) : void
[mangled: SampleAnt.parseArgs:([Ljava/lang/String;)V]
SampleAnt.SampleAnt ( )
[mangled: SampleAnt."<init>":()V]
SampleAnt.showResult ( ) : void
[mangled: SampleAnt.showResult:()V]
args4j-2.0.6.jar, SampleMain.class
SampleMain.doMain ( String[ ] args ) : void
[mangled: SampleMain.doMain:([Ljava/lang/String;)V]
SampleMain.main ( String[ ] args ) [static] : void
[mangled: SampleMain.main:([Ljava/lang/String;)V]
SampleMain.SampleMain ( )
[mangled: SampleMain."<init>":()V]
to the top
Problems with Data Types, High Severity (2)
args4j-2.0.6.jar
[+] SampleAnt (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SampleAnt. |
[+] affected methods (4)
SampleAnt ( )This constructor is from 'SampleAnt' class.
main ( String[ ] )This method is from 'SampleAnt' class.
parseArgs ( String[ ] )This method is from 'SampleAnt' class.
showResult ( )This method is from 'SampleAnt' class.
[+] SampleMain (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SampleMain. |
[+] affected methods (3)
SampleMain ( )This constructor is from 'SampleMain' class.
doMain ( String[ ] )This method is from 'SampleMain' class.
main ( String[ ] )This method is from 'SampleMain' class.
to the top
Java ARchives (1)
args4j-2.0.6.jar
to the top