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

upgrade to checkstyle 8.43, fix violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetValidationTest.java

    r18001 r18051  
    5151        TaggingPresetValidation.validate(primitive, label);
    5252
     53        // CHECKSTYLE.OFF: LineLength
    5354        assertTrue(label.isVisible());
    5455        assertEquals("<html><ul>" +
    55                 "<li>Opening hours syntax (Hours without minutes)</li>" +
    56                 "<li>unusual value of width: meters is default; only positive values; point is decimal separator; if units, put space then unit</li>" +
    57                 "<li>unusual value of incline, use x% or x° or up or down instead</li>" +
    58                 "<li>suspicious tag combination (width on suspicious object)</li>" +
    59                 "<li>suspicious tag combination (incline on suspicious object)</li></ul>", label.getToolTipText());
     56            "<li>Opening hours syntax (Hours without minutes)</li>" +
     57            "<li>unusual value of width: meters is default; only positive values; point is decimal separator; if units, put space then unit</li>" +
     58            "<li>unusual value of incline, use x% or x° or up or down instead</li>" +
     59            "<li>suspicious tag combination (width on suspicious object)</li>" +
     60            "<li>suspicious tag combination (incline on suspicious object)</li></ul>", label.getToolTipText());
     61        // CHECKSTYLE.ON: LineLength
    6062    }
    6163
Note: See TracChangeset for help on using the changeset viewer.