mojohaus / clirr-maven-plugin

Clirr Maven Plugin
https://www.mojohaus.org/clirr-maven-plugin/
Apache License 2.0
11 stars 15 forks source link

Extension of an interface is not detected by the clirr plugin #2

Open christoffers opened 9 years ago

christoffers commented 9 years ago

Hi,

we discovered that changing public interface abc {...} to public interface abc extends abcs {..} does not cause clirr to fail the build.

To demonstrate this behaviour we can provide a test project and a description. Since I am new to GitHub I did not find a way to attach the test project to this issue. Also, gists seem to be a rather unconvenient solution. Please give me a hint as how to provide the test project.

Thank you very much!

olamy commented 9 years ago

what about a pull request with an it test?