On Saturday, September 23, 2017 at 2:43:31 AM UTC+2, Chris Chen wrote: > > Hi there, > > I’m woring on a large enterprise project which has a lot of classes with > duplicate names, the FAQ mentioned that have to remove the duplicate > classes to generate report, I got two questions: > > 1. After I ran a full testing on server, did the exec data contains > coverage data for both the classes with same name? > 2. If so, is it the best choice to generate report seperately for the > packages they are in, because both classes coverage are important? >
If classes are in separate packages (e.g. "org.example.foo" and "org.example.bar") , then their fully-qualified names are actually different. -- 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/d5a4448a-36ac-49bc-afbe-fbc3f67e8db3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
