adobe/brackets

View on GitHub

Showing 1,485 of 3,294 total issues

Avoid too many return statements within this function.
Open

                        if ( outOfRange(year, 0, 9999) ) return null;

    Avoid too many return statements within this function.
    Open

                            if ( era === null ) return null;

      Avoid too many return statements within this function.
      Open

                              if ( outOfRange(sec, 0, 59) ) return null;

        Avoid too many return statements within this function.
        Open

            return match || null;

          Avoid too many return statements within this function.
          Open

                                  return;

            Avoid too many return statements within this function.
            Open

                                    ) return null;

              Avoid too many return statements within this function.
              Open

                      return ret;

                Avoid too many return statements within this function.
                Open

                                        if ( outOfRange(min, 0, 59) ) return null;

                  Avoid too many return statements within this function.
                  Open

                              if ( result === null ) return null;

                    Avoid too many return statements within this function.
                    Open

                                if ( result.getDate() !== date ) return null;

                      Avoid too many return statements within this function.
                      Open

                              return i === al ?
                                  siblingCheck( a, bp[i], -1 ) :
                                  siblingCheck( ap[i], b, 1 );

                        Avoid too many return statements within this function.
                        Open

                                                return makeArray( context.querySelectorAll(query), extra );

                          Avoid too many return statements within this function.
                          Open

                                                  return true;

                            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

                              Avoid too many return statements within this function.
                              Open

                                      return false;
                              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 this.constructor( context ).find( selector );

                                  Avoid too many return statements within this function.
                                  Open

                                              return ret === null ?
                                                  undefined :
                                                  ret;

                                    Avoid too many return statements within this function.
                                    Open

                                                return oldSizzle(query, context, extra, seed);

                                      Avoid too many return statements within this function.
                                      Open

                                                      return ( context || rootjQuery ).find( selector );

                                        Avoid too many return statements within this function.
                                        Open

                                                        return elem[ name ];
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language