wikimedia/mediawiki-extensions-UploadWizard

View on GitHub
resources/uw.ConcurrentQueue.js

Summary

Maintainability
A
1 hr
Test Coverage

Function removeItem has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    uw.ConcurrentQueue.prototype.removeItem = function ( item ) {
        var index, found;

        found = false;

Severity: Minor
Found in resources/uw.ConcurrentQueue.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status