adobe/brackets

View on GitHub

Showing 3,294 of 3,294 total issues

Avoid too many return statements within this function.
Open

                        if ( outOfRange(hour, 0, 11) ) return null;

    Avoid too many return statements within this function.
    Open

                            if ( outOfRange(hour, 0, 23) ) return null;

      Avoid too many return statements within this function.
      Open

                              ) return null;

        Avoid too many return statements within this function.
        Open

                                    return rootjQuery.find( selector );

          Avoid too many return statements within this function.
          Open

                                  return true;

            Avoid too many return statements within this function.
            Open

                            return ret;

              Avoid too many return statements within this function.
              Open

                          return 1;

                Avoid too many return statements within this function.
                Open

                                            return makeArray( [], extra );

                  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 makeArray( context.querySelectorAll( "[id='" + nid + "'] " + query ), extra );

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

                            Avoid too many return statements within this function.
                            Open

                                            return value;

                              Avoid too many return statements within this function.
                              Open

                                                  return this;

                                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 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 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 elem[ name ];
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language