adobe/brackets

View on GitHub
src/LiveDevelopment/MultiBrowserImpl/protocol/remote/LiveDevProtocolRemote.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function onClose has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        onClose: function () {
            var body = window.document.getElementsByTagName("body")[0],
                overlay = window.document.createElement("div"),
                background = window.document.createElement("div"),
                status = window.document.createElement("div");

    Function getStylesheetText has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            getStylesheetText: function (msg) {
                var i,
                    sheet,
                    text = "";
                for (i = 0; i < window.document.styleSheets.length; i++) {

      There are no issues that match your filters.

      Category
      Status