edgewall/trac

View on GitHub

Showing 1,050 of 1,372 total issues

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, realm, category, target, time, author=""):
Severity: Minor
Found in trac/notification/api.py - About 35 mins to fix

    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def __init__(self, pool, cnx, key, tid, log=None):
    Severity: Minor
    Found in trac/db/pool.py - About 35 mins to fix

      Function create_message_id has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def create_message_id(env, targetid, from_email, time, more=None):
      Severity: Minor
      Found in trac/notification/mail.py - About 35 mins to fix

        Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def __init__(self, env, username=None, resource=None, cache=None,
        Severity: Minor
        Found in trac/perm.py - About 35 mins to fix

          Function require has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def require(self, action, realm_or_resource=None, id=False, version=False,
          Severity: Minor
          Found in trac/web/main.py - About 35 mins to fix

            Function require has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def require(self, action, realm_or_resource=None, id=False, version=False,
            Severity: Minor
            Found in trac/perm.py - About 35 mins to fix

              Function require has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def require(self, action, realm_or_resource=None, id=False, version=False,
              Severity: Minor
              Found in trac/test.py - About 35 mins to fix

                Function update_format_by_distributor_and_sid has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def update_format_by_distributor_and_sid(cls, env, distributor, sid,
                Severity: Minor
                Found in trac/notification/model.py - About 35 mins to fix

                  Function assemble_pg_dsn has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def assemble_pg_dsn(path, user=None, password=None, host=None, port=None):
                  Severity: Minor
                  Found in trac/db/postgres_backend.py - About 35 mins to fix

                    Function get_relative_url has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def get_relative_url(env, resource, href, path='', **kwargs):
                    Severity: Minor
                    Found in trac/resource.py - About 35 mins to fix

                      Function getlist has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def getlist(self, section, key, default='', sep=',', keep_empty=False):
                      Severity: Minor
                      Found in trac/config.py - About 35 mins to fix

                        Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            def get(self, section, option, raw=False, vars=None,
                        Severity: Minor
                        Found in trac/config.py - About 35 mins to fix

                          Function move has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def move(cls, env, rule_id, priority, sid=None, authenticated=None):
                          Severity: Minor
                          Found in trac/notification/model.py - About 35 mins to fix

                            Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def __init__(self, name, type='text', size=None, key_size=None,
                            Severity: Minor
                            Found in trac/db/schema.py - About 35 mins to fix

                              Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def __init__(self, server_address, application, env_parent_dir, env_paths,
                              Severity: Minor
                              Found in trac/web/standalone.py - About 35 mins to fix

                                Function render has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def render(self, context, mimetype, content, filename=None, rev=None):
                                Severity: Minor
                                Found in trac/mimeview/patch.py - About 35 mins to fix

                                  Function generate_fragment has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def generate_fragment(self, req, filename, data, text=False, domain=None):
                                  Severity: Minor
                                  Found in trac/web/chrome.py - About 35 mins to fix

                                    Function render_fragment has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def render_fragment(self, req, filename, data, text=False, domain=None):
                                    Severity: Minor
                                    Found in trac/web/chrome.py - About 35 mins to fix

                                      Function render has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def render(self, context, mimetype, content, filename=None, rev=None):
                                      Severity: Minor
                                      Found in trac/mimeview/pygments.py - About 35 mins to fix

                                        Function get_session_attribute has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def get_session_attribute(env, sid, authenticated, name, default=None):
                                        Severity: Minor
                                        Found in trac/web/session.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language