Changeset 32317 in osm


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

narrow focus of checkstyle/findbugs checks

Location:
applications/editors/josm/plugins
Files:
2 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}" />
  • applications/editors/josm/plugins/findbugs-filter.xml

    r32311 r32317  
    99        <Match>
    1010                <Class name="~com.google.*" />
     11        </Match>
     12        <Match>
     13                <Class name="~crosby.*" />
     14        </Match>
     15        <Match>
     16                <Class name="~edu.princeton.*" />
    1117        </Match>
    1218        <Match>
     
    2531        <Class name="~jj2000.*" />
    2632    </Match>
     33    <Match>
     34        <Class name="~net.boplicity.*" />
     35    </Match>
    2736        <Match>
    2837                <Class name="~oauth.signpost.*" />
     
    3645        <Match>
    3746                <Class name="~org.ddogleg.*" />
     47        </Match>
     48        <Match>
     49                <Class name="~org.dinopolis.*" />
    3850        </Match>
    3951        <Match>
     
    7183        </Match>
    7284        <Match>
     85                <Class name="~org.kaintoch.*" />
     86        </Match>
     87        <Match>
    7388                <Class name="~org.marvinproject.*" />
    7489        </Match>
Note: See TracChangeset for help on using the changeset viewer.