Hi, looks like you already checked for the standard problems.
Can you please send a ZIP of the “broken" subproject? Or if this is not possible at least one of the class files? Regards, -marc > On 10. Dec 2018, at 13:45, [email protected] wrote: > > when I generate the report some of the highlighted sources are well and some > others are not. > I don't know how to debug further the missing highlighted sources: > - Line coverage is present so debug info is there > - I can decompile the .class so there is no obfuscation > - I specified source folders as the direct parent of the folders that > define the Java packages (I think I got that right since I get highlighted > source for some of them) > > First I designation the source folders in gradle task then only the one > subproject can not linked the sources. > > then I try the command in terminal: > ``` > java -jar jacoco-0.8.2/lib/jacococli.jar report app/build/outputs/coverage.ec > --classfiles > build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ --html > app/build/outputs/reports --sourcefiles src/main/java/ --encoding utf-8 > --name aaa > [INFO] Loading execution data file app/build/outputs/coverage.ec. > [INFO] Analyzing 22 classes. > ``` > > but it can not linked the sources. then I replace by other subprojects,it > work well. > > how can I debug or solve it > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/e674665d-2fc0-4cec-8392-2285354cf557%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/e674665d-2fc0-4cec-8392-2285354cf557%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/A73BB7E9-3330-4FCC-80FA-A27163E41726%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
