Explore
276-300 of 300
Use hasSizeLessThan for size comparison of collection
Use hasSizeLessThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThan for size comparison of collection
Use hasSizeLessThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThanOrEqualTo for size comparison of collection
Use hasSizeLessThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThanOrEqualTo for size comparison of collection
Use hasSizeLessThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking empty Collection
Use isEmpty for checking empty Collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking empty Collection
Use isEmpty for checking empty Collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking for collection with no elements
Use isEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking for collection with no elements
Use isEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isEqualTo instead of equals isTrue
Use isEqualTo instead of equals isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use isEqualTo instead of == isTrue
Use isEqualTo instead of == isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use isFalse rather than isEqualTo(false)
Use isFalse rather than isEqualTo(false)
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEmpty for checking for collection with no elements
Use isNotEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEmpty for checking for collection with no elements
Use isNotEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEmpty for checking for collection with some elements
Use isNotEmpty for checking for collection with some elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEmpty for checking non-empty Collection
Use isNotEmpty for checking non-empty Collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEqualTo instead of equals isFalse
Use isNotEqualTo instead of equals isFalse
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEqualTo instead of !equals isTrue
Use isNotEqualTo instead of !equals isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEqualTo instead of == isFalse
Use isNotEqualTo instead of == isFalse
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotEqualTo instead of != isTrue
Use isNotEqualTo instead of != isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use isNotNull rather than isNotEqualTo(null)
Use isNotNull rather than isNotEqualTo(null)
- warning
- java
- AssertJ
- framework specific
- quality
Use isNull rather than isEqualTo(null)
Use isNull rather than isEqualTo(null)
- warning
- java
- AssertJ
- framework specific
- quality
Use isTrue rather than isEqualTo(true)
Use isTrue rather than isEqualTo(true)
- warning
- java
- AssertJ
- framework specific
- quality
Use matches(pattern) instead of matches(Pattern.compile(pattern))
Use matches(pattern) instead of matches(Pattern.compile(pattern))
- warning
- java
- AssertJ
- framework specific
- quality
Use requestMapping on public methods
RequestMapping should not be used on non-public methods
- warning
- java
- Spring
- framework specific
- web
- Spring Web
- quality
Use the Region enum
AWS recommends to use one of the constants in the Regions enum
- warning
- java
- framework specific
- AWS
- quality