[
https://issues.apache.org/jira/browse/IO-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409523#comment-17409523
]
Gary D. Gregory commented on IO-745:
------------------------------------
My opinion here, others may disagree: Please don't create Jira tickets for
trivial and non-functional changes, it's just more noise for me to deal with,
more steps to round trip changes.
> wrong assertNotNull
> --------------------
>
> Key: IO-745
> URL: https://issues.apache.org/jira/browse/IO-745
> Project: Commons IO
> Issue Type: Test
> Affects Versions: 2.11.0
> Reporter: Davide Angelocola
> Priority: Minor
> Attachments: 0001-fix-wrong-usage-of-assertNotNull.patch
>
>
> Greetings from long time user of this library :)
> Intellij spotted this small error in *LineIteratorTestCase*:
> {code:java}
> assertNotNull("Line expected", iterator.next());
> assertTrue(iterator.hasNext(), "More expected"); {code}
> *assertNotNull* is using "Line expected" as actual parameter.
> The right order is given in the next *assertTrue* method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)