sonar-dotnet icon indicating copy to clipboard operation
sonar-dotnet copied to clipboard

NET-1970 Fix S1172 FN: Rule should handle all accessibilities

Open Evangelink opened this issue 7 years ago • 2 comments

Description

Currently, the rule will report an issue only on effectively private methods. The idea of this improvement is to report on methods whatever their accessibility.

TODO

  • RSPEC should be updated
  • Implementation should match new spec
  • Issues on Peach should be reviewed to ensure the FP ratio is good enough

Evangelink avatar Jan 07 '19 15:01 Evangelink

Note that the current documentation doesn't mention this limitation.

Bouke avatar Nov 02 '23 11:11 Bouke

Internal ticket NET-1970