You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/02/18 08:29:13 UTC

wicket git commit: Use '/' as a separator for Clirr's ignores.

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 3d5b26157 -> c8e5660b4


Use '/' as a separator for Clirr's ignores.

Discussed at: http://markmail.org/message/dqdbopspvpd64snf


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

Branch: refs/heads/wicket-6.x
Commit: c8e5660b429c3ac9e2a978f4a0ad261b4d558420
Parents: 3d5b261
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Feb 18 09:27:50 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Feb 18 09:29:07 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c8e5660b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 937ab06..8ef1cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -852,7 +852,7 @@
 						<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-final and thinks overridable methods were made final. We ignore this change to silence it. -->
-								<className>org${file.separator}apache${file.separator}wicket${file.separator}feedback${file.separator}FeedbackCollector</className>
+								<className>org/apache/wicket/feedback/FeedbackCollector</className>
 								<method>*</method>
 								<differenceType>7014</differenceType>
 							</difference>