Source compatibility report for the args4j library between 2.0.1 and 2.0.2 versions

Test Info


Library Nameargs4j
Version #12.0.1
Version #22.0.2

Test Results


Total Java ARchives1
Total Methods / Classes71 / 21
VerdictIncompatible
(18.3%)

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (5)


args4j-2.0.2.jar, CmdLineParser.class
package org.kohsuke.args4j
CmdLineParser.printExample ( ExampleMode mode )  :  String
CmdLineParser.printExample ( ExampleMode mode, ResourceBundle rb )  :  String

args4j-2.0.2.jar, ExampleMode.class
package org.kohsuke.args4j
ExampleMode.valueOf ( String name ) [static]  :  ExampleMode
ExampleMode.values ( ) [static]  :  ExampleMode[ ]

args4j-2.0.2.jar, Option.class
package org.kohsuke.args4j
Option.required ( ) [abstract]  :  boolean

to the top

Problems with Data Types, High Severity (1)


args4j-2.0.1.jar
package org.kohsuke.args4j
[+] Option (1)

to the top

Java ARchives (1)


args4j-2.0.1.jar

to the top