All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haf.commons.application.2.2.0.source-code.checkstyle-suppressions.xml Maven / Gradle / Ivy

Go to download

Provides utilities to reduce boiler plate code when creating simple command line or swing applications.

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 - 2024 Weber Informatics LLC | Privacy Policy