adobe/brackets

View on GitHub

Showing 1,485 of 3,294 total issues

Avoid too many return statements within this function.
Open

                return ret;

    Avoid too many return statements within this function.
    Open

                    return siblingCheck( ap[i], bp[i] );

      Avoid too many return statements within this function.
      Open

              return result.promise();
      Severity: Major
      Found in src/extensions/default/JavaScriptRefactoring/RenameIdentifier.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return null;
        Severity: Major
        Found in src/extensions/default/SVGCodeHints/main.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      return ret;

            Avoid too many return statements within this function.
            Open

                    return event.result;

              Avoid too many return statements within this function.
              Open

                                      return diff === 0;

                Avoid too many return statements within this function.
                Open

                                            return makeArray( [], extra );

                  Avoid too many return statements within this function.
                  Open

                              return 1;

                    Avoid too many return statements within this function.
                    Open

                                                return makeArray( context.querySelectorAll( "[id='" + nid + "'] " + query ), extra );

                      Avoid too many return statements within this function.
                      Open

                                  return parentExpn;
                      Severity: Major
                      Found in src/extensions/default/JavaScriptRefactoring/RefactoringUtils.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                                    return rootjQuery.find( selector );

                          Avoid too many return statements within this function.
                          Open

                                              return this;

                            Avoid too many return statements within this function.
                            Open

                                    return jQuery.makeArray( selector, this );

                              Avoid too many return statements within this function.
                              Open

                                          return;

                                Avoid too many return statements within this function.
                                Open

                                                        return ( diff % first === 0 && diff / first >= 0 );

                                  Avoid too many return statements within this function.
                                  Open

                                              return {
                                                  hints: formatHints(result, needle),
                                                  match: null, // the CodeHintManager should not format the results
                                                  selectInitial: selectInitial,
                                                  handleWideResults: false
                                  Severity: Major
                                  Found in src/extensions/default/CSSCodeHints/main.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return rootjQuery.ready( selector );

                                      Avoid too many return statements within this function.
                                      Open

                                                      return value;

                                        Avoid too many return statements within this function.
                                        Open

                                                return null;
                                        Severity: Major
                                        Found in src/extensions/default/CSSCodeHints/main.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language