silentbalanceyh/vertx-zero

View on GitHub

Showing 9,050 of 9,050 total issues

Method inputAsync has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Future<Envelop> inputAsync(final Mission mission) {
        /*
         * Get income address
         * 1) If there configured income address, it means that there are some inputs came from
         *     'incomeAddress' ( For feature usage )

    Method invokeMulti has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        static Object invokeMulti(final Object proxy,
                                  final Method method,
                                  final Envelop envelop) {
            /*
             * One type dynamic here

      Method putField has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private static void putField(final JsonObject data, final Mojo mojo,
                                       final String field, final Object value) {
              /*
               * Early Loading, when the data contains the pick up field, ignore the rest
               * It means that we used the T1 table data as the major data

        Method start has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            @Override
            public void start() {
                /* 1.Call router hub to mount common **/
                final HAxis<Router> routerAxis = CACHE.CC_ROUTER.pick(
                    () -> new RouterAxis(this.vertx), RouterAxis.class.getName());

          Method criteria has 26 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public static JsonObject criteria(final JsonObject criteria, final Mojo mojo, final Set<String> ignoreSet) {
                  final JsonObject condition = new JsonObject();
                  final ConcurrentMap<String, String> mapping = joinMapping(mojo, ignoreSet);
                  for (final String field : criteria.fieldNames()) {
                      // Filter processed

            Method attack has 26 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                @Override
                public Handler<RoutingContext> attack(final Event event) {
                    return Fn.runOr(() -> (context) -> this.exec(() -> {
                        /*
                         * Build future ( data handler )

              Method to has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  @Override
                  @SuppressWarnings("all")
                  public Long to(final Object value, final Class<?> type) {
                      if (Objects.isNull(value)) {
                          /*

                Method to has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    @Override
                    public Integer to(final Object value, final Class<?> type) {
                        if (Objects.isNull(value)) {
                            /*
                             * -1 as default

                  Method to has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      @Override
                      public Short to(final Object value, final Class<?> type) {
                          if (Objects.isNull(value)) {
                              /*
                               * -1 as default

                    Method from has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        @Override
                        public void from(IUiColumn from) {
                            setKey(from.getKey());
                            setTitle(from.getTitle());
                            setDataIndex(from.getDataIndex());

                      Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          @Override
                          public int hashCode() {
                              final int prime = 31;
                              int result = 1;
                              result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

                        Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            @Override
                            public String toString() {
                                StringBuilder sb = new StringBuilder("UiField (");
                        
                                sb.append(key);

                          Method endJ has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              private static JsonObject endJ(final JsonObject params, final WTransition wTransition,
                                                             final Set<String> historySet, final TodoStatus status) {
                                  final JsonObject todoData = params.copy();
                                  final String user = todoData.getString(KName.UPDATED_BY);
                                  /*

                            Method toString has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                @Override
                                public String toString() {
                                    StringBuilder sb = new StringBuilder("UiView (");
                            
                                    sb.append(key);

                              Method from has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  @Override
                                  public void from(IUiColumn from) {
                                      setKey(from.getKey());
                                      setTitle(from.getTitle());
                                      setDataIndex(from.getDataIndex());

                                Method hashCode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    @Override
                                    public int hashCode() {
                                        final int prime = 31;
                                        int result = 1;
                                        result = prime * result + ((this.key == null) ? 0 : this.key.hashCode());

                                  Method todoAsync has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      @Override
                                      public Future<List<WTodo>> todoAsync(final JsonObject parameters, final WTask wTask, final WTicket ticket, final WTodo todo) {
                                          final ConcurrentMap<String, Task> taskMap = wTask.fork();
                                          if (taskMap.isEmpty()) {
                                              return Ux.futureL();

                                    Method from has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        @Override
                                        public void from(IEEmployee from) {
                                            setKey(from.getKey());
                                            setCompanyId(from.getCompanyId());
                                            setDeptId(from.getDeptId());

                                      Method equals has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          @Override
                                          public boolean equals(Object obj) {
                                              if (this == obj)
                                                  return true;
                                              if (obj == null)

                                        Method from has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            @Override
                                            public void from(IEEmployee from) {
                                                setKey(from.getKey());
                                                setCompanyId(from.getCompanyId());
                                                setDeptId(from.getDeptId());
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language