RubyLouvre/anu

View on GitHub

Showing 286 of 880 total issues

Avoid too many return statements within this function.
Open

                return '';
Severity: Major
Found in packages/render/server/Renderer.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                    return this.renderDOM(nextElement, context, parentNamespace);
    Severity: Major
    Found in packages/render/server/Renderer.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return "attribute";
      Severity: Major
      Found in packages/render/dom/props.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return "booleanAttr";
        Severity: Major
        Found in packages/render/dom/props.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

              return true;
          Severity: Major
          Found in lib/shallowCompare.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                return name.indexOf("data-") === 0 || dom[name] === void 666
                    ? "attribute"
                    : "property";
            Severity: Major
            Found in packages/render/dom/props.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                  return true;
              Severity: Major
              Found in packages/core/shallowEqual.js - About 30 mins to fix

                Function getSelection has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    getSelection: function (input) {
                        var selection;
                
                        if ("selectionStart" in input) {
                            // Modern browser with input or textarea.
                Severity: Minor
                Found in scripts/build/ReactSelection.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function getInsertPoint has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                export function getInsertPoint(fiber) {
                    let parent = fiber.parent;
                    while (fiber) {
                        if (fiber.stateNode === parent || fiber.isPortal) {
                            return null;
                Severity: Minor
                Found in packages/fiber/insertPoint.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function getNodeForCharacterOffset has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function getNodeForCharacterOffset(root, offset) {
                    var node = getLeafNode(root);
                    var nodeStart = 0;
                    var nodeEnd = 0;
                    while (node) {
                Severity: Minor
                Found in scripts/build/ReactSelection.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function createMarkupForStyles has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                export function createMarkupForStyles(styles) {
                    let serialized = '';
                    let delimiter = '';
                    for (const styleName in styles) {
                        if (!styles.hasOwnProperty(styleName)) {
                Severity: Minor
                Found in packages/render/server/style.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function contains has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                export function contains(a, b) {
                    if (b) {
                        while ((b = b.parentNode)) {
                            if (b === a) {
                                return true;
                Severity: Minor
                Found in packages/render/dom/browser.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function stripEmptyValues has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                const stripEmptyValues = function(obj) {
                  const ret = {};
                  for (const name in obj) {
                    if (!obj.hasOwnProperty(name)) {
                      continue;
                Severity: Minor
                Found in packages/render/dom/__tests__/ReactMultiChildReconcile-test.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function umd has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                (function umd(root, factory) {
                    if (typeof exports === "object" && typeof module === "object") {
                        module.exports = factory();
                    } else if (typeof define === "function" && define.amd) {
                        define([], factory);
                Severity: Minor
                Found in lib/ReactShallowRenderer.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function umd has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                (function umd(root, factory) {
                    if (typeof exports === "object" && typeof module === "object") {
                        module.exports = factory(require("react"));
                    } else if (typeof define === "function" && define.amd) {
                        define(["react"], factory);
                Severity: Minor
                Found in lib/ReactInputSelection.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function umd has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                (function umd(root, factory) {
                    if (typeof exports === "object" && typeof module === "object") {
                        module.exports = factory(require("react"));
                    } else if (typeof define === "function" && define.amd) {
                        define(["react"], factory);
                Severity: Minor
                Found in lib/ReactDOMFactories.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function innerHTML has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    actionStrategy[innerHTML] = function(dom, name, val, lastProps) {
                        let oldhtml = lastProps[name] && lastProps[name].__html;
                        let html = val && val.__html;
                        if (html !== oldhtml) {
                            //IE8-会吃掉最前面的空白
                Severity: Minor
                Found in packages/render/dom/compat.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function flattenHooks has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                function flattenHooks(key, hooks) {
                    let hookType = __type.call(hooks[0]).slice(8, -1);
                    if (hookType === "Object") {
                        // Merge objects
                        let ret = {};
                Severity: Minor
                Found in packages/core/createClass.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function umd has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                (function umd(root, factory) {
                    if (typeof exports === "object" && typeof module === "object") {
                        module.exports = factory();
                    } else if (typeof define === "function" && define.amd) {
                        define([], factory);
                Severity: Minor
                Found in lib/ReactPropTypes.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function umd has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                (function umd(root, factory) {
                    if (typeof exports === "object" && typeof module === "object") {
                        module.exports = factory(require("react"));
                    } else if (typeof define === "function" && define.amd) {
                        define(["react"], factory);
                Severity: Minor
                Found in lib/ReactBrowserEventEmitter.js - About 25 mins to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Severity
                Category
                Status
                Source
                Language