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
-
Exception com.puppycrawl.tools.checkstyle.api.CheckstyleException
class CheckstyleException extends Exception implements Serializable- serialVersionUID:
- -3517342299748221108L
-
-
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 com.puppycrawl.tools.checkstyle.meta.MetadataGenerationException
class MetadataGenerationException extends RuntimeException implements Serializable- serialVersionUID:
- -254525356420746283L
-