valkey-io/valkey-glide

Java: Fix SpotBugs issues

Open

#2,612 opened on Nov 5, 2024

View on GitHub
 (4 comments) (0 reactions) (2 assignees)Java (166 forks)auto 404
Task 🔧Unstaledgood first issuejava ☕testing 🧪

Repository metrics

Stars
 (762 stars)
PR merge metrics
 (PR metrics pending)

Description

Fix all issues reported by SpotBugs.

Currently we have ignoreFailures = true in client's build.gradle. After flip it to false, as well as filtered out auto generated protobuf code, we now have 90 bugs reported, all of them are P2.

image

Contributor guide