[
https://issues.apache.org/jira/browse/NIFI-8624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370977#comment-17370977
]
ASF subversion and git services commented on NIFI-8624:
-------------------------------------------------------
Commit 70d8fe8e0032e27eace5d82e5cdbe389e533b00e in nifi's branch
refs/heads/main from Lockie Richter
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=70d8fe8 ]
NIFI-8624 Updated Maven archetypes to conform to SonarQube standards
This closes #5092
Signed-off-by: David Handermann <[email protected]>
> 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
> Original Estimate: 24h
> Time Spent: 10m
> Remaining Estimate: 23h 50m
>
> 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)