Ignore:
Timestamp:
2016-03-26T14:45:25+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2325 - "private" methods that don't access instance data should be "static"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

    r9989 r10043  
    869869    }
    870870
    871     private boolean movesHiddenWay() {
     871    private static boolean movesHiddenWay() {
    872872        final Collection<OsmPrimitive> elementsToTest = new HashSet<>(getCurrentDataSet().getSelected());
    873873        for (Way osm : Utils.filteredCollection(getCurrentDataSet().getSelected(), Way.class)) {
Note: See TracChangeset for help on using the changeset viewer.