Explore

Filters (0) Clear filters
Languages
Level
Tags

351-371 of 371

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 SSLSocket instead of Socket/ServerSocket

Use SSLSocket instead of Socket/ServerSocket

  • warning
  • java
  • security
  • web
  • SEI CERT
Use .stronger() for a more secure alternative

Encryptors.stronger() is more secure than Encryptors.standard()

  • warning
  • java
  • Spring
  • security
  • framework specific
  • Spring Security
Use the Region enum

AWS recommends to use one of the constants in the Regions enum

  • warning
  • java
  • framework specific
  • AWS
  • quality
Validate Zip Entries

Ensure the zip entry is validated for nesting depth and size

  • warning
  • java
  • security
  • Java basic
WebView Best Practices: Do not allow access to local resources

Avoid targeting local resources

  • warning
  • java
  • security
  • framework specific
  • mobile
  • Android
X509: Disabled validation in TrustManager

A TrustManager has overridden the getAcceptedIssuers method, and only returns null.

  • warning
  • java
  • security
  • web
  • TLS
  • OWASP Top 10