thanks, I had fix the subproject, it works now.

Thank you again.

在 2018年12月10日星期一 UTC+8下午10:58:44,Evgeny Mandrikov写道:
>
>
>
> On Monday, December 10, 2018 at 3:44:35 PM UTC+1, [email protected] 
> <javascript:> wrote:
>>
>>
>> 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?
>>
>>
> No. According to what I wrote before:
>
> source file for class file
> "build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/
> *com/mat/nets/http*/Abas.class"
> will be searched at location
> "src/main/java/com.mat.nets/*com/mat/nets/http*/Abas.java"
>
> not in
>
> "src/main/java/com.mat.nets/*http*/Abas.java"
>
>  
>
>>
>>
>> 在 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/45ad1e32-807c-4db3-b988-338ee5261d42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to