On 05/04/2014 01:16 PM, Julian Andres Klode wrote: > Package: libemma-java > Version: 2.0.5312+dfsg-4 > Severity: grave > > Running emma on bytecode generated by openjdk-7's javac fails, but it > works fine on Java code produced by openjdk 6. JDK 6 will not be part > of jessie.
Hi Julian, This appears to be a general issue with emma, which hasn't been updated since 2005. If you compile with JDK7 and the target set to 1.6, it works as expected. $ javac -version javac 1.7.0_55 $ javac -source 1.6 -target 1.6 Test.java $ java -jar /usr/share/java/emma.jar -cp . Test EMMA: writing [txt] report to [/tmp/coverage.txt] ... So I believe the question is whether emma provides any value to users if it only supports source and target 1.6. If it doesn't, then we should request its removal. Otherwise, I think the severity of this bug should be decreased. Thank, tony
signature.asc
Description: OpenPGP digital signature

