Description
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.
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.
Attachments
Issue Links
- links to