Serialized Form
-
Package com.puppycrawl.tools.checkstyle
-
Class com.puppycrawl.tools.checkstyle.DefaultConfiguration
class DefaultConfiguration extends Object implements Serializable- serialVersionUID:
- 1157875385356127169L
-
Serialized Fields
-
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. -
propertyMap
Map<String,
String> propertyMap The map from property names to property values. -
threadModeSettings
ThreadModeSettings threadModeSettings
The thread mode configuration.
-
-
Class com.puppycrawl.tools.checkstyle.ThreadModeSettings
class 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
class AuditEvent extends EventObject implements Serializable- serialVersionUID:
- -3774725606973812736L
-
Exception Class com.puppycrawl.tools.checkstyle.api.CheckstyleException
class CheckstyleException extends Exception implements Serializable- serialVersionUID:
- -3517342299748221108L
-
Class com.puppycrawl.tools.checkstyle.api.Violation
class Violation extends Object implements Serializable- serialVersionUID:
- 5675176836184862150L
-
Serialized Fields
-
args
Object[] args
Arguments for MessageFormat. -
bundle
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
String customMessage
A custom violation overriding the default violation from the bundle. -
key
String key
Key for the violation format. -
lineNo
int lineNo
The line number. -
moduleId
String moduleId
The id of the module generating the violation. -
severityLevel
SeverityLevel severityLevel
The severity level. -
sourceClass
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
class MainFrame extends JFrame implements Serializable- serialVersionUID:
- 7970053543351871890L
-
Serialized Fields
-
reloadAction
MainFrame.ReloadAction reloadAction
Reload action. -
textArea
JTextArea textArea
Code text area. -
treeTable
TreeTable treeTable
Tree table. -
xpathTextArea
JTextArea xpathTextArea
Xpath text area.
-
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTable
class TreeTable extends JTable implements Serializable- serialVersionUID:
- -8493693409423365387L
-
Serialized Fields
-
editor
JTextArea editor
JTextArea editor. -
linePositionList
List<Integer> linePositionList
Line position map. -
tree
TreeTableCellRenderer tree
A subclass of JTree. -
xpathEditor
JTextArea xpathEditor
JTextArea xpathEditor.
-
-
Class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter
class TreeTableModelAdapter extends AbstractTableModel implements Serializable- serialVersionUID:
- 8269213416115369275L
-
Serialized Fields
-
tree
JTree tree
JTree component.
-
-
-
Package com.puppycrawl.tools.checkstyle.meta
-
Exception Class com.puppycrawl.tools.checkstyle.meta.MetadataGenerationException
class MetadataGenerationException extends RuntimeException implements Serializable- serialVersionUID:
- -254525356420746283L
-