rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Rule: S2325 Methods that don't access instance data should be static

Open yeikel opened this issue 2 years ago • 1 comments

See https://jira.sonarsource.com/browse/SONARJAVA-1018

yeikel avatar Jun 17 '22 21:06 yeikel

Thanks @yeikel

pway99 avatar Jun 18 '22 00:06 pway99

Should this be labeled as uses-data-flow?

mccartney avatar Oct 21 '22 18:10 mccartney

data-flow should not be necessary for this one, the spec is specific for non-overridable methods that don’t access instance data.

pway99 avatar Oct 24 '22 16:10 pway99