You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/09/28 02:52:22 UTC

[GitHub] [commons-lang] Stzx commented on a change in pull request #462: General Code Cleanup

Stzx commented on a change in pull request #462: General Code Cleanup
URL: https://github.com/apache/commons-lang/pull/462#discussion_r329293839
 
 

 ##########
 File path: src/test/java/org/apache/commons/lang3/RandomUtilsTest.java
 ##########
 @@ -40,7 +39,7 @@
 
     @Test
     public void testConstructor() {
-        assertNotNull(new RandomUtils());
 
 Review comment:
   If you clear the assertion, it seems useless to keep an expression for the new object.
   
   If not used, it should be removed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services