I had try the command javap -v -p build/intermediates/javac/debug/compileDebugJavaWithJavac/ classes/com/mat/nets/http/Abas.class
it returns SourceFile: "Abas.java" then I found the source file path is src/main/java/com.mat.nets/http/Abas.java this should be right? 在 2018年12月10日星期一 UTC+8下午9:10:01,Evgeny Mandrikov写道: > > > > In case of above command > source file for class file > "X.class" > that for example has location > "build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/org/pkg/X.class" > and "SourceFile" attribute with value "Example.java" (see output of > command "javap -v -p X.class") > will be searched at location > "src/main/java/org/pkg/Example.java". > > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/b12c9525-4a19-4bcb-b2bf-af19ef41bef5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
