hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Avoid too many return statements within this function.
Open

        return 'instance of ' + thing.__class__.__name__
Severity: Major
Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return type(thing).__name__
    Severity: Major
    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return self.docother(*args)
      Severity: Major
      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                        return "[]", True, False
        Severity: Major
        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pprint.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return "()", True, False
          Severity: Major
          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pprint.py - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return format % _commajoin(components), readable, recursive
            Severity: Major
            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pprint.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return self.trace_dispatch
              Severity: Major
              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        return 'getset descriptor %s.%s.%s' % (
                Severity: Major
                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return 'member descriptor %s.%s.%s' % (
                  Severity: Major
                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                return module.__name__ == object.__module__
                    Severity: Major
                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/doctest.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return 'function ' + thing.__name__
                      Severity: Major
                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                            return True
                        Severity: Major
                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                              return True
                          Severity: Major
                          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/doctest.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                        return 'Expected nothing\nGot nothing\n'
                            Severity: Major
                            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/doctest.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                      return lambda text: pipepager(text, 'less')
                              Severity: Major
                              Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                return getattr(top_module, parts[1])
                                Severity: Major
                                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/imputil.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return False
                                  Severity: Major
                                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                            return True
                                    Severity: Major
                                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/robotparser.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                  return self.trace_dispatch
                                      Severity: Major
                                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/bdb.py - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                    return lambda text: pipepager(text, os.environ['PAGER'])
                                        Severity: Major
                                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc.py - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language