xebialabs-community/xlr-xlrelease-plugin

View on GitHub

Showing 4 of 15 total issues

Avoid deeply nested control flow statements.
Open

             if isRunning == True :
                break
          # End for
          if isRunning == True :
Severity: Major
Found in src/main/resources/xlr/WaitForBlockingTask.py - About 45 mins to fix

    Function processTags has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

    def processTags(tags):
        result = ""
        if tags is None:
            return result
        else:
    Severity: Minor
    Found in src/main/resources/xlr/CreateTemplate.py - About 45 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Avoid deeply nested control flow statements.
    Open

                 if phase["title"] == phaseName:
                    for task in phase["tasks"]:
                       if task["title"] == taskName :
                          print ">>>***id = %s, title = %s***" % ( task["id"], task["title"] )
                          print "   Status = %s " % ( task["status"] )
    Severity: Major
    Found in src/main/resources/xlr/WaitForBlockingTask.py - About 45 mins to fix

      Function process_variables has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      def process_variables(variables, variable_map, updatable_variables):
          var_map = {}
          result = {}
          if variables is not None:
              for variable in variables.split(','):
      Severity: Minor
      Found in src/main/resources/xlr/CreateAndStartSubRelease.py - About 25 mins to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Severity
      Category
      Status
      Source
      Language