mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

Class skipped if java.util.stream.IntStream.range is present #18

Open gauravsaini228 opened 8 years ago

gauravsaini228 commented 8 years ago

Plugin seems to skip the class silently if java.util.stream.IntStream.range is present in it. Attached a simple maven project to demonstrate the problem. test.project.App.class is skipped in the generated report. project.zip

romani commented 7 years ago

the same for "java.util.stream.Stream"

norecha commented 7 years ago

Same for java8 syntax ClassA::methodB