nhojpatrick/nhojpatrick-hamcrest

View on GitHub

Showing 10 of 49 total issues

Method doBetweenZonedDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
Confirmed

    private static <T> Matcher<T> doBetweenZonedDateTime(final ChronoZonedDateTime after,
                                                         final CompareType afterCompareType,
                                                         final RoundingType afterRoundingType,
                                                         final ChronoZonedDateTime before,
                                                         final CompareType beforeCompareType,

    Method betweenLocalTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Confirmed

        public static <T> Matcher<T> betweenLocalTime(final LocalTime after,
                                                      final CompareType afterCompareType,
                                                      final RoundingType afterRoundingType,
                                                      final LocalTime before,
                                                      final CompareType beforeCompareType,

      Method betweenOffsetDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Confirmed

          public static <T> Matcher<T> betweenOffsetDateTime(final OffsetDateTime after,
                                                             final CompareType afterCompareType,
                                                             final RoundingType afterRoundingType,
                                                             final OffsetDateTime before,
                                                             final CompareType beforeCompareType,

        Method doBetweenLocalDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Confirmed

            private static <T> Matcher<T> doBetweenLocalDateTime(final ChronoLocalDateTime after,
                                                                 final CompareType afterCompareType,
                                                                 final RoundingType afterRoundingType,
                                                                 final ChronoLocalDateTime before,
                                                                 final CompareType beforeCompareType,

          Method betweenLocalDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Confirmed

              public static <T> Matcher<T> betweenLocalDateTime(final ChronoLocalDateTime after,
                                                                final CompareType afterCompareType,
                                                                final RoundingType afterRoundingType,
                                                                final ChronoLocalDateTime before,
                                                                final CompareType beforeCompareType,

            Method doBetweenOffsetDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Confirmed

                private static <T> Matcher<T> doBetweenOffsetDateTime(final OffsetDateTime after,
                                                                      final CompareType afterCompareType,
                                                                      final RoundingType afterRoundingType,
                                                                      final OffsetDateTime before,
                                                                      final CompareType beforeCompareType,

              Method doBetweenOffsetTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Confirmed

                  private static <T> Matcher<T> doBetweenOffsetTime(final OffsetTime after,
                                                                    final CompareType afterCompareType,
                                                                    final RoundingType afterRoundingType,
                                                                    final OffsetTime before,
                                                                    final CompareType beforeCompareType,

                Method betweenZonedDateTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Confirmed

                    public static <T> Matcher<T> betweenZonedDateTime(final ChronoZonedDateTime after,
                                                                      final CompareType afterCompareType,
                                                                      final RoundingType afterRoundingType,
                                                                      final ChronoZonedDateTime before,
                                                                      final CompareType beforeCompareType,

                  Method betweenOffsetTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Confirmed

                      public static <T> Matcher<T> betweenOffsetTime(final OffsetTime after,
                                                                     final CompareType afterCompareType,
                                                                     final RoundingType afterRoundingType,
                                                                     final OffsetTime before,
                                                                     final CompareType beforeCompareType,

                    Method doBetweenLocalTime has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Confirmed

                        private static <T> Matcher<T> doBetweenLocalTime(final LocalTime after,
                                                                         final CompareType afterCompareType,
                                                                         final RoundingType afterRoundingType,
                                                                         final LocalTime before,
                                                                         final CompareType beforeCompareType,
                      Severity
                      Category
                      Status
                      Source
                      Language