Mateusz Stefek
Mateusz Stefek
It would be nice, if we could use the "column sensing" feature of DBUnit. With this defining rows with null values wouldn't be so awkward.
W use the following plugin configuration. Everything works great, incremental compilation works fine. However, whenever one developer modifies the code and another developer pulls the changes, they need to remember...
The following Javadoc has all asterisks aligned correctly, but the `JavadocLeadingAsteriskAlign` fails. ``` /** * Foo bar bla bla code foo bar */ public static void x() { ``` ```...
In the case below, we intentionally select an overloaded version of the `warn` method that takes a single `Object` argument. The behaviour is different from the other overloads of `Logger.warn`...