You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify S134(apex): Add compliant example and fix non-compliant (#5944)
* Add compliant solution for rule S134 in Apex, fix non-compliant example
- duplicate declaration of j
- illegal shadowing of i
- switch on / when -> if to simplify compliant solution
* Fix spacing, put compliant comments in the right place
* Added missing spaces between ) and {
0 commit comments