Serialized Form
-
Package com.puppycrawl.tools.checkstyle
-
Class com.puppycrawl.tools.checkstyle.DefaultConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 1157875385356127169L
-
Serialized Fields
-
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. -
propertyMap
java.util.Map<java.lang.String,java.lang.String> propertyMap
The map from property names to property values. -
threadModeSettings
ThreadModeSettings threadModeSettings
The thread mode configuration.
-
-
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. -
violation
Violation violation
Violation 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.Violation 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 violations from. -
columnCharIndex
int columnCharIndex
The column char index. -
columnNo
int columnNo
The column number. -
customMessage
java.lang.String customMessage
A custom violation overriding the default violation from the bundle. -
key
java.lang.String key
Key for the violation format. -
lineNo
int lineNo
The line number. -
moduleId
java.lang.String moduleId
The id of the module generating the violation. -
severityLevel
SeverityLevel severityLevel
The severity level. -
sourceClass
java.lang.Class<?> sourceClass
Class of the source for this Violation. -
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
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. -
linePositionList
java.util.List<java.lang.Integer> linePositionList
Line position map. -
tree
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.
-
-
-
Package com.puppycrawl.tools.checkstyle.meta
-
Class com.puppycrawl.tools.checkstyle.meta.MetadataGenerationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -254525356420746283L
-