dan-s1 commented on PR #10107:
URL: https://github.com/apache/nifi/pull/10107#issuecomment-3097158476

   @exceptionfactory 
   I would like to address the original questions I had sent you by email  
regarding the following classes which were flagged by PMD's 
ImplicitSwitchFallThrough rule.  I wanted to double check whether the logic in 
these classes are correct or perhaps they need to change.
   
   - org.apache.nifi.controller.serialization.AffectedComponentSet after line 
550 there is no break statement.
   - org.apache.nifi.processors.standard.ControlRate after line  280 there is 
no break statement.
   - org.apache.nifi.processors.standard.RetryFlowFile after line 248 there is 
no break statement.
   - org.apache.nifi.processors.standard.TailFile after line 1034 there is no 
break statement.
   - 
org.apache.nifi.attribute.expression.language.evaluation.cast.WholeNumberCastEvaluator
 after line 72 there is  no break statement.
   - 
org.apache.nifi.attribute.expression.language.evaluation.cast.DecimalCastEvaluator
 after line 70 there is no break statement.
   - 
org.apache.nifi.attribute.expression.language.evaluation.cast.NumberCastEvaluator
 after line 77 there is no break statement.
   - 
org.apache.nifi.attribute.expression.language.evaluation.cast.WholeNumberCastEvaluator
 after line 72 there is  no break statement.
   - org.apache.nifi.authorization.StandardAuthorizableLookup after line 592 
there is no break statement.
   


-- 
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]

Reply via email to