adobe/brackets

View on GitHub
src/editor/InlineTextEditor.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setInlineContent has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    InlineTextEditor.prototype.setInlineContent = function (doc, startLine, endLine) {
        var self = this;

        // Destroy the previous editor if we had one and clear out the filename info.
        if (this.editor) {
Severity: Minor
Found in src/editor/InlineTextEditor.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status