gemmellr commented on PR #4902: URL: https://github.com/apache/activemq-artemis/pull/4902#issuecomment-2074641040
I started doing equivalent updates and though the assertNull changes definitely make sense, its not clear a lot of the assertTrue/assertFalse changes necessarily do. They are mostly checking Boolean (rather than boolean) return values, so by changing them to assertTrue/assertFalse they are potentially just going to throw an NPE before the assertion actually happens. I'd be inclined to leave those ones as-is. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
