Code Search for Developers
 
 
  

finalist_checks.xml from Negest at Krugle


Show finalist_checks.xml syntax highlighted

<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
    "-//Puppy Crawl//DTD Check Configuration 1.0//EN"
    "http://www.puppycrawl.com/dtds/configuration_1_0.dtd">

<module name="Checker">

   <!-- enforce package documentation -->
   <!--OFF <module name="PackageHtml"/> -->


   <module name="Translation"/>


   <module name="TreeWalker">

      <property name="tabWidth" value="3"/>

      <!-- Javadoc comments -->
      <module name="JavadocType">
         <property name="authorFormat" value="\S+"/>
         <property name="versionFormat" value="\$Revision:.*\S ?, ?\SDate:.*\S"/>
      </module>
      <module name="JavadocMethod">
         <property name="scope" value="protected"/>
         <property name="allowUndeclaredRTE" value="true"/>
      </module>
      <module name="JavadocVariable">
         <property name="scope" value="protected"/>
      </module>

      <!-- Naming Conventions -->
      <module name="ConstantName"/>
      <module name="LocalFinalVariableName"/>
      <module name="LocalVariableName"/>
      <module name="MemberName"/>
      <module name="MethodName"/>
      <module name="PackageName"/>
      <module name="ParameterName"/>
      <module name="StaticVariableName"/>
      <module name="TypeName"/>

      <!-- Headers -->
      <!--OFF <module name="Header"/> -->
      <!--OFF <module name="RegexpHeader"/> -->

      <!-- Imports -->
      <!--OFF <module name="AvoidStarImport"/> -->
      <module name="IllegalImport">
         <property name="illegalPkgs" value="sun"/>
      </module>
      <module name="RedundantImport"/>
      <!--OFF <module name="UnusedImports"/> -->

      <!-- Size Violations -->
      <module name="FileLength">
         <property name="max" value="1500"/>
      </module>
      <module name="LineLength">
         <property name="max" value="150"/>
         <property name="ignorePattern" value="^ *\* *[^ ]+$"/>
      </module>
      <module name="MethodLength">
         <property name="max" value="200"/>
      </module>
      <module name="ParameterNumber">
         <property name="max" value="8"/>
      </module>

      <!-- Whitespace -->
      <module name="NoWhitespaceAfter"/>
      <module name="NoWhitespaceAfter">
         <property name="tokens" value="DEC, DOT, INC"/>
         <property name="allowLineBreaks" value="false"/>
      </module>
      <module name="NoWhitespaceBefore"/>
      <module name="NoWhitespaceBefore">
         <property name="tokens" value="POST_DEC, DOT, POST_INC"/>
         <property name="allowLineBreaks" value="false"/>
      </module>
      <!-- Arithmetic or shift operators may be at the end of a line -->
      <module name="OperatorWrap">
         <property name="tokens" value="ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, DIV, COLON, MINUS, MOD, STAR, SL, SR"/>
         <property name="option" value="eol"/>
      </module>
      <!-- Logical operators may NEVER be at the end of a line, except ? (=QUESTION) -->
      <module name="OperatorWrap">
         <property name="tokens" value="BAND, BOR, BSR, BXOR, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN, EQUAL, GE, GT, LE, LT, LAND, LITERAL_INSTANCEOF, LOR, NOT_EQUAL"/>
         <property name="option" value="nl"/>
      </module>
      <module name="ParenPad"/>
      <module name="TabCharacter"/>
      <module name="WhitespaceAfter"/>
      <module name="WhitespaceAround"/>

      <!-- Modifiers -->
      <!--OFF <module name="ModifierOrder"/> -->
      <module name="RedundantModifier"/>
      <module name="VisibilityModifier">
         <property name="protectedAllowed" value="true"/>
      </module>

      <!-- Blocks -->
      <module name="EmptyBlock">
         <property name="option" value="text"/>
      </module>
      <module name="LeftCurly"/>
      <module name="NeedBraces"/>
      <module name="RightCurly">
         <property name="option" value="alone"/>
      </module>

      <!-- Miscellaneous Checks -->
      <module name="EqualsHashCode"/>
      <module name="GenericIllegalRegexp">
         <property name="format" value="System\.exit"/>
         <!--If Log4J is enforced, add: "System\.out\.println" -->
      </module>
      <module name="HiddenField">
         <property name="tokens" value="VARIABLE_DEF"/>
      </module>
      <!--OFF <module name="IllegalInstantiation"/> -->
      <module name="InnerAssignment"/>
      <module name="SimplifyBooleanExpression"/>
      <module name="SimplifyBooleanReturn"/>
      <module name="TodoComment"/>
      <module name="UpperEll"/>

      <!-- Found no Documentation for his module
         <module name="EmptyForIteratorPad"/>
      -->
   </module>

</module>




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  activation.jar
  ant-jmeter-2.0.3.jar
  ant-optional-1.5.3-1.jar
  antlr-2.7.6.jar
  auth.conf
  avalon-framework.jar
  checkstyle-all-4.0-beta4.jar
  checkstyle-frames.xsl
  checkstyle-noframes.xsl
  commons-beanutils-1.7.0.jar
  commons-collections-3.1.jar
  commons-digester-1.7.jar
  commons-httpclient.jar
  commons-lang-2.1.jar
  commons-logging-1.0.4.jar
  commons-logging.jar
  commons-validator-1.1.3.jar
  concurrent.jar
  displaytag-1.1.jar
  displaytag-export-poi-1.1.jar
  ejb3-persistence.jar
  emma-2.0.5312.jar
  emma_ant-2.0.5312.jar
  errors-taglib-1.1.jar
  finalist-ant-1.3.jar
  finalist-taglib-1.0.jar
  finalist_checks.xml
  generic-exceptions-1.0.jar
  generic-exceptions-struts-1.2.jar
  getopt.jar
  hibernate-annotations.jar
  hibernate-client.jar
  hsqldb-1.7.3.3.jar
  itext-1.3.1.jar
  j2ee.jar
  jacorb.jar
  jakarta-regexp-1.3.jar
  javassist.jar
  javax.servlet.jar
  jboss-annotations-ejb3.jar
  jboss-aop-jdk50-client.jar
  jboss-aspect-jdk50-client.jar
  jboss-client.jar
  jboss-common-client.jar
  jboss-deployment.jar
  jboss-ejb3-client.jar
  jboss-ejb3x.jar
  jboss-iiop-client.jar
  jboss-j2ee.jar
  jboss-jaxrpc.jar
  jboss-jsr77-client.jar
  jboss-remoting.jar
  jboss-saaj.jar
  jboss-serialization.jar
  jboss-srp-client.jar
  jboss-system-client.jar
  jboss-transaction-client.jar
  jboss-xml-binding.jar
  jbossall-client.jar
  jbosscx-client.jar
  jbossha-client.jar
  jbossjmx-ant.jar
  jbossmq-client.jar
  jbosssx-client.jar
  jbossws-client.jar
  jmx-client.jar
  jmx-invoker-adaptor-client.jar
  jnp-client.jar
  juddisaaj.jar
  junit-3.8.1.jar
  log4j-1.2.8.jar
  log4j.jar
  logkit.jar
  mail.jar
  mysql-connector-java-3.1.13-bin.jar
  poi-2.5.1.jar
  postgresql-8.0-312.jdbc3.jar
  scout.jar
  sequencegenerator-ejb-1.0.jar
  statementexecutor-1.1.jar
  struts-1.2.4.jar
  trove.jar
  wsdl4j.jar
  xdoclet-1.2.jar
  xdoclet-apache-module-1.2.2.jar
  xdoclet-bea-module-1.2-patch.jar
  xdoclet-ejb-module-1.2.jar
  xdoclet-hibernate-module-1.2.jar
  xdoclet-jboss-module-1.2.jar
  xdoclet-jmx-module-1.2.jar
  xdoclet-oracle-module-1.2.jar
  xdoclet-sun-module-1.2-cmr-patch.jar
  xdoclet-web-module-1.2.jar
  xdoclet-xdoclet-module-1.2.jar
  xjavadoc-1.0.2.jar
  xmlsec.jar