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

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

                Author: ASF GitHub Bot
            Created on: 14/Jun/21 08:04
            Start Date: 14/Jun/21 08:04
    Worklog Time Spent: 10m 
      Work Description: boris-unckel closed pull request #196:
URL: https://github.com/apache/commons-io/pull/196


   


-- 
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 610546)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  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)

Reply via email to