Ignore:
Timestamp:
2017-02-19T23:52:08+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - enable BooleanExpressionComplexity / 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java

    r11566 r11587  
    13521352     */
    13531353    private void checkCache() {
     1354        // CHECKSTYLE.OFF: BooleanExpressionComplexity
    13541355        if ((computeCacheMaxLineLengthUsed != maxLineLength)
    13551356                || (computeCacheColored != colored)
     
    13611362                || (computeCacheHeatMapDrawGain != heatMapDrawGain))
    13621363                || (computeCacheHeatMapDrawLowerLimit != heatMapDrawLowerLimit)
    1363       ) {
     1364        ) {
     1365            // CHECKSTYLE.ON: BooleanExpressionComplexity
    13641366            computeCacheMaxLineLengthUsed = maxLineLength;
    13651367            computeCacheInSync = false;
Note: See TracChangeset for help on using the changeset viewer.