Changeset 18051 in josm for trunk/tools


Ignore:
Timestamp:
2021-07-17T17:24:53+02:00 (3 years ago)
Author:
Don-vip
Message:

upgrade to checkstyle 8.43, fix violations

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/checkstyle/META-INF/MANIFEST.MF

    r17302 r18051  
    33Bundle-Name: JOSM Checkstyle Eclipse Plugin
    44Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true
    5 Bundle-Version: 8.35.0.qualifier
     5Bundle-Version: 8.43.0.qualifier
    66Require-Bundle: net.sf.eclipsecs.checkstyle,
    77 net.sf.eclipsecs.core,
  • trunk/tools/ivy.xml

    r17907 r18051  
    1717        <dependency org="net.java.dev.javacc" name="javacc" rev="7.0.10" conf="javacc->default"/>
    1818        <!-- checkstyle->default -->
    19         <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.36" conf="checkstyle->default"/>
     19        <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.43" conf="checkstyle->default"/>
    2020        <!-- proguard->default -->
    2121        <dependency org="com.guardsquare" name="proguard-ant" rev="7.1.0-beta3" conf="proguard->default"/>
Note: See TracChangeset for help on using the changeset viewer.