leerho commented on code in PR #708:
URL: https://github.com/apache/datasketches-java/pull/708#discussion_r2660146400


##########
src/test/java/org/apache/datasketches/thetacommon/BinomialBoundsNTest.java:
##########
@@ -22,9 +22,7 @@
 import static org.apache.datasketches.thetacommon.BinomialBoundsN.checkArgs;
 import static 
org.apache.datasketches.thetacommon.BinomialBoundsN.getLowerBound;
 import static 
org.apache.datasketches.thetacommon.BinomialBoundsN.getUpperBound;
-import static org.testng.Assert.assertEquals;
-import static org.testng.Assert.assertTrue;
-import static org.testng.Assert.fail;
+import static org.testng.Assert.*;

Review Comment:
   Starred imports are discouraged as they create namespace pollution.  
Especially here, as the number of potential imports under _org.testng.Assert.*_ 
is quite large.
   Please return to the specific imports.
   Thanks.



-- 
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]

Reply via email to