hackedteam/core-blackberry

View on GitHub
bb-tools/proguard4.7/src/proguard/optimize/Optimizer.java

Summary

Maintainability
F
6 days
Test Coverage

Method execute has 616 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public boolean execute(ClassPool programClassPool,
                           ClassPool libraryClassPool) throws IOException
    {
        // Check if we have at least some keep commands.
        if (configuration.keep         == null &&
Severity: Major
Found in bb-tools/proguard4.7/src/proguard/optimize/Optimizer.java - About 3 days to fix

    File Optimizer.java has 715 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * ProGuard -- shrinking, optimization, obfuscation, and preverification
     *             of Java bytecode.
     *
     * Copyright (c) 2002-2011 Eric Lafortune (eric@graphics.cornell.edu)
    Severity: Major
    Found in bb-tools/proguard4.7/src/proguard/optimize/Optimizer.java - About 1 day to fix

      Method execute has a Cognitive Complexity of 67 (exceeds 5 allowed). Consider refactoring.
      Open

          public boolean execute(ClassPool programClassPool,
                                 ClassPool libraryClassPool) throws IOException
          {
              // Check if we have at least some keep commands.
              if (configuration.keep         == null &&
      Severity: Minor
      Found in bb-tools/proguard4.7/src/proguard/optimize/Optimizer.java - About 1 day 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

      There are no issues that match your filters.

      Category
      Status