Does any body see a reson in DesignForExtension Check in Checkstyle?
- by Roman Ivanov
Check: http://checkstyle.sourceforge.net/config_design.html#DesignForExtension
False positives: Checkstyle "Method Not Designed For Extension" error being incorrectly issued?
checkstyle Method is not designed for extension - needs to be abstract, final or empty
https://sourceforge.net/p/checkstyle/bugs/688/
Look like all switch that Check off in their configurations.
Does anybody could show real code example where this Check is useful ? and good for developers.