Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 19, 2025

Summary

  • Replace static SimpleDateFormat with thread-safe DateTimeFormatter in BulkScan class
  • Fixes SpotBugs warning about thread safety issues with static DateFormat instances
  • SimpleDateFormat is not thread-safe, causing potential concurrency bugs when used as a static field

Replace static SimpleDateFormat with thread-safe DateTimeFormatter in BulkScan class to fix SpotBugs warning about thread safety issues with static DateFormat instances.
@ic0ns ic0ns merged commit 9688942 into main Jun 19, 2025
11 checks passed
@ic0ns ic0ns deleted the fix-spotbugs-stcal-date-format branch June 19, 2025 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants