01Detects direct reactive blocking calls like .block(), .blockFirst(), and .toFuture().get()
02Identifies thread-blocking operations including Thread.sleep(), synchronized blocks, and monitor waits
03Flags blocking I/O and legacy JDBC/JPA calls within reactive contexts
04Provides context-aware analysis for Virtual Threads and StructuredTaskScope
05Generates detailed reports with severity ratings and code fix recommendations
062 GitHub stars