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/11/27 23:01:02 UTC

[GitHub] [commons-collections] Prodigysov commented on a change in pull request #120: COLLECTIONS-737: The test FluentIterableTest.size should be splitted

Prodigysov commented on a change in pull request #120: COLLECTIONS-737: The test FluentIterableTest.size should be splitted
URL: https://github.com/apache/commons-collections/pull/120#discussion_r351529277
 
 

 ##########
 File path: src/test/java/org/apache/commons/collections4/FluentIterableTest.java
 ##########
 @@ -415,13 +415,17 @@ public void isEmpty() {
     }
 
     @Test
-    public void size() {
+    public void ofNull() {
         try {
-            FluentIterable.of((Iterable<?>) null).size();
 
 Review comment:
   cf [my reply on the JIRA issue](https://issues.apache.org/jira/browse/COLLECTIONS-737?focusedCommentId=16983996&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16983996); I have removed FluentIterableTest.ofNull.

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