Enable PMD rule UnnecessaryImport and fix violations
This commit is contained in:
parent
9d0703f898
commit
c75a8cb703
19 changed files with 15 additions and 58 deletions
|
|
@ -7,7 +7,6 @@ package btools.router;
|
|||
|
||||
import btools.mapaccess.OsmLink;
|
||||
import btools.mapaccess.OsmNode;
|
||||
import btools.mapaccess.OsmTransferNode;
|
||||
|
||||
public abstract class OsmPrePath {
|
||||
protected OsmNode sourceNode;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
package btools.router;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class VoiceHintList {
|
||||
private String transportMode;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
package btools.router;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
import btools.util.CheapRuler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue