github-advanced-security[bot] commented on code in PR #541:
URL: https://github.com/apache/datasketches-java/pull/541#discussion_r1554174613
##########
src/test/java/org/apache/datasketches/req/ReqSketchTest.java:
##########
@@ -63,7 +63,7 @@
+ " up=" + up + " hra=" + hra + " criterion=" + crit + LS);
}
final ReqSketch sk = loadSketch(k, min, max, up, hra, skDebug);
- final FloatsSortedView sv = sk.getSortedView();
+ final FloatsSketchSortedView sv = sk.getSortedView();
Review Comment:
## Unread local variable
Variable 'FloatsSketchSortedView sv' is never read.
[Show more
details](https://github.com/apache/datasketches-java/security/code-scanning/711)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]