You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michael Bouschen (Jira)" <ji...@apache.org> on 2022/07/02 15:17:00 UTC

[jira] [Created] (JDO-817) Check Compiler warnings

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)