mojohaus / clirr-maven-plugin

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

Changing signature of a constructor and a method cannot be ignored #14

Open Bytekeeper opened 8 years ago

Bytekeeper commented 8 years ago

If a constructor and a method in the class have signature changes and are both ignored, the plugin will nevertheless report both. PR with integration test will follow.

Bytekeeper commented 8 years ago

https://github.com/mojohaus/clirr-maven-plugin/pull/15 demonstrates this