The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset.
File | I | W | E |
---|---|---|---|
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 | Warning |
ClassFanOutComplexity | 2 | Warning | |
CyclomaticComplexity | 2 | Warning | |
JavaNCSS | 2 | Warning | |
NPathComplexity | 1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | 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 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 20). | 51 |
Warning | metrics | JavaNCSS | NCSS for this method is 118 (max allowed is 50). | 88 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 168 |
Warning | metrics | NPathComplexity | NPath Complexity is 306 (max allowed is 200). | 168 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | 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 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 20). | 51 |
Warning | metrics | JavaNCSS | NCSS for this method is 77 (max allowed is 50). | 147 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 150 |