Serialized Form
-
Package com.puppycrawl.tools.checkstyle
-
Class com.puppycrawl.tools.checkstyle.DefaultConfiguration extends Object implements Serializable
- serialVersionUID:
- 1157875385356127169L
-
Serialized Fields
-
attributeMap
Map<String,String> attributeMap
The map from attribute names to attribute values. -
children
List<Configuration> children
The list of child Configurations. -
messages
Map<String,String> messages
The map containing custom messages. -
name
String name
The name of this configuration. -
threadModeSettings
ThreadModeSettings threadModeSettings
The thread mode configuration.
-
-
Class com.puppycrawl.tools.checkstyle.ThreadModeSettings extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
checkerThreadsNumber
int checkerThreadsNumber
The checker threads number. -
treeWalkerThreadsNumber
int treeWalkerThreadsNumber
The tree walker threads number.
-
-
-
Package com.puppycrawl.tools.checkstyle.api
-
Class com.puppycrawl.tools.checkstyle.api.AuditEvent extends EventObject implements Serializable
- serialVersionUID:
- -3774725606973812736L
-
Serialized Fields
-
fileName
String fileName
Filename event associated with. -
localizedMessage
LocalizedMessage localizedMessage
Message associated with the event.
-
-
Class com.puppycrawl.tools.checkstyle.api.CheckstyleException extends Exception implements Serializable
- serialVersionUID:
- -3517342299748221108L
-
Class com.puppycrawl.tools.checkstyle.api.DetailAST extends antlr.CommonASTWithHiddenTokens implements Serializable
- serialVersionUID:
- -2580884815577559874L
-
Serialized Fields
-
branchTokenTypes
BitSet branchTokenTypes
All token types in this branch. Token 'x' (where x is an int) is in this branch if branchTokenTypes.get(x) is true. -
childCount
int childCount
Number of children. -
columnNo
int columnNo
The column number. -
lineNo
int lineNo
The line number. -
parent
DetailAST parent
The parent token. -
previousSibling
DetailAST previousSibling
Previous sibling.
-
-
Class com.puppycrawl.tools.checkstyle.api.LocalizedMessage extends Object implements Serializable
- serialVersionUID:
- 5675176836184862150L
-
Serialized Fields
-
args
Object[] args
Arguments for MessageFormat. -
bundle
String bundle
Name of the resource bundle to get messages from. -
columnCharIndex
int columnCharIndex
The column char index. -
columnNo
int columnNo
The column number. -
customMessage
String customMessage
A custom message overriding the default message from the bundle. -
key
String key
Key for the message format. -
lineNo
int lineNo
The line number. -
moduleId
String moduleId
The id of the module generating the message. -
severityLevel
SeverityLevel severityLevel
The severity level. -
sourceClass
Class<?> sourceClass
Class of the source for this LocalizedMessage. -
tokenType
int tokenType
The token type constant. SeeTokenTypes
.
-
-
-
Package com.puppycrawl.tools.checkstyle.gui
-
Class com.puppycrawl.tools.checkstyle.gui.MainFrame extends JFrame implements Serializable
- serialVersionUID:
- 7970053543351871890L
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTable extends JTable implements Serializable
- serialVersionUID:
- -8493693409423365387L
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter extends AbstractTableModel implements Serializable
- serialVersionUID:
- 8269213416115369275L
-
Serialized Fields
-
tree
JTree tree
JTree component.
-
-