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 output_byte_stream.emit(code_point - 0xFF61 - 0x21);
    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 output_byte_stream.emit(0x7E);
          Severity: Major
          Found in app/scripts/lib/encoding.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return 0xFF61 + bite - 0xA1;
            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 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);
                  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 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 0xFF61 + bite - 0x21;
                        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 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 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 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 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 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 output_byte_stream.emit(code_point - 0xFF61 + 0xA1);
                                        Severity: Major
                                        Found in app/scripts/lib/encoding.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language