JaniJegoroff/calios-uia-extension

View on GitHub

Showing 4 of 4 total issues

Method gesture_from_to_for_duration has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def gesture_from_to_for_duration(aGesture, aFromX, aFromY, aToX, aToY, aDuration)
Severity: Minor
Found in lib/calios-uia-extension/uia_target.rb - About 45 mins to fix

    Method drag_from_to_for_duration has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def drag_from_to_for_duration(aFromX, aFromY, aToX, aToY, aDuration = 1)
    Severity: Minor
    Found in lib/calios-uia-extension/uia_target.rb - About 35 mins to fix

      Method pinch_close_from_to_for_duration has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def pinch_close_from_to_for_duration(aFromX, aFromY, aToX, aToY, aDuration = 1)
      Severity: Minor
      Found in lib/calios-uia-extension/uia_target.rb - About 35 mins to fix

        Method pinch_open_from_to_for_duration has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def pinch_open_from_to_for_duration(aFromX, aFromY, aToX, aToY, aDuration = 1)
        Severity: Minor
        Found in lib/calios-uia-extension/uia_target.rb - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language