sebastian-software/core

View on GitHub
source/class/core/io/Queue.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function load has 111 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        load : function(uris, callback, context, nocache, type)
        {
            if (jasy.Env.isSet("debug"))
            {
                core.Assert.isType(uris, "Array");
Severity: Major
Found in source/class/core/io/Queue.js - About 4 hrs to fix

    Function load has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            load : function(uris, callback, context, nocache, type)
    Severity: Minor
    Found in source/class/core/io/Queue.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status