You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "sebbASF (via GitHub)" <gi...@apache.org> on 2023/10/08 14:31:02 UTC

[PR] contentEquals does not throw NullPointerException [commons-io]

sebbASF opened a new pull request, #496:
URL: https://github.com/apache/commons-io/pull/496

   If either stream is null, contentEquals returns false


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


Re: [PR] contentEquals does not throw NullPointerException [commons-io]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #496:
URL: https://github.com/apache/commons-io/pull/496#issuecomment-1752043732

   ## [Codecov](https://app.codecov.io/gh/apache/commons-io/pull/496?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#496](https://app.codecov.io/gh/apache/commons-io/pull/496?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (823682c) into [master](https://app.codecov.io/gh/apache/commons-io/commit/405c34ae81675eb9fe4580e64ea9d9c7f71823e9?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (405c34a) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master     #496      +/-   ##
   ============================================
   + Coverage     84.88%   84.89%   +0.01%     
   - Complexity     3382     3383       +1     
   ============================================
     Files           228      228              
     Lines          8116     8116              
     Branches        961      961              
   ============================================
   + Hits           6889     6890       +1     
     Misses          964      964              
   + Partials        263      262       -1     
   ```
   
   
   | [Files](https://app.codecov.io/gh/apache/commons-io/pull/496?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [src/main/java/org/apache/commons/io/IOUtils.java](https://app.codecov.io/gh/apache/commons-io/pull/496?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvaW8vSU9VdGlscy5qYXZh) | `86.78% <ø> (ø)` | |
   
   ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/apache/commons-io/pull/496/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


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

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


Re: [PR] [Javadoc] IOUtils#contentEquals does not throw NullPointerException [commons-io]

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory merged PR #496:
URL: https://github.com/apache/commons-io/pull/496


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