Lockie Richter created NIFI-8624:
------------------------------------
Summary: 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
Fix For: 1.13.3
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)