checkstyle/src
Michal Kordas e5ec819a74 Replace magic constant occurrences with proper constants. #1555
Fixes MagicConstant violations.

 Description:
> Report occurrences where usages of "magic" constants only are allowed but other expressions are used instead. E.g. new Font("Arial", 2 ) // not allowed instead of new Font("Arial", Font. ITALIC ) // OK   Please see org.intellij.lang.annotations.MagicConstant annotation description for details.
2015-08-09 04:37:34 +03:00
..
it Added new Check: CommentsIndentationCheck, issue #333 2015-08-08 11:54:21 +03:00
main Replace magic constant occurrences with proper constants. #1555 2015-08-09 04:37:34 +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