yoichiro/chrome_mysql_admin

View on GitHub

Showing 215 of 375 total issues

Avoid too many return statements within this function.
Open

          return null;
Severity: Major
Found in app/scripts/lib/encoding.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return encoderError(code_point);
    Severity: Major
    Found in app/scripts/lib/encoding.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return decoderError(fatal);
      Severity: Major
      Found in app/scripts/lib/encoding.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                  return decoderError(fatal);
        Severity: Major
        Found in app/scripts/lib/encoding.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                    return EOF_code_point;
          Severity: Major
          Found in app/scripts/lib/encoding.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return output_byte_stream.emit(0x1B, 0x24, 0x42);
            Severity: Major
            Found in app/scripts/lib/encoding.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                      return decoderError(fatal);
              Severity: Major
              Found in app/scripts/lib/encoding.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                          return null;
                Severity: Major
                Found in app/scripts/lib/encoding.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                        return output_byte_stream.emit(lead, trail);
                  Severity: Major
                  Found in app/scripts/lib/encoding.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return decoderError(fatal);
                    Severity: Major
                    Found in app/scripts/lib/encoding.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return encoderError(code_point);
                      Severity: Major
                      Found in app/scripts/lib/encoding.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                              return output_byte_stream.emit(lead, trail);
                        Severity: Major
                        Found in app/scripts/lib/encoding.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return null;
                          Severity: Major
                          Found in app/scripts/lib/encoding.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                      return decoderError(fatal, 0x000A);
                            Severity: Major
                            Found in app/scripts/lib/encoding.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                        return code_point;
                              Severity: Major
                              Found in app/scripts/lib/encoding.js - About 30 mins to fix
                                Severity
                                Category
                                Status
                                Source
                                Language