Updated Branches:
  refs/heads/master 6185761df -> c3d47448d

silence clirr because it is not smart enough


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c3d47448
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c3d47448
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c3d47448

Branch: refs/heads/master
Commit: c3d47448d1bf5b5d0e8207bb8c0cf605cef8c18c
Parents: 6185761
Author: Igor Vaynberg <igor.vaynb...@gmail.com>
Authored: Sun Nov 25 21:35:38 2012 -0800
Committer: Igor Vaynberg <igor.vaynb...@gmail.com>
Committed: Sun Nov 25 21:35:38 2012 -0800

----------------------------------------------------------------------
 pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c3d47448/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf66677..741b5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -789,6 +789,14 @@
                                                
<comparisonVersion>6.0.0</comparisonVersion>
                                                <failOnError>true</failOnError>
                                                <logResults>true</logResults>
+                                               <ignored>
+                                                       <difference>
+                                                               <!-- 
FeedbackCollector used to be final. Now it is non-final and so all existing 
methods were made final to keep them non-overridable. However, clirr does not 
take into account the class going from final to non-finall and thinks 
overridable methods were made final. We ignore this change to silence it. -->
+                                                               
<className>org/apache/wicket/feedback/FeedbackCollector</className>
+                                                               
<method>*</method>
+                                                               
<differenceType>7014</differenceType>
+                                                       </difference>
+                                               </ignored>
                                        </configuration>
                                        <executions>
                                                <execution>

Reply via email to