adobe/brackets

View on GitHub
src/widgets/DropdownButton.js

Summary

Maintainability
A
1 hr
Test Coverage

Function showDropdown has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    DropdownButton.prototype.showDropdown = function () {
        // Act like a plain old button if no items to show
        if (!this.items.length) {
            return;
        }
Severity: Minor
Found in src/widgets/DropdownButton.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status