hackedteam/vector-edk

View on GitHub

Showing 9,525 of 13,510 total issues

Avoid too many return statements within this function.
Open

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

    Avoid too many return statements within this function.
    Open

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

      Avoid too many return statements within this function.
      Open

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

        Avoid too many return statements within this function.
        Open

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

          Avoid too many return statements within this function.
          Open

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

            Avoid too many return statements within this function.
            Open

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

              Avoid too many return statements within this function.
              Open

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

                Avoid too many return statements within this function.
                Open

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

                  Avoid too many return statements within this function.
                  Open

                                      return context._raise_error(InvalidOperation, '0 * (+-)INF')
                  Severity: Major
                  Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return ans._fix(context)
                    Severity: Major
                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                      return context._raise_error(DivisionUndefined, '0 // 0')
                      Severity: Major
                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

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

                          Avoid too many return statements within this function.
                          Open

                                  return quotient, remainder
                          Severity: Major
                          Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    return _dec_from_triple(sign, str(base), 0)
                            Severity: Major
                            Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

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

                                Avoid too many return statements within this function.
                                Open

                                            return _dec_from_triple(result_sign, '1'+'0'*-exp, exp)
                                Severity: Major
                                Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

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

                                    Avoid too many return statements within this function.
                                    Open

                                            return self.__sub__(_dec_from_triple(0, '1', context.Etiny()-1),
                                    Severity: Major
                                    Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                              return self.__add__(_dec_from_triple(0, '1', context.Etiny()-1),
                                      Severity: Major
                                      Found in AppPkg/Applications/Python/Python-2.7.2/Lib/decimal.py - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                        return self.delimiter
                                        Severity: Major
                                        Found in AppPkg/Applications/Python/Python-2.7.2/Lib/string.py - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language