github-code-scanning[bot] commented on code in PR #14860: URL: https://github.com/apache/druid/pull/14860#discussion_r1297058283
########## processing/src/main/java/org/apache/druid/math/expr/BinaryLogicalOperatorExpr.java: ########## @@ -29,6 +29,11 @@ import javax.annotation.Nullable; import java.util.Objects; +final class BinaryLogicalOperatorExpr Review Comment: ## Unused classes and interfaces Unused class: BinaryLogicalOperatorExpr is not referenced within this codebase. If not used as an external API it should be removed. [Show more details](https://github.com/apache/druid/security/code-scanning/5698) ########## processing/src/main/java/org/apache/druid/math/expr/BinaryMathOperatorExpr.java: ########## @@ -31,6 +31,11 @@ // math operators live here +final class BinaryMathOperatorExpr Review Comment: ## Unused classes and interfaces Unused class: BinaryMathOperatorExpr is not referenced within this codebase. If not used as an external API it should be removed. [Show more details](https://github.com/apache/druid/security/code-scanning/5699) ########## processing/src/main/java/org/apache/druid/math/expr/FunctionalExpr.java: ########## @@ -30,6 +30,11 @@ import java.util.Set; import java.util.stream.Collectors; +final class FunctionalExpr Review Comment: ## Unused classes and interfaces Unused class: FunctionalExpr is not referenced within this codebase. If not used as an external API it should be removed. [Show more details](https://github.com/apache/druid/security/code-scanning/5700) ########## processing/src/main/java/org/apache/druid/math/expr/UnaryOperatorExpr.java: ########## @@ -32,6 +32,12 @@ import java.math.BigInteger; import java.util.Objects; + +final class UnaryOperatorExpr Review Comment: ## Unused classes and interfaces Unused class: UnaryOperatorExpr is not referenced within this codebase. If not used as an external API it should be removed. [Show more details](https://github.com/apache/druid/security/code-scanning/5701) -- 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]
