Hi guys,
I've committed
http://jira.xwiki.org/browse/XCOMMONS-283 which allows us to very
precisely exclude CLIRR violations.
See
http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.ht… for
details.
For example I've just added an IRCBot exclude using this with:
<ignored>
<difference>
<className>org/xwiki/ircbot/IRCBot</className>
<method>void initialize(java.lang.String)</method>
<differenceType>7012</differenceType>
<justification>IRCBot is still a young API. Added a new initialize()
method to support installing the
IRC Bot application in a subwiki</justification>
</difference>
</ignored>
Now could every one who's added a clirr exclude please convert to the new way?
This allows us to have fine-grained excludes and not exclude the whole file.
Thanks
-Vincent