ckeditor/ckeditor5-engine

View on GitHub

Showing 564 of 564 total issues

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

                      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.mapDomToView( domNode );
                        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/utils/bindtwostepcarettoattribute.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

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

                              Avoid too many return statements within this function.
                              Open

                                              return this._next();
                              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', parent, 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 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 new ViewPosition( viewParent, offset );
                                    Severity: Major
                                    Found in src/view/domconverter.js - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                      return this._breakAttributes( newPosition, forceSplitText );
                                      Severity: Major
                                      Found in src/view/downcastwriter.js - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                        return this._breakAttributes( newPosition, forceSplitText );
                                        Severity: Major
                                        Found in src/view/downcastwriter.js - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language