You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2016/10/18 23:57:58 UTC

[jira] [Resolved] (NIFI-2698) HiveWriter checkstyle violation in Javadoc

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

Andy LoPresto resolved NIFI-2698.
---------------------------------
       Resolution: Cannot Reproduce
         Assignee: Andy LoPresto
    Fix Version/s: 1.1.0

Went to work on this today and cannot reproduce it, either with a {{contrib-check}} build on the entire project or the specific module. Closing as {{Cannot Reproduce}}. 

{code}
hw12203:/Users/alopresto/Workspace/nifi (NIFI-2698) alopresto
🔓 51s @ 16:56:28 $ cd nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/
hw12203:...resto/Workspace/nifi/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors (NIFI-2698) alopresto
🔓 9s @ 16:56:38 $ mck
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building nifi-hive-processors 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:2.15:check (default-cli) @ nifi-hive-processors ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.680 s
[INFO] Finished at: 2016-10-18T16:56:44-07:00
[INFO] Final Memory: 29M/981M
[INFO] ------------------------------------------------------------------------
hw12203:...resto/Workspace/nifi/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors (NIFI-2698) alopresto
🔓 6s @ 16:56:45 $
{code}

> HiveWriter checkstyle violation in Javadoc
> ------------------------------------------
>
>                 Key: NIFI-2698
>                 URL: https://issues.apache.org/jira/browse/NIFI-2698
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Documentation & Website
>    Affects Versions: 1.0.0
>            Reporter: Andy LoPresto
>            Assignee: Andy LoPresto
>            Priority: Trivial
>              Labels: beginner, checkstyle
>             Fix For: 1.1.0
>
>
> There is a checkstyle violation in {{HiveWriter.java}} -- in the Javadoc, a static inner class is referenced but the class information cannot be loaded. 
> {code}
> [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]
> {code}
> There are instructions to suppress this error type by modifying {{checkstyle.xml}} [1]. 
> {code}
> <module name="RedundantThrows">
>     <property name="suppressLoadErrors" value="true"/>
> </module>
> {code}
> [1] http://stackoverflow.com/a/35733030/70465



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)