
haf.commons.swing.2.2.0.source-code.checkstyle-suppressions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swing Show documentation
Show all versions of swing Show documentation
Provide helpers to create Swing applications: Builders to create menu/tool bars and bordered
layout base frame.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- LICENSE "THE BEER-WARE LICENSE" (Revision 43): "Sven Strittmatter" <weltraumschaf(at)googlemail(dot)com> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a non alcohol-free beer in return. Copyright (C) 2012 "Sven Strittmatter" <weltraumschaf(at)googlemail(dot)com> --> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> <suppressions> <!-- Suppressions for unit testing code --> <suppress checks="MagicNumber" files=".*Test\.java"/> <suppress checks="JavadocMethod" files=".*Test\.java"/> <suppress checks="JavadocVariable" files=".*Test\.java"/> <suppress checks="JavadocType" files=".*Test\.java"/> <suppress checks="IllegalThrows" files=".*Test\.java"/> <suppress checks="ImportControl" files=".*Test\.java"/> <suppress checks="JavadocPackage" files=".*Test\.java"/> </suppressions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy