yasserzamani commented on a change in pull request #483:
URL: https://github.com/apache/struts/pull/483#discussion_r676652228



##########
File path: core/src/main/java/org/apache/struts2/components/UIBean.java
##########
@@ -796,28 +792,31 @@ public void evaluateParams() {
 
 
         // see if the value was specified as a parameter already
+        final String NAME_VALUE = "nameValue";

Review comment:
       I'm not sure, because only this method needs it - Again it's recommended 
by SonarLint to not repeat "nameValue" more than three times but only this 
method needs this constant!




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