findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-1002414478
@Tibor17 thanks for your feedback. I am reading the intentions as follows: - if `setIndex` is not found and `XmlClass(String.class, int.class)` is not found, instantiate via `XmlClass(String.class)` -- i.e. what we do today in `master` - else if `setIndex` is found, instantiate via `XmlClass(String.class)` and call `setIndex` -- i.e. what this PR used to do - else instantiate via `XmlClass(String.class, int.class)` -- 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]
