How to write a PMD rule to find getters?
I need a PMD rule that will find “getters” in code. By “getter” I mean a method with any name that returns the value of an object field.
I need a PMD rule that will find “getters” in code. By “getter” I mean a method with any name that returns the value of an object field.