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:18:00 UTC

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

     [ https://issues.apache.org/jira/browse/JDO-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bouschen reassigned JDO-817:
------------------------------------

    Assignee: Michael Bouschen

> 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
>            Assignee: Michael Bouschen
>            Priority: Major
>
> 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)