Sharmadha Sainath

Results 5 issues of Sharmadha Sainath

If package list is : org.apache.abc.def org.apache.xyz and classes list is given as : org.apache.xyz.class1 tool doesn't scan all classes under org.apache.abc.def. To make it work , if I try...

@Deprecated public static final String var1 = "str1" void method1(long age); void method2(long age); When -skip-deprecated is provided, expected to ignore only var1 but ignores method1 and method2 too.

Following issue is seen while running japi-compliance-checker for one of my jars : Preparing, please wait ... WARNING: set #1 version number to 2.1.0.7.1.7.2000-209 (use --v1=NUM option to change it)...

I am running pkgdiff on an ubuntu docker container: root@d73ffc6c819a:/# pkgdiff spark-core_v1.jar spark-core_v2.jar reading packages ... comparing packages ... sh: 1: file: not found sh: 1: file: not found sh:...

Is there a way to skip checking deprecated methods while running the japicmp CLI tool ?