walkmod-sonar-plugin icon indicating copy to clipboard operation
walkmod-sonar-plugin copied to clipboard

Update LocalVarsShouldComplyWithNamingConvention.java

Open uditgoel475 opened this issue 1 year ago • 0 comments

Removal of i++ as by default it should pickup the char next to '_' and convert it uppercase. But with i++ it skips the given char next to '_' and treats the 2nd next char in uppercase concatenation. eg: 'employee_code' is getting converted to employeeOde instead of employeeCode.

uditgoel475 avatar Aug 20 '22 17:08 uditgoel475