The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset. 
| File | |||
|---|---|---|---|
| de/bsvrz/sys/funclib/application/AbstractGUIApplication.java | 0 | 5 | 0 |
| de/bsvrz/sys/funclib/application/SimpleApplicationGUI.java | 0 | 4 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | 2 | |
| ClassFanOutComplexity | 2 | ||
| CyclomaticComplexity | 2 | ||
| JavaNCSS | 2 | ||
| NPathComplexity | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 19 (max allowed is 7) classes [ActionListener, BorderLayout, ClientDavConnection, Cursor, FlowLayout, GridBagConstraints, GridBagLayout, Insets, IpComboBoxModel, JButton, JComboBox, JDialog, JLabel, JPanel, JPasswordField, JTextField, PortComboBoxModel, PreferencesModel, WindowAdapter]. | 51 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 20). | 51 | |
| metrics | JavaNCSS | NCSS for this method is 118 (max allowed is 50). | 88 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 168 | |
| metrics | NPathComplexity | NPath Complexity is 306 (max allowed is 200). | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 24 (max allowed is 7) classes [ActionListener, ArgumentList, BorderLayout, BoxLayout, Dimension, File, Font, ImageIcon, JButton, JEditorPane, JFileChooser, JFrame, JLabel, JMenu, JMenuBar, JMenuItem, JPanel, JScrollPane, JSplitPane, JTextArea, RandomAccessFile, StreamReaderThread, Thread, WindowAdapter]. | 51 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 20). | 51 | |
| metrics | JavaNCSS | NCSS for this method is 77 (max allowed is 50). | 147 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 150 |