de.swm.checkstyleconfig.suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <suppress checks="JavadocType|JavadocMethod|WriteTag|MagicNumber" files=".*Test.java" /> <!-- Ausnahme für GWT View-Klassen (in Package ...client.view...), da mit @UiField annotierte Attribute nicht private sein dürfen --> <suppress checks="VisibilityModifier" files="[\\/]client[\\/]view[\\/].*.java"/> </suppressions>