ckeditor/ckeditor5-engine

View on GitHub

Showing 372 of 564 total issues

Avoid too many return statements within this function.
Open

                return false;
Severity: Major
Found in src/view/selection.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return null;
    Severity: Major
    Found in src/view/domconverter.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                          return firstChild;
      Severity: Major
      Found in src/view/domconverter.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return { parent: domParent, offset };
        Severity: Major
        Found in src/view/domconverter.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return null;
          Severity: Major
          Found in src/view/domconverter.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return true;
            Severity: Major
            Found in src/view/downcastwriter.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return false;
              Severity: Major
              Found in src/view/selection.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            return this._formatReturnValue( 'elementStart', parent, previousPosition, position, 1 );
                Severity: Major
                Found in src/view/treewalker.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return null;
                  Severity: Major
                  Found in src/view/domconverter.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                        return null;
                    Severity: Major
                    Found in src/view/domconverter.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          return match;
                      Severity: Major
                      Found in src/view/matcher.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                        return false;
                        Severity: Major
                        Found in src/view/downcastwriter.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                          return this._formatReturnValue( 'text', item, previousPosition, position, charactersCount );
                          Severity: Major
                          Found in src/view/treewalker.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                                return this._formatReturnValue( 'elementEnd', node, previousPosition, position );
                            Severity: Major
                            Found in src/view/treewalker.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                              return;
                              Severity: Major
                              Found in src/utils/bindtwostepcarettoattribute.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return true;
                                Severity: Major
                                Found in src/view/selection.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                                  return this._previous();
                                  Severity: Major
                                  Found in src/view/treewalker.js - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return true;
                                    Severity: Major
                                    Found in src/utils/bindtwostepcarettoattribute.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                      return { parent: domAfter, offset: INLINE_FILLER_LENGTH };
                                      Severity: Major
                                      Found in src/view/domconverter.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                            return new ViewPosition( viewBefore.parent, viewBefore.index + 1 );
                                        Severity: Major
                                        Found in src/view/domconverter.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language