Ignore:
Timestamp:
2016-06-19T00:39:07+02:00 (8 years ago)
Author:
donvip
Message:

narrow focus of checkstyle/findbugs checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r32312 r32317  
    495495        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/>
    496496        <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml">
    497             <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java,org/apache/**/*.java"/>
     497            <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java,
     498                                                                         crosby/**/*.java,
     499                                                                         edu/princeton/**/*.java,
     500                                                                         net/boplicity/**/*.java,
     501                                                                         org/apache/**/*.java,
     502                                                                         org/dinopolis/**/*.java,
     503                                                                         org/kaintoch/**/*.java,
     504                                                                         org/marvinproject/**/*.java,
     505                                                                         org/netbeans/**/*.java,
     506                                                                         org/osgeo/**/*.java"/>
    498507            <fileset dir="${basedir}/test" includes="**/*.java" erroronmissingdir="false"/>
    499508            <formatter type="xml" toFile="checkstyle-josm-${ant.project.name}.xml"/>
     
    517526                reportLevel="low"
    518527                >
    519                         <auxClasspath refid="plugin.classpath" />
     528            <auxClasspath refid="plugin.classpath" />
    520529            <sourcePath path="${basedir}/src" />
    521530            <class location="${plugin.jar}" />
Note: See TracChangeset for help on using the changeset viewer.