Stefano Cordio

Results 595 comments of Stefano Cordio

@PhilipIngham thanks for jumping on it! > In the Oracle Javadoc, it mentions a convention around multiple `@throws` tags to be in alphabetical order - [order of multiple tags](https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#orderingmultipletags). Is...

I was checking what Checkstyle offers and spotted the following: * https://checkstyle.org/checks/javadoc/index.html * https://checkstyle.org/checks/javadoc/atclauseorder.html

Mostly because of the smaller footprint of transitive dependencies, kind of related to spring-cloud/spring-cloud-commons#1260

So, if I got it correctly, something like: ```java @SpringBootTest @ConfigureWireMock // default instance on random port class MyTests { ... } ``` but also: ```java @SpringBootTest @ConfigureWireMock(name = "server1",...

Would you prefer to look into this topic by yourself or should I give it a try in the upcoming days? I assume you're not in a rush as I...

Thanks for getting back to me, @tomasbjerre! I'll try out the current build and give feedback. And congrats to @maciejwalkowiak for getting his project into WireMock!

@tomasbjerre successfully tested and integrated in scordio/spring-batch-notion#25. Thanks!

@marcphilipp @sbrannen if I understood it correctly, the usage of `namedArguments` won't require setting any additional attribute for `@ParameterizedTest`, right?