Explore
251-275 of 300
SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Trace)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Warning)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Trace)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Warning)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: Replace java.util.logging with SLF4J (Trace)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: Replace java.util.logging with SLF4J (Warning)
Standardise on SLF4J by replacing this call
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: System.err
Replace System.err.print.* with consistent SLF4J error logging
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
SLF4J Logging: System.out
Replace System.out.print.* with consistent SLF4J error logging
- marked_information
- java
- SLF4J
- framework specific
- logging
- quality
Spring recommendation: @(Rest)Controller, @Service, @Repository should be singletons
Classes annotated with @(Rest)Controller, @Service, @Repository should have a singleton scope
- warning
- java
- web
- framework specific
- Spring Boot
- Spring
- quality
String.format return value being ignored
A call to String.format is being made without the return value being used
- warning
- java
- Java basic
- quality
System.err consistent Java Logger logging
Replace System.err.print.* with consistent Java Logger error logging
- marked_information
- java
- framework specific
- logging
- Logger
- quality
System.out consistent Java Logger logging
Replace System.out.print.* with consistent Java Logger error logging
- marked_information
- java
- framework specific
- logging
- Logger
- quality
Test framework: Enforce @Rule annotation for a JUnitSoftAssertions field
A JUnitSoftAssertions field always need to have the @Rule annotation
- error
- java
- testing
- framework specific
- JUnit 4
- quality
Use assertThat(Specific)Exception
Use assertThat(Specific)Exception
- warning
- java
- AssertJ
- framework specific
- quality
Use composed requestmapping annotations
Improve readability by using Spring's composed annotations
- info
- java
- Spring
- framework specific
- web
- Spring Web
- quality
Use contains instead of contains isTrue
Use contains instead of contains isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSameSizeAs for comparing Collection sizes
Use hasSameSizeAs for comparing Collection sizes
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSameSizeAs for comparing to another collection's size
Use hasSameSizeAs for comparing to another collection's size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSize for checking Collection size
Use hasSize for checking Collection size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality