mohayonao/SCScript

View on GitHub

Showing 245 of 1,712 total issues

Avoid too many return statements within this function.
Open

            return loaderCache[id];
Severity: Major
Found in assets/escodegen.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

              return expr.value ? 'true' : 'false';
    Severity: Major
    Found in assets/escodegen.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return joined;
      Severity: Major
      Found in assets/escodegen.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return loaderCache[id];
        Severity: Major
        Found in assets/escodegen.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                        return systemRequire(originalId);
          Severity: Major
          Found in assets/escodegen.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        return {
                            type: Token.Punctuator,
                            value: '<<=',
                            lineNumber: lineNumber,
                            lineStart: lineStart,
            Severity: Major
            Found in assets/esprima.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                      return _performBinaryOpOnSeqColl$adverb$f(
                        this, $aSelector, $theOperand
                      );
              Severity: Major
              Found in src/sc/classlib/Collections/SequenceableCollection.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        return mappingA.generatedColumn - mappingB.generatedColumn;
                Severity: Major
                Found in assets/escodegen.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return loaderCache[id];
                  Severity: Major
                  Found in assets/escodegen.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                        return a - range * Math.floor((a + b) / range);
                    Severity: Major
                    Found in src/sc/libs/mathlib.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                            return function() {
                              return this.parseExpressionsWithParentheses();
                            };
                      Severity: Major
                      Found in src/sc/lang/compiler/parser/parentheses.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                              return $.Boolean(obj);
                        Severity: Major
                        Found in tools/test-utils.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                return $.Symbol(obj.substr(1));
                          Severity: Major
                          Found in tools/test-utils.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                  return $.String(obj);
                            Severity: Major
                            Found in tools/test-utils.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                        return "symbol";
                              Severity: Major
                              Found in demo/sc-mode.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                    return function() {
                                      return this.parsePartialExpressionWithParentheses();
                                    };
                                Severity: Major
                                Found in src/sc/lang/compiler/parser/parentheses.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                      return x + lo;
                                  Severity: Major
                                  Found in src/sc/libs/mathlib.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return "comment";
                                    Severity: Major
                                    Found in demo/sc-mode.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                return "number";
                                      Severity: Major
                                      Found in demo/sc-mode.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                return;
                                        Severity: Major
                                        Found in tools/grunt-tasks/typo/const.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language