Class DuplicatedWayNodes

    • Constructor Detail

      • DuplicatedWayNodes

        public DuplicatedWayNodes()
        Constructs a new DuplicatedWayNodes test.
    • Method Detail

      • fixError

        public Command fixError​(TestError testError)
        Description copied from class: Test
        Fixes the error with the appropriate command
        Overrides:
        fixError in class Test
        Parameters:
        testError - error to fix
        Returns:
        The command to fix the error
      • isFixable

        public boolean isFixable​(TestError testError)
        Description copied from class: Test
        Returns true if the given error can be fixed automatically
        Overrides:
        isFixable in class Test
        Parameters:
        testError - The error to check if can be fixed
        Returns:
        true if the error can be fixed