You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/06/07 13:29:00 UTC

[jira] [Work logged] (IO-711) Use Objects.requireNotNull for fail fast method/constructors

     [ https://issues.apache.org/jira/browse/IO-711?focusedWorklogId=607848&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-607848 ]

ASF GitHub Bot logged work on IO-711:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/21 13:28
            Start Date: 07/Jun/21 13:28
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #196:
URL: https://github.com/apache/commons-io/pull/196#issuecomment-855929320


   @boris-unckel 
   May you please rebase on master?


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 607848)
    Time Spent: 1h 20m  (was: 1h 10m)

> Use Objects.requireNotNull for fail fast method/constructors
> ------------------------------------------------------------
>
>                 Key: IO-711
>                 URL: https://issues.apache.org/jira/browse/IO-711
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Filters, Streams/Writers, Utilities
>    Affects Versions: 2.8.0
>            Reporter: Boris Unckel
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Currently some NullPointer checks are IllegalArgumentException, at other points a lot of constructor and/or method logic happens before a null pointer occurs.
> The approach is to make these places use Objects.requireNonNull(sampleObject,"sampleObject");
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)