Changeset 32179 in osm for applications/viewer/jmapviewer


Ignore:
Timestamp:
2016-05-15T15:23:00+02:00 (9 years ago)
Author:
donvip
Message:

update to checkstyle 6.18, add SonarLint configuration

Location:
applications/viewer/jmapviewer
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/.project

    r31433 r32179  
    2121                        </arguments>
    2222                </buildCommand>
     23                <buildCommand>
     24                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
     25                        <arguments>
     26                        </arguments>
     27                </buildCommand>
    2328        </buildSpec>
    2429        <natures>
  • applications/viewer/jmapviewer/build.xml

    r32121 r32179  
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-6.17-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-6.18-all.jar"/>
    8181        <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
    8282            <fileset dir="${basedir}/src" includes="**/*.java" />
Note: See TracChangeset for help on using the changeset viewer.