Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 309 Bytes

UnusedFormalParameter.md

File metadata and controls

8 lines (6 loc) · 309 Bytes

UnusedFormalParameter

Category: pmd
Rule Key: pmd:UnusedFormalParameter

⚠️ This rule is deprecated in favour of S1172.


Avoid passing parameters to methods or constructors and then not using those parameters.