The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | 2 | |
| ClassFanOutComplexity | 1 | ||
| CyclomaticComplexity | 4 | ||
| JavaNCSS | 4 | ||
| NPathComplexity | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 7) classes [ArgumentList, ArgumentList.ValueSelection, ConsoleHandler, DebugFormatterExcel, DebugFormatterFileText, DebugFormatterHTML, DebugFormatterStdErrText, DebugFormatterXML, File, FileHandler, LoggingFrame]. | 58 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 20 (max allowed is 10). | 218 | |
| metrics | JavaNCSS | NCSS for this method is 82 (max allowed is 50). | 218 | |
| metrics | NPathComplexity | NPath Complexity is 1,746 (max allowed is 200). | 218 | |
| metrics | NPathComplexity | NPath Complexity is 256 (max allowed is 200). | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 21 (max allowed is 10). | 98 | |
| metrics | JavaNCSS | NCSS for this method is 63 (max allowed is 50). | 98 | |
| metrics | NPathComplexity | NPath Complexity is 1,440 (max allowed is 200). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 22 (max allowed is 10). | 97 | |
| metrics | JavaNCSS | NCSS for this method is 66 (max allowed is 50). | 97 | |
| metrics | NPathComplexity | NPath Complexity is 1,920 (max allowed is 200). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 24 (max allowed is 7) classes [ActionListener, DefaultComboBoxModel, DefaultMutableTreeNode, DefaultTreeModel, Dimension, FlowLayout, GridBagConstraints, GridBagLayout, Insets, JButton, JComboBox, JLabel, JList, JPanel, JScrollPane, JSplitPane, JTextField, JTree, LoggerTreeCellRenderer, TreeNodeObject, WindowAdapter, javax.swing.border.CompoundBorder, javax.swing.border.EmptyBorder, javax.swing.border.TitledBorder]. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 33 (max allowed is 20). | 33 | |
| metrics | JavaNCSS | NCSS for this method is 129 (max allowed is 50). | 47 |