Michael Bouschen created JDO-817:
------------------------------------

             Summary: Check Compiler warnings
                 Key: JDO-817
                 URL: https://issues.apache.org/jira/browse/JDO-817
             Project: JDO
          Issue Type: Task
          Components: api, tck
    Affects Versions: JDO 3.2.1
            Reporter: Michael Bouschen


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>}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to