markap14 commented on code in PR #10782:
URL: https://github.com/apache/nifi/pull/10782#discussion_r2713389308
##########
nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java:
##########
@@ -892,7 +892,7 @@ public final ValidationStatus performValidation() {
}
protected Collection<ValidationResult> computeValidationErrors(final
ValidationContext validationContext) {
- Throwable failureCause = null;
+ Throwable failureCause;
Review Comment:
Yeah, you're right. The framework doesn't add any valid results but it does
include the results returned by Connectors, which may. Updated to filter those
out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]