Ignore:
Timestamp:
2019-10-04T07:07:33+02:00 (5 years ago)
Author:
GerdP
Message:

see #18127 SonarLint: Rename this method name to match the regular expression: 'test[A-Z][a-zA-Z0-9]*$'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/SharpAnglesTest.java

    r15405 r15412  
    3333     */
    3434    @Test
    35     public void closedLoopNoSharpAngles() {
     35    public void testClosedLoopNoSharpAngles() {
    3636        Way way = TestUtils.newWay("highway=residential",
    3737                new Node(new LatLon(0, 0)), new Node(new LatLon(0.1, 0.1)),
     
    4646     */
    4747    @Test
    48     public void closedLoopSharpAngles() {
     48    public void testClosedLoopSharpAngles() {
    4949        Way way = TestUtils.newWay("highway=residential",
    5050                new Node(new LatLon(0, 0)), new Node(new LatLon(0.1, 0.1)),
Note: See TracChangeset for help on using the changeset viewer.