From: Leif Åstrand Date: Tue, 25 Mar 2014 07:03:52 +0000 (+0200) Subject: Trigger a checkstyle error if importing the wrong Element class (#13287) X-Git-Tag: 7.2.0.beta1~84 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc89e28f4d8251d0b721a2b9e143770a5fcda195;p=vaadin-framework.git Trigger a checkstyle error if importing the wrong Element class (#13287) Change-Id: Ief15e88c9c6fe5fd88dbf9f12783ac2f5ae617c6 --- 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 @@ +