Binary compatibility report for the args4j library between 2.0.11 and 2.0.12 versions

Test Info


Library Nameargs4j
Version #12.0.11
Version #22.0.12

Test Results


Total Java ARchives1
Total Methods / Classes140 / 34
VerdictCompatible

Problem Summary


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

Added Methods (7)


args4j-2.0.12.jar, CmdLineException.class
package org.kohsuke.args4j
CmdLineException.CmdLineException ( CmdLineParser parser, String message )
CmdLineException.CmdLineException ( CmdLineParser parser, String message, Throwable cause )
CmdLineException.CmdLineException ( CmdLineParser parser, Throwable cause )
CmdLineException.getParser ( )  :  CmdLineParser

args4j-2.0.12.jar, URIOptionHandler.class
package org.kohsuke.args4j.spi
URIOptionHandler.getDefaultMetaVariable ( )  :  String
URIOptionHandler.parseArguments ( Parameters params )  :  int
URIOptionHandler.URIOptionHandler ( CmdLineParser parser, OptionDef option, Setter setter )

to the top

Java ARchives (1)


args4j-2.0.11.jar

to the top