Tibor17 commented on pull request #398: URL: https://github.com/apache/maven-surefire/pull/398#issuecomment-1020276839
`new TestNgProviderInfo( null ).isApplicable()` returns `false` but `new DynamicProviderInfo( ... ).isApplicable()` always returns `true`. We have to decide whether the parameter of the constructor will be `@Nunnull` or the method `isApplicable()` would respect that parameter in its return value. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org