From dc89e28f4d8251d0b721a2b9e143770a5fcda195 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 25 Mar 2014 09:03:52 +0200 Subject: Trigger a checkstyle error if importing the wrong Element class (#13287) Change-Id: Ief15e88c9c6fe5fd88dbf9f12783ac2f5ae617c6 --- checkstyle/import-control.xml | 9 +++++++++ checkstyle/vaadin-checkstyle.xml | 4 ++++ common.xml | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 checkstyle/import-control.xml diff --git a/checkstyle/import-control.xml b/checkstyle/import-control.xml new file mode 100644 index 0000000000..076dbd8a22 --- /dev/null +++ b/checkstyle/import-control.xml @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index bcbbaf9171..ca572fe1a5 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -142,6 +142,10 @@ + + + + diff --git a/common.xml b/common.xml index cef335035d..59e32136b4 100644 --- a/common.xml +++ b/common.xml @@ -422,6 +422,7 @@ + @@ -438,6 +439,7 @@ + -- cgit v1.2.3