Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
11 0 15 0

Rules

Category Rule Violations Severity
metrics ClassDataAbstractionCoupling 2  Warning
ClassFanOutComplexity 1  Warning
CyclomaticComplexity 4  Warning
JavaNCSS 4  Warning
NPathComplexity 4  Warning

Details

de/bsvrz/sys/funclib/debug/Debug.java

Severity Category Rule Message Line
 Warning 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
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 20 (max allowed is 10). 218
 Warning metrics JavaNCSS NCSS for this method is 82 (max allowed is 50). 218
 Warning metrics NPathComplexity NPath Complexity is 1,746 (max allowed is 200). 218
 Warning metrics NPathComplexity NPath Complexity is 256 (max allowed is 200). 370

de/bsvrz/sys/funclib/debug/DebugFormatterFileText.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 21 (max allowed is 10). 98
 Warning metrics JavaNCSS NCSS for this method is 63 (max allowed is 50). 98
 Warning metrics NPathComplexity NPath Complexity is 1,440 (max allowed is 200). 98

de/bsvrz/sys/funclib/debug/DebugFormatterHTML.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 12 (max allowed is 10). 62

de/bsvrz/sys/funclib/debug/DebugFormatterStdErrText.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 22 (max allowed is 10). 97
 Warning metrics JavaNCSS NCSS for this method is 66 (max allowed is 50). 97
 Warning metrics NPathComplexity NPath Complexity is 1,920 (max allowed is 200). 97

de/bsvrz/sys/funclib/debug/gui/LoggingFrame.java

Severity Category Rule Message Line
 Warning 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
 Warning metrics ClassFanOutComplexity Class Fan-Out Complexity is 33 (max allowed is 20). 33
 Warning metrics JavaNCSS NCSS for this method is 129 (max allowed is 50). 47