Explore

Filters (0) Clear filters
Languages
Level
Tags

1-16 of 16

Convert Return type to java.time.DateTimeFormatter

Convert Return type to java.time.DateTimeFormatter

  • warning
  • java
  • kotlin
  • framework specific
  • java.time
  • Joda-Time
  • quality
Field injection is not recommended

Field injection is not recommended, because the list of required dependencies are unclear during instance creation. This makes testing more difficult and could lead to runtime exceptions when the bean is instantiated without spring.

  • info
  • java
  • kotlin
  • Spring
  • Spring Core
  • dependency injection
  • framework specific
  • quality
Field injection is not recommended (lombok)

Field injection is not recommended, because the list of required dependencies are unclear during instance creation. This makes testing more difficult and could lead to runtime exceptions when the bean is instantiated without spring.

  • info
  • java
  • kotlin
  • Spring
  • Spring Core
  • dependency injection
  • framework specific
  • Lombok
  • quality
JUnit 4: Incorrect method signature for annotation

The annotations on this method require it to have a void return type and not be private.

  • error
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 4
  • quality
JUnit 4: Incorrect method signature for annotation (Class)

The annotations on this method require it to have a void return type, not be private, and be static.

  • error
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 4
  • quality
JUnit 5: Incorrect method signature for annotation (All)

The annotations on this method require it to have a void return type, not be private, and be static.

  • error
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 5
  • quality
JUnit 5: Incorrect method signature for annotation (Each)

The annotations on this method require it to have a void return type, not be private, and not be static.

  • error
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 5
  • quality
JUnit 5: MethodSourceProvider should be static

Methods that return a Stream of Arguments should be as static

  • error
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 5
  • quality
JUnit 5: Test method cannot be private.

JUnit tests methods cannot be private. This test will not be ran as a test.

  • warning
  • java
  • kotlin
  • testing
  • framework specific
  • JUnit 5
  • quality
Migrate DateTimeZone return type to java.time

Migrate DateTimeZone return type to java.time

  • warning
  • java
  • kotlin
  • framework specific
  • java.time
  • Joda-Time
  • quality
Migrate return type to java.time

Migrate return type to java.time

  • warning
  • java
  • kotlin
  • java.time
  • java.util.Date
  • quality
Migrate return type to java.time

Migrate return type to java.time

  • warning
  • java
  • kotlin
  • java.time
  • java.util.Calendar
  • quality
Security Misconfiguration: StrictHttpFirewall: Avoid DefaultHttpFirewall (method return type)

Using DefaultHttpFirewall may lead to security flaws

  • warning
  • java
  • kotlin
  • Spring
  • security
  • framework specific
  • Spring Security
  • web
Spring Security recommends DelegatingPasswordEncoder for best practices (Bean)

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • kotlin
  • Spring
  • security
  • framework specific
  • Spring Security
Spring Security recommends DelegatingPasswordEncoder for best practices (Bean - BCrypt)

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • kotlin
  • Spring
  • security
  • framework specific
  • Spring Security
Vulnerable Log4j version - Log4Shell/CVE-2021-44228/CVE-2021-45046/CVE-2021-45105

Vulnerable Log4j version - Log4Shell/CVE-2021-44228/CVE-2021-45046/CVE-2021-45105

  • error
  • java
  • kotlin
  • Log4j
  • OWASP Top 10
  • SLF4J
  • basic protection set
  • framework specific
  • injection
  • logging
  • security