yegor256 / qulice

Quality Police for Java projects: aggregator of Checkstyle and PMD
https://www.qulice.com
Other
301 stars 112 forks source link

Prohibit access to static members via instance reference. #1191

Closed k3p7i3 closed 11 months ago

k3p7i3 commented 11 months ago

Add pmd-xpath rule that prohibits access to static fields/methods via instance reference (particularly 'this' keyword). Closes: #984

k3p7i3 commented 11 months ago

@yegor256 review this pr, please)

yegor256 commented 11 months ago

@k3p7i3 thanks!