You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/06/29 01:51:00 UTC

[jira] [Resolved] (NIFI-8624) Remove the declaration of thrown ProcessException from processor archetype bundle

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

David Handermann resolved NIFI-8624.
------------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

> Remove the declaration of thrown ProcessException from processor archetype bundle
> ---------------------------------------------------------------------------------
>
>                 Key: NIFI-8624
>                 URL: https://issues.apache.org/jira/browse/NIFI-8624
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Examples
>    Affects Versions: 1.13.2
>            Reporter: Lockie Richter
>            Priority: Trivial
>              Labels: templates
>             Fix For: 1.14.0
>
>   Original Estimate: 24h
>          Time Spent: 20m
>  Remaining Estimate: 23h 40m
>
> h3. Info
> Currently the nifi-maven-archetype projects are reporting some basic code smells in SonarQube reporting. 
> These issues should be addressed to avoid propagating code smells through to anyone who instantiates the processor or service archetypes. 
> h3. Warnings Generated
> *Processor Archetype*
> * {{Remove the declaration of thrown exception 'org.apache.nifi.processor.exception.ProcessException' which is a runtime exception.}}
> * {{Rename "descriptors" which hides the field declared at line ...}}
> * {{Rename "relationships" which hides the field declared at line ...}}
> *Service Archetype*
> * {{Remove the declaration of thrown exception 'org.apache.nifi.processor.exception.ProcessException' which is a runtime exception.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)