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 2022/11/07 21:03:59 UTC

[GitHub] [commons-collections] XenoAmess opened a new pull request, #359: add function CollectionUtils.sizeIsNotEmpty

XenoAmess opened a new pull request, #359:
URL: https://github.com/apache/commons-collections/pull/359

   as it is really useful sometimes.


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-collections] XenoAmess commented on pull request #359: add function CollectionUtils.sizeIsNotEmpty

Posted by GitBox <gi...@apache.org>.
XenoAmess commented on PR #359:
URL: https://github.com/apache/commons-collections/pull/359#issuecomment-1308504483

   when you need a lambda or functional interface you will see it useful.


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-collections] aherbert commented on pull request #359: add function CollectionUtils.sizeIsNotEmpty

Posted by GitBox <gi...@apache.org>.
aherbert commented on PR #359:
URL: https://github.com/apache/commons-collections/pull/359#issuecomment-1307944271

   Adding:
   ```Java
   CollectionUtils.sizeIsNotEmpty(object)
   ```
   to avoid the existing:
   ```Java
   !CollectionUtils.sizeIsEmpty(object)
   ```
   seems like code bloat to me.


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-collections] garydgregory commented on pull request #359: add function CollectionUtils.sizeIsNotEmpty

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #359:
URL: https://github.com/apache/commons-collections/pull/359#issuecomment-1307968259

   I agree with @aherbert 
   -1


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-collections] garydgregory closed pull request #359: add function CollectionUtils.sizeIsNotEmpty

Posted by GitBox <gi...@apache.org>.
garydgregory closed pull request #359: add function CollectionUtils.sizeIsNotEmpty
URL: https://github.com/apache/commons-collections/pull/359


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-collections] garydgregory commented on pull request #359: add function CollectionUtils.sizeIsNotEmpty

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #359:
URL: https://github.com/apache/commons-collections/pull/359#issuecomment-1365913335

   Closing per comments and no feedback.
   


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org