mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 00:01:19 +00:00
* Report KDoc comments that refer to encapsulated properties of a class New rule to address the issue of breaking encapsulation principle when KDoc comments have references to encapsulated (private) properties. Clients do not need to know the implementation details. * Rename rule to 'KDocReferencesNonPublicProperty' and fix naming * Set 'protected' modifier as allowed * Improve tests * Fix rule documentation