Description
There are tons of warnungs when running the compiler in the tck with -Xlint:unchecked. We should fix at least some of them.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
<fork>true</fork>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>