Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-817

Check Compiler warnings

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • JDO 3.2.1
    • JDO 3.2.2, JDO 3.3
    • api, tck
    • None

    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>

      Attachments

        Activity

          People

            mbo Michael Bouschen
            mbo Michael Bouschen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: