checkstyle/src
Michal Kordas 2d246f7647 Make class final. #1555
Fixes `NonFinalUtilityClass` inspection violation.

Description:
>Reports utility classes which are not final. Utility classes have all fields and methods declared static. Giving such classes making them final prevents them from being inadvertently subclassed.
2015-08-09 05:05:59 +03:00
..
it Added new Check: CommentsIndentationCheck, issue #333 2015-08-08 11:54:21 +03:00
main Make class final. #1555 2015-08-09 05:05:59 +03:00
site Add Organize Imports instructions to site. #1448 2015-07-24 09:24:04 -07:00
test Changed SAME_PACKAGE rule for CustomImportOrderCheck #1262 2015-08-08 13:01:50 +03:00
xdocs Changed SAME_PACKAGE rule for CustomImportOrderCheck #1262 2015-08-08 13:01:50 +03:00