Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-2698

HiveWriter checkstyle violation in Javadoc

    XMLWordPrintableJSON

Details

    Description

      There is a checkstyle violation in HiveWriter.java – in the Javadoc, a static inner class is referenced but the class information cannot be loaded.

      [INFO] --- maven-checkstyle-plugin:2.15:check (default-cli) @ nifi-hive-processors ---
      [WARNING] src/main/java/org/apache/nifi/util/hive/HiveWriter.java[102:20] (javadoc) JavadocMethod: Unable to get class information for @throws tag 'WriteFailure'.
      ...
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (default-cli) on project nifi-hive-processors: You have 1 Checkstyle violation. -> [Help 1]
      

      There are instructions to suppress this error type by modifying checkstyle.xml [1].

      <module name="RedundantThrows">
          <property name="suppressLoadErrors" value="true"/>
      </module>
      

      [1] http://stackoverflow.com/a/35733030/70465

      Attachments

        Activity

          People

            alopresto Andy LoPresto
            alopresto Andy LoPresto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: