Changeset 32317 in osm
- Timestamp:
- 2016-06-19T00:39:07+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r32312 r32317 495 495 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/> 496 496 <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"/> 498 507 <fileset dir="${basedir}/test" includes="**/*.java" erroronmissingdir="false"/> 499 508 <formatter type="xml" toFile="checkstyle-josm-${ant.project.name}.xml"/> … … 517 526 reportLevel="low" 518 527 > 519 528 <auxClasspath refid="plugin.classpath" /> 520 529 <sourcePath path="${basedir}/src" /> 521 530 <class location="${plugin.jar}" /> -
applications/editors/josm/plugins/findbugs-filter.xml
r32311 r32317 9 9 <Match> 10 10 <Class name="~com.google.*" /> 11 </Match> 12 <Match> 13 <Class name="~crosby.*" /> 14 </Match> 15 <Match> 16 <Class name="~edu.princeton.*" /> 11 17 </Match> 12 18 <Match> … … 25 31 <Class name="~jj2000.*" /> 26 32 </Match> 33 <Match> 34 <Class name="~net.boplicity.*" /> 35 </Match> 27 36 <Match> 28 37 <Class name="~oauth.signpost.*" /> … … 36 45 <Match> 37 46 <Class name="~org.ddogleg.*" /> 47 </Match> 48 <Match> 49 <Class name="~org.dinopolis.*" /> 38 50 </Match> 39 51 <Match> … … 71 83 </Match> 72 84 <Match> 85 <Class name="~org.kaintoch.*" /> 86 </Match> 87 <Match> 73 88 <Class name="~org.marvinproject.*" /> 74 89 </Match>
Note:
See TracChangeset
for help on using the changeset viewer.