gdbots/schemas

View on GitHub

Showing 196 of 368 total issues

Function defineSchema has 107 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static defineSchema() {
    return new Schema(this.SCHEMA_ID, this,
      [
        Fb.create('event_id', T.TimeUuidType.create())
          .required()
Severity: Major
Found in build/js/src/gdbots/ncr/event/NodeUpdatedV1.js - About 4 hrs to fix

    Method defineSchema has 107 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected static function defineSchema(): Schema
        {
            return new Schema(self::SCHEMA_ID, __CLASS__,
                [
                    Fb::create('event_id', T\TimeUuidType::create())
    Severity: Major
    Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodeUpdatedV1.php - About 4 hrs to fix

      Method defineSchema has 96 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          protected static function defineSchema(): Schema
          {
              return new Schema(self::SCHEMA_ID, __CLASS__,
                  [
                      Fb::create('request_id', T\UuidType::create())
      Severity: Major
      Found in build/php/src/Gdbots/Schemas/Iam/Request/SearchUsersRequestV1.php - About 3 hrs to fix

        Function defineSchema has 96 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          static defineSchema() {
            return new Schema(this.SCHEMA_ID, this,
              [
                Fb.create('request_id', T.UuidType.create())
                  .required()
        Severity: Major
        Found in build/js/src/gdbots/iam/request/SearchUsersRequestV1.js - About 3 hrs to fix

          Method defineSchema has 91 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              protected static function defineSchema(): Schema
              {
                  return new Schema(self::SCHEMA_ID, __CLASS__,
                      [
                          Fb::create('request_id', T\UuidType::create())
          Severity: Major
          Found in build/php/src/Gdbots/Schemas/Iam/Request/SearchRolesRequestV1.php - About 3 hrs to fix

            Function defineSchema has 91 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              static defineSchema() {
                return new Schema(this.SCHEMA_ID, this,
                  [
                    Fb.create('request_id', T.UuidType.create())
                      .required()
            Severity: Major
            Found in build/js/src/gdbots/iam/request/SearchRolesRequestV1.js - About 3 hrs to fix

              Function defineSchema has 91 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                static defineSchema() {
                  return new Schema(this.SCHEMA_ID, this,
                    [
                      Fb.create('request_id', T.UuidType.create())
                        .required()
              Severity: Major
              Found in build/js/src/gdbots/iam/request/SearchAppsRequestV1.js - About 3 hrs to fix

                Method defineSchema has 91 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    protected static function defineSchema(): Schema
                    {
                        return new Schema(self::SCHEMA_ID, __CLASS__,
                            [
                                Fb::create('request_id', T\UuidType::create())
                Severity: Major
                Found in build/php/src/Gdbots/Schemas/Iam/Request/SearchAppsRequestV1.php - About 3 hrs to fix

                  Function defineSchema has 90 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    static defineSchema() {
                      return new Schema(this.SCHEMA_ID, this,
                        [
                          Fb.create('event_id', T.TimeUuidType.create())
                            .required()
                  Severity: Major
                  Found in build/js/src/gdbots/ncr/event/NodeRenamedV1.js - About 3 hrs to fix

                    Method defineSchema has 90 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        protected static function defineSchema(): Schema
                        {
                            return new Schema(self::SCHEMA_ID, __CLASS__,
                                [
                                    Fb::create('event_id', T\TimeUuidType::create())
                    Severity: Major
                    Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodeRenamedV1.php - About 3 hrs to fix

                      Function defineSchema has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                        static defineSchema() {
                          return new Schema(this.SCHEMA_ID, this,
                            [
                              Fb.create('event_id', T.TimeUuidType.create())
                                .required()
                      Severity: Major
                      Found in build/js/src/gdbots/ncr/event/NodeTagsUpdatedV1.js - About 3 hrs to fix

                        Function defineSchema has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          static defineSchema() {
                            return new Schema(this.SCHEMA_ID, this,
                              [
                                Fb.create('event_id', T.TimeUuidType.create())
                                  .required()
                        Severity: Major
                        Found in build/js/src/gdbots/ncr/event/NodeLabelsUpdatedV1.js - About 3 hrs to fix

                          Method defineSchema has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              protected static function defineSchema(): Schema
                              {
                                  return new Schema(self::SCHEMA_ID, __CLASS__,
                                      [
                                          Fb::create('event_id', T\TimeUuidType::create())
                          Severity: Major
                          Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodeLabelsUpdatedV1.php - About 3 hrs to fix

                            Method defineSchema has 89 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                protected static function defineSchema(): Schema
                                {
                                    return new Schema(self::SCHEMA_ID, __CLASS__,
                                        [
                                            Fb::create('event_id', T\TimeUuidType::create())
                            Severity: Major
                            Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodeTagsUpdatedV1.php - About 3 hrs to fix

                              Function defineSchema has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                static defineSchema() {
                                  return new Schema(this.SCHEMA_ID, this,
                                    [
                                      Fb.create('event_id', T.TimeUuidType.create())
                                        .required()
                              Severity: Major
                              Found in build/js/src/gdbots/ncr/event/NodePublishedV1.js - About 3 hrs to fix

                                Function defineSchema has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                  static defineSchema() {
                                    return new Schema(this.SCHEMA_ID, this,
                                      [
                                        Fb.create('event_id', T.TimeUuidType.create())
                                          .required()
                                Severity: Major
                                Found in build/js/src/gdbots/ncr/event/NodeScheduledV1.js - About 3 hrs to fix

                                  Method defineSchema has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      protected static function defineSchema(): Schema
                                      {
                                          return new Schema(self::SCHEMA_ID, __CLASS__,
                                              [
                                                  Fb::create('event_id', T\TimeUuidType::create())
                                  Severity: Major
                                  Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodeScheduledV1.php - About 3 hrs to fix

                                    Method defineSchema has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        protected static function defineSchema(): Schema
                                        {
                                            return new Schema(self::SCHEMA_ID, __CLASS__,
                                                [
                                                    Fb::create('event_id', T\TimeUuidType::create())
                                    Severity: Major
                                    Found in build/php/src/Gdbots/Schemas/Ncr/Event/NodePublishedV1.php - About 3 hrs to fix

                                      Function defineSchema has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                        static defineSchema() {
                                          return new Schema(this.SCHEMA_ID, this,
                                            [
                                              Fb.create('event_id', T.TimeUuidType.create())
                                                .required()
                                      Severity: Major
                                      Found in build/js/src/gdbots/ncr/event/NodeMarkedAsPendingV1.js - About 3 hrs to fix

                                        Function defineSchema has 84 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                          static defineSchema() {
                                            return new Schema(this.SCHEMA_ID, this,
                                              [
                                                Fb.create('event_id', T.TimeUuidType.create())
                                                  .required()
                                        Severity: Major
                                        Found in build/js/src/gdbots/ncr/event/NodeExpiredV1.js - About 3 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language