Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 211 Bytes

2023-11-03-identifier-hiding-improvements.md

File metadata and controls

3 lines (3 loc) · 211 Bytes
  • A2-10-1, RULE-5-3:
    • Reduce false positives by considering point of declaration for local variables.
    • Reduce false negatives by considering catch block parameters to be in scope in the catch block.