jaghaimo/stelnet

View on GitHub

Showing 7 of 7 total issues

Method accept has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
Open

    @Override
    public boolean accept(Object object) {
        if (object instanceof CommDirectoryEntryAPI) {
            return acceptCommDirectoryEntry((CommDirectoryEntryAPI) object);
        }
Severity: Minor
Found in src/stelnet/filter/AnyHasTag.java - About 1 hr 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

Method accept has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public boolean accept(Object object) {
        if (object instanceof CommDirectoryEntryAPI) {
            return acceptCommDirectoryEntry((CommDirectoryEntryAPI) object);
        }
Severity: Minor
Found in src/stelnet/filter/AnyHasTag.java - About 1 hr to fix

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

            TooltipMakerAPI panel,
            CargoAPI cargo,
            CargoStackAPI pickedUp,
            boolean pickedUpFromSource,
            CargoAPI combined
    Severity: Minor
    Found in src/stelnet/board/query/view/dialog/QueryPickerListener.java - About 35 mins to fix

      Method resetCache has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

          public static void resetCache() {
              DmodProvider.resetCache();
              Excluder.resetCache();
              FactionProvider.resetCache();
              SkillProvider.resetCache();
      Severity: Minor
      Found in src/stelnet/SettingsListener.java - About 35 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

      Method accept has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          @Override
          public boolean accept(Object object) {
              for (Filter filter : filters) {
                  if (filter == null) {
                      log.warn("Skipping null filter!");
      Severity: Minor
      Found in src/stelnet/filter/LogicalOr.java - 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

      Method asCargoStack has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          public static CargoStackAPI asCargoStack(Object object) {
              if (object instanceof FighterWingSpecAPI) {
                  return asCargoStack((FighterWingSpecAPI) object);
              }
              if (object instanceof HullModSpecAPI) {
      Severity: Minor
      Found in src/stelnet/board/query/provider/CargoStackExtension.java - 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

      Method accept has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

          @Override
          public boolean accept(Object object) {
              for (Filter filter : filters) {
                  if (filter == null) {
                      log.warn("Skipping null filter!");
      Severity: Minor
      Found in src/stelnet/filter/LogicalAnd.java - 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