|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckstyleFindingType | |
|---|---|
| org.jcoderz.phoenix.report | The JCReport performs the following steps: Running tools on the source or class files. |
| Uses of CheckstyleFindingType in org.jcoderz.phoenix.report |
|---|
| Fields in org.jcoderz.phoenix.report declared as CheckstyleFindingType | |
|---|---|
static CheckstyleFindingType |
CheckstyleFindingType.CS_BOOLEAN_EXPRESSION_COMPLEXITY
Checkstyle finding type that relates to: Boolean expression complexity is ... |
static CheckstyleFindingType |
CheckstyleFindingType.CS_BRACE_ON_NEW_LINE
Checkstyle finding type that relates to: The brace should not be on a new line. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_CONTAINS_TAB
Checkstyle finding type that relates to: Line contains a tab character. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_EMPTY_BLOCK
Checkstyle finding type that relates to: Empty block detected. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_EQUALS_NEWLINE
Checkstyle finding type that relates to: The equals operator should be on a new line. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_EXCEPTION
A internal checkstyle exception was triggered we shoulds also report this! |
static CheckstyleFindingType |
CheckstyleFindingType.CS_EXCEPTION_CLASS_NOT_FOUND
Checkstyle finding type that relates to: Unable to get class information for ..... |
static CheckstyleFindingType |
CheckstyleFindingType.CS_FIELD_UNUSED
Checkstyle finding type that relates to: Field is never used. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_HEADER_MISMATCH
Checkstyle finding type that relates to: Line does not match expected header line. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_HIDDEN_FIELD
Checkstyle finding type that relates to: A field is hidden. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_ILLEGAL_INDENTATION
Checkstyle finding type that relates to: Indentation must be a multiple of 4. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_ILLEGAL_LINE
Checkstyle finding type that relates to: Line matches a illegal pattern. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_IMPORT_UNUSED
Checkstyle finding type that relates to: Unused import. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_INLINE_CONDITIONAL
Checkstyle finding type that relates to: Avoid inline conditionals. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_INTERFACE_TYPE
Checkstyle finding type that relates to: Interfaces should describe a type and hence have methods. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_INVALID_PATTERN
Checkstyle finding type that relates to: Name does not match given pattern. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_CLASS_INFO
Checkstyle finding type that relates to: Unable to get class information for something. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_EMPTY_DESC
Checkstyle finding type that relates to: Missing a Javadoc comment. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_EXPECTED_TAG
Checkstyle finding type that relates to: Missing Javadoc tag. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_HTML_UNCLOSED
Checkstyle finding type that relates to: Incomplete/Unclosed HTML tag. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_MISSING
Checkstyle finding type that relates to: Missing a Javadoc comment. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_PATTERN
Checkstyle finding type that relates to: Javadoc Pattern. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_RETURN_EXPECTED
Checkstyle finding type that relates to: Expected an @return tag. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_JAVADOC_UNUSED_TAG
Checkstyle finding type that relates to: Unused Javadoc tag. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_LINE_TO_LONG
Checkstyle finding type that relates to: Line is longer than the allowed number of characters. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_LOCAL_VARIABLE_UNUSED
Checkstyle finding type that relates to: Local variable unused. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_MAGIC
Checkstyle finding type that relates to: Dont use magics in the code. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_MAX_LEN_ANON_CLASS
Checkstyle finding type that relates to: Length of anonymous inner class exceeds the maximum allowed length. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_MAX_LEN_METHOD
Checkstyle finding type that relates to: Method length exceeds the maximum allowed length. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_METHOD_UNUSED
Checkstyle finding type that relates to: Method unused. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_MISSING_PACKAGE_DOCUMENTATION
Checkstyle finding type that relates to: Missing package documentation file. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_MISSING_TAG
Checkstyle finding type that relates to: A required javadoc tag is missing. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NESTED_TRY_DEPTH
Checkstyle finding type that relates to: Deeply nested tries. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NO_LOG_LEVEL_INFO
Checkstyle finding type that relates to: Invalid log level for trace log. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NO_NEWLINE
Checkstyle finding type that relates to: File does not end with a newline. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NO_WHITESPACE_AFTER
Checkstyle finding type that relates to: Whitespace expected. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NO_WHITESPACE_AFTER_MSG_DECL
Checkstyle finding type that relates to: After the method declaration there should be a ' '. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NO_WHITESPACE_BEFORE
Checkstyle finding type that relates to: Whitespace expected. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_NUMBER_OF_PARAMETERS
Checkstyle finding type that relates to: Too many parameters. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_REDUNDANT_MODIFIER
Checkstyle finding type that relates to: Avoid redundant code. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_REDUNDANT_THROWS_SUBCLASS
Checkstyle finding type that relates to: Redundant throws with subclass. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_REDUNDANT_THROWS_UNCHECKED
Checkstyle finding type that relates to: Redundant throws with unchecked exception. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_SPECIAL_INDENT
Checkstyle finding type that relates to: Indentation violation. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_STRING_EQUALS_COMPARISON
Checkstyle finding type that relates to: String comparison with ==. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_TODO
Checkstyle finding type that relates to: Comment matches to-do format. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_TYPE_NOT_ALLOWED
Checkstyle finding type that relates to: Using '.*' is not allowed. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_UPPER_CASE_L
Checkstyle finding type that relates to: Long constants should use a uppercase L. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_WHITESPACE_AFTER
Checkstyle finding type that relates to: Whitespace not allowed. |
static CheckstyleFindingType |
CheckstyleFindingType.CS_WHITESPACE_BEFORE
Checkstyle finding type that relates to: Whitespace not allowed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||