Noosfero/noosfero

View on GitHub

Showing 1,031 of 1,643 total issues

Avoid too many return statements within this function.
Open

                else { return obj.parentsUntil(".jstree","li").next("li").eq(0); }

    Avoid too many return statements within this function.
    Open

                return 0;

      Avoid too many return statements within this function.
      Open

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

        Avoid too many return statements within this function.
        Open

                return event.result;

          Avoid too many return statements within this function.
          Open

                          return results;

            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 {
                        top: box.top  + scrollTop  - clientTop,
                        left: box.left + scrollLeft - clientLeft
                    };

                  Avoid too many return statements within this function.
                  Open

                          return this.each(function () {
                              // parse options passed via data-* attributes:
                              var data = {};
                              if (this.lang) data.language = this.lang;
                              for (var i = 0, attrs = this.attributes; i < attrs.length; ++ i) {

                    Avoid too many return statements within this function.
                    Open

                                return rootjQuery.ready( selector );

                      Avoid too many return statements within this function.
                      Open

                                      return elem[ name ];

                        Avoid too many return statements within this function.
                        Open

                                                return this.find('.'+(options.services[arg].class_name||arg)+' .switch').hasClass('off');

                          Avoid too many return statements within this function.
                          Open

                                          return ret;

                            Avoid too many return statements within this function.
                            Open

                                        return ret === null ?
                                            undefined :
                                            ret;

                              Avoid too many return statements within this function.
                              Open

                                          return;

                                Avoid too many return statements within this function.
                                Open

                                                        return results;

                                  Avoid too many return statements within this function.
                                  Open

                                      return select( selector.replace( rtrim, "$1" ), context, results, seed, xml );

                                    Avoid too many return statements within this function.
                                    Open

                                                return 1;

                                      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 results;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language