Serialized Form
-
Package com.puppycrawl.tools.checkstyle
-
Class com.puppycrawl.tools.checkstyle.DefaultConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 1157875385356127169L
-
Serialized Fields
-
attributeMap
java.util.Map<java.lang.String,java.lang.String> attributeMap
The map from attribute names to attribute values. -
children
java.util.List<Configuration> children
The list of child Configurations. -
messages
java.util.Map<java.lang.String,java.lang.String> messages
The map containing custom messages. -
name
java.lang.String name
The name of this configuration. -
threadModeSettings
ThreadModeSettings threadModeSettings
The thread mode configuration.
-
-
Class com.puppycrawl.tools.checkstyle.DetailAstImpl extends antlr.CommonASTWithHiddenTokens implements Serializable
- serialVersionUID:
- -2580884815577559874L
-
Serialized Fields
-
branchTokenTypes
java.util.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
DetailAstImpl parent
The parent token. -
previousSibling
DetailAstImpl previousSibling
Previous sibling.
-
-
Class com.puppycrawl.tools.checkstyle.ThreadModeSettings extends java.lang.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 java.util.EventObject implements Serializable
- serialVersionUID:
- -3774725606973812736L
-
Serialized Fields
-
fileName
java.lang.String fileName
Filename event associated with. -
localizedMessage
LocalizedMessage localizedMessage
Message associated with the event.
-
-
Class com.puppycrawl.tools.checkstyle.api.CheckstyleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -3517342299748221108L
-
Class com.puppycrawl.tools.checkstyle.api.LocalizedMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 5675176836184862150L
-
Serialized Fields
-
args
java.lang.Object[] args
Arguments for MessageFormat. -
bundle
java.lang.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
java.lang.String customMessage
A custom message overriding the default message from the bundle. -
key
java.lang.String key
Key for the message format. -
lineNo
int lineNo
The line number. -
moduleId
java.lang.String moduleId
The id of the module generating the message. -
severityLevel
SeverityLevel severityLevel
The severity level. -
sourceClass
java.lang.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 javax.swing.JFrame implements Serializable
- serialVersionUID:
- 7970053543351871890L
-
Serialized Fields
-
reloadAction
com.puppycrawl.tools.checkstyle.gui.MainFrame.ReloadAction reloadAction
Reload action. -
textArea
javax.swing.JTextArea textArea
Code text area. -
treeTable
TreeTable treeTable
Tree table. -
xpathTextArea
javax.swing.JTextArea xpathTextArea
Xpath text area.
-
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTable extends javax.swing.JTable implements Serializable
- serialVersionUID:
- -8493693409423365387L
-
Serialized Fields
-
editor
javax.swing.JTextArea editor
JTextArea editor. -
linePositionMap
java.util.List<java.lang.Integer> linePositionMap
Line position map. -
tree
com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer tree
A subclass of JTree. -
xpathEditor
javax.swing.JTextArea xpathEditor
JTextArea xpathEditor.
-
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable
- serialVersionUID:
- 8269213416115369275L
-
Serialized Fields
-
tree
javax.swing.JTree tree
JTree component.
-
-