CloudSlang/cs-actions

View on GitHub

Showing 3,993 of 4,022 total issues

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

  @Action(name = "Set Machine Type",
    outputs = Array(
      new Output(RETURN_CODE),
      new Output(RETURN_RESULT),
      new Output(ZONE_OPERATION_NAME),

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

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

  @Action(name = "Insert Instance",
    outputs = Array(
      new Output(RETURN_CODE),
      new Output(INSTANCE_ID),
      new Output(RETURN_RESULT),

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

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

  @Action(name = "Detach Disk",
    outputs = Array(
      new Output(RETURN_CODE),
      new Output(RETURN_RESULT),
      new Output(EXCEPTION),

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

TODO found
Open

            //TODO - this will need further investigations in the future if we can change the lib we use.

TODO found
Open

     * TODO: hmm.... maybe this just makes debugging harder?

TODO found
Open

        // TODO Auto-generated method stub

TODO found
Open

        // TODO Auto-generated method stub

TODO found
Open

            //TODO: log when a logging system is adopted for content

TODO found
Open

        // TODO Auto-generated method stub

TODO found
Open

            //TODO: log when a logging system is adopted for content

TODO found
Open

        // TODO Auto-generated method stub

TODO found
Open

        // TODO Auto-generated method stub

TODO found
Open

        // TODO Auto-generated method stub
Severity
Category
Status
Source
Language