Changeset 19106 in josm for trunk/test/unit


Ignore:
Timestamp:
2024-06-13T21:18:45+02:00 (11 months ago)
Author:
taylor.smock
Message:

Cleanup some new PMD warnings from PMD 7.x (followup of r19101)

Location:
trunk/test/unit/org/openstreetmap/josm/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java

    r19103 r19106  
    66import static org.junit.jupiter.api.Assertions.assertNotNull;
    77import static org.junit.jupiter.api.Assertions.assertTrue;
    8 import static org.junit.jupiter.api.Assumptions.assumeTrue;
    98
    109import java.io.File;
     
    1312import org.junit.jupiter.api.BeforeAll;
    1413import org.junit.jupiter.api.Test;
    15 import org.junit.jupiter.api.condition.EnabledIf;
    1614import org.junit.jupiter.api.condition.EnabledOnOs;
    1715import org.junit.jupiter.api.condition.OS;
  • TabularUnified trunk/test/unit/org/openstreetmap/josm/tools/UtilsTest.java

    r19103 r19106  
    1010
    1111import java.io.File;
    12 import java.io.IOException;
    13 import java.io.InputStream;
    1412import java.util.ArrayList;
    1513import java.util.Arrays;
Note: See TracChangeset for help on using the changeset viewer.