Source: tunnelx
Version: 20170928-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/tunnelx.html
...
jh_build
find src -name *.java -and -type f -print0 | xargs -s 512000 -0
/usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.tunnelx -d
debian/_jh_build.tunnelx -source 1.7 -target 1.7 -encoding ISO8859-1
warning: [options] bootstrap class path not set in conjunction with -source 1.7
src/SelectedSubsetsStructure.java:260: error: incompatible types:
Enumeration<TreeNode> cannot be converted to Enumeration<DefaultMutableTreeNode>
Enumeration<DefaultMutableTreeNode>
tnenum = tn.depthFirstEnumeration();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
1 warning
make[1]: *** [debian/rules:21: override_jh_build] Error 123