Open pvliss opened 6 years ago
Error in Parameterized.get (Object object)
same here
@pvliss @mageddo
<repositories>
<repository>
<id>spring.plugins.repository</id>
<url>http://repo.spring.io/plugins-release/</url>
</repository>
</repositories>
and use version 1.74+
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.74</version>
</dependency>
Using version 1.72, an NPE is thrown when using a field of type Boolean without initializing it.
This was working normally until version 1.60.
I have not checked against other versions
Test case
Here's a simple test case that should otherwise work:
but fails with the following exception:
Workarounds: