Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
63 0 53 122

Files

Files Infos Warnings Errors
com/gridsystems/config/Configurator.java 0 0 2
com/gridsystems/config/ConfiguratorModel.java 0 0 2
com/gridsystems/config/ConfiguratorView.java 0 0 2
com/gridsystems/config/ConsoleConfiguratorView.java 0 0 2
com/gridsystems/config/ErrorListener.java 0 0 2
com/gridsystems/config/SwingConfiguratorView.java 0 0 2
com/gridsystems/config/app/ConfigFrame.java 0 3 2
com/gridsystems/config/app/ConfigNode.java 0 0 2
com/gridsystems/config/app/ConfigNodeCellRenderer.java 0 0 2
com/gridsystems/config/app/ConfigNodeModel.java 0 0 2
com/gridsystems/config/app/ConfigPanel.java 0 6 4
com/gridsystems/config/app/ConfigTree.java 0 2 2
com/gridsystems/config/app/ConsoleUI.java 0 3 2
com/gridsystems/config/app/NullUI.java 0 0 2
com/gridsystems/config/app/PatternFormatter.java 0 1 2
com/gridsystems/config/app/ReflectionTools.java 0 0 2
com/gridsystems/config/app/SwingUI.java 0 0 2
com/gridsystems/config/app/UI.java 0 2 0
com/gridsystems/config/modules/jvm/JVMConfigModel.java 0 1 2
com/gridsystems/config/modules/jvm/JVMConfigurator.java 0 0 2
com/gridsystems/config/modules/jvm/JVMConsoleView.java 0 0 2
com/gridsystems/config/modules/jvm/JVMSwingView.java 0 0 2
com/gridsystems/config/modules/jvm/MemSizeVerifier.java 0 0 2
com/gridsystems/config/modules/tomcat/Connector.java 0 0 2
com/gridsystems/config/modules/tomcat/ConnectorEditor.java 0 3 9
com/gridsystems/config/modules/tomcat/ConnectorField.java 0 2 2
com/gridsystems/config/modules/tomcat/ConnectorGroupField.java 0 0 2
com/gridsystems/config/modules/tomcat/IncompatiblePortException.java 0 0 2
com/gridsystems/config/modules/tomcat/KeystoreUtils.java 0 0 2
com/gridsystems/config/modules/tomcat/PortInUseException.java 0 0 1
com/gridsystems/config/modules/tomcat/TomcatConfigModel.java 0 2 1
com/gridsystems/config/modules/tomcat/TomcatConfigurator.java 0 0 1
com/gridsystems/config/modules/tomcat/TomcatConsoleView.java 0 3 2
com/gridsystems/config/modules/tomcat/TomcatSwingView.java 0 3 3
com/gridsystems/config/modules/tomcat/WindowsFirewallManager.java 0 0 1
com/gridsystems/config/tools/ErrorSupport.java 0 0 2
com/gridsystems/config/tools/FileVerifier.java 0 0 1
com/gridsystems/config/tools/IpVerifier.java 0 2 1
com/gridsystems/config/tools/NumberVerifier.java 0 0 2
com/gridsystems/config/tools/PasswordVerifier.java 0 2 1
com/gridsystems/config/tools/PatternVerifier.java 0 0 2
com/gridsystems/config/tools/PortVerifier.java 0 0 2
com/gridsystems/config/tools/Template.java 0 0 2
com/gridsystems/config/tools/TextVerifier.java 0 0 2
com/gridsystems/config/tools/console/AbstractConsoleView.java 0 1 2
com/gridsystems/config/tools/console/ApplyAction.java 0 0 2
com/gridsystems/config/tools/console/BoolField.java 0 0 2
com/gridsystems/config/tools/console/ConsoleTools.java 0 9 3
com/gridsystems/config/tools/console/ConsoleViewAction.java 0 0 2
com/gridsystems/config/tools/console/ConstantField.java 0 0 2
com/gridsystems/config/tools/console/DiscardAction.java 0 0 2
com/gridsystems/config/tools/console/Field.java 0 0 2
com/gridsystems/config/tools/console/GroupField.java 0 0 2
com/gridsystems/config/tools/console/MessageField.java 0 0 2
com/gridsystems/config/tools/console/PasswordField.java 0 0 2
com/gridsystems/config/tools/console/SelectionField.java 0 0 1
com/gridsystems/config/tools/console/ValueField.java 0 2 0
com/gridsystems/config/tools/swing/BasePanel.java 0 1 2
com/gridsystems/config/tools/swing/FileChooserField.java 0 0 1
com/gridsystems/config/tools/swing/PasswordField.java 0 2 1
com/gridsystems/config/tools/swing/PopupTextField.java 0 2 1
com/gridsystems/config/tools/swing/ReflectedAction.java 0 0 2
com/gridsystems/config/tools/swing/SwingTools.java 0 1 2

Details

com/gridsystems/config/Configurator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 32

com/gridsystems/config/ConfiguratorModel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 31

com/gridsystems/config/ConfiguratorView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 29

com/gridsystems/config/ConsoleConfiguratorView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 29

com/gridsystems/config/ErrorListener.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 29

com/gridsystems/config/SwingConfiguratorView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 33

com/gridsystems/config/app/ConfigFrame.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 62
Warnings Class Data Abstraction Coupling is 10 (max allowed is 7) classes [BorderLayout, ConfigPanel, ConfigTree, JMenu, JMenuBar, JMenuItem, JSeparator, JSplitPane, ReflectedAction, WindowAdapter]. 65
Warnings Class Fan-Out Complexity is 24 (max allowed is 20). 65
Warnings Cyclomatic Complexity is 14 (max allowed is 10). 201

com/gridsystems/config/app/ConfigNode.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39

com/gridsystems/config/app/ConfigNodeCellRenderer.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39

com/gridsystems/config/app/ConfigNodeModel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 36

com/gridsystems/config/app/ConfigPanel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 61
Warnings Class Data Abstraction Coupling is 12 (max allowed is 7) classes [ApplyAction, BorderLayout, Dimension, DiscardAction, FlowLayout, GridBagConstraints, GridBagLayout, Insets, JButton, JLabel, JPanel, Stack]. 64
Warnings Class Fan-Out Complexity is 22 (max allowed is 20). 64
Warnings '400' is a magic number. 135
Warnings '400' is a magic number. 135
Warnings '100' is a magic number. 247
Warnings '60' is a magic number. 247
Errors Mail addresses are forbidden in the source code 326
Errors Mail addresses are forbidden in the source code 359

com/gridsystems/config/app/ConfigTree.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 36
Warnings '200' is a magic number. 54
Warnings '400' is a magic number. 54

com/gridsystems/config/app/ConsoleUI.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 43
Warnings Cyclomatic Complexity is 11 (max allowed is 10). 75
Warnings '72' is a magic number. 137
Warnings '72' is a magic number. 142

com/gridsystems/config/app/NullUI.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39

com/gridsystems/config/app/PatternFormatter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 36
Warnings '3' is a magic number. 55

com/gridsystems/config/app/ReflectionTools.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 31

com/gridsystems/config/app/SwingUI.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 33

com/gridsystems/config/app/UI.java

Violation Message Line
Warnings Cyclomatic Complexity is 13 (max allowed is 10). 262
Warnings Boolean expression complexity is 4 (max allowed is 3). 339

com/gridsystems/config/modules/jvm/JVMConfigModel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 45
Warnings Class Data Abstraction Coupling is 8 (max allowed is 7) classes [File, FileInputStream, FileOutputStream, FileWriter, HashSet, IOException, PrintWriter, Properties]. 48

com/gridsystems/config/modules/jvm/JVMConfigurator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 36

com/gridsystems/config/modules/jvm/JVMConsoleView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39

com/gridsystems/config/modules/jvm/JVMSwingView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 45

com/gridsystems/config/modules/jvm/MemSizeVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 32

com/gridsystems/config/modules/tomcat/Connector.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 51

com/gridsystems/config/modules/tomcat/ConnectorEditor.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 65
Warnings Class Data Abstraction Coupling is 17 (max allowed is 7) classes [ActionListener, Connector, ConnectorCellRenderer, ConnectorModel, ConnectorSelectionListener, DefaultTableColumnModel, Dimension, GridBagConstraints, GridBagLayout, Insets, JButton, JScrollPane, JTable, NameCellEditor, PortCellEditor, SchemeCellEditor, TableColumn]. 68
Warnings Class Fan-Out Complexity is 25 (max allowed is 20). 68
Warnings '20' is a magic number. 245
Errors Mail addresses are forbidden in the source code 304
Errors Mail addresses are forbidden in the source code 447
Errors Mail addresses are forbidden in the source code 526
Errors Mail addresses are forbidden in the source code 574
Errors Mail addresses are forbidden in the source code 618
Errors Mail addresses are forbidden in the source code 666
Errors Mail addresses are forbidden in the source code 699

com/gridsystems/config/modules/tomcat/ConnectorField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 37
Warnings '30' is a magic number. 97
Warnings Cyclomatic Complexity is 11 (max allowed is 10). 124

com/gridsystems/config/modules/tomcat/ConnectorGroupField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 38

com/gridsystems/config/modules/tomcat/IncompatiblePortException.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 32

com/gridsystems/config/modules/tomcat/KeystoreUtils.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39

com/gridsystems/config/modules/tomcat/PortInUseException.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/modules/tomcat/TomcatConfigModel.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Class Data Abstraction Coupling is 9 (max allowed is 7) classes [ArrayList, Connector, File, HashMap, IOException, IncompatiblePortException, PortInUseException, Properties, Template]. 46
Warnings Cyclomatic Complexity is 12 (max allowed is 10). 712

com/gridsystems/config/modules/tomcat/TomcatConfigurator.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/modules/tomcat/TomcatConsoleView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 44
Warnings Class Data Abstraction Coupling is 9 (max allowed is 7) classes [Connector, ConnectorField, ConnectorGroupField, ErrorSupport, File, GroupField, IpVerifier, PasswordVerifier, PortVerifier]. 47
Warnings '6' is a magic number. 203
Warnings '32' is a magic number. 203

com/gridsystems/config/modules/tomcat/TomcatSwingView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 56
Warnings Class Data Abstraction Coupling is 16 (max allowed is 7) classes [ConnectorChangeCallback, ConnectorEditor, EmptyBorder, ErrorSupport, FileChooserField, GridBagConstraints, GridBagLayout, IpVerifier, JComboBox, JLabel, JPanel, JPasswordField, JTextField, PasswordVerifier, PortVerifier, SpringLayout]. 59
Warnings '6' is a magic number. 195
Warnings '32' is a magic number. 195
Errors Mail addresses are forbidden in the source code 275

com/gridsystems/config/modules/tomcat/WindowsFirewallManager.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/tools/ErrorSupport.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 34

com/gridsystems/config/tools/FileVerifier.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/tools/IpVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings '5' is a magic number. 153
Warnings Cyclomatic Complexity is 12 (max allowed is 10). 191

com/gridsystems/config/tools/NumberVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 29

com/gridsystems/config/tools/PasswordVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings '32' is a magic number. 108
Warnings '128' is a magic number. 108

com/gridsystems/config/tools/PatternVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 35

com/gridsystems/config/tools/PortVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 29

com/gridsystems/config/tools/Template.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 44

com/gridsystems/config/tools/TextVerifier.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 37

com/gridsystems/config/tools/console/AbstractConsoleView.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 42
Warnings Class Data Abstraction Coupling is 10 (max allowed is 7) classes [ApplyAction, ArrayList, BoolField, ConstantField, DiscardAction, HashMap, MessageField, PasswordField, SelectionField, ValueField]. 45

com/gridsystems/config/tools/console/ApplyAction.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 35

com/gridsystems/config/tools/console/BoolField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 34

com/gridsystems/config/tools/console/ConsoleTools.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 39
Warnings '0xDA' is a magic number. 127
Warnings '0xBF' is a magic number. 127
Warnings '0xC0' is a magic number. 127
Warnings '0xD9' is a magic number. 127
Warnings '0xC3' is a magic number. 127
Warnings '0xB4' is a magic number. 127
Warnings '0xC4' is a magic number. 127
Warnings '0xB3' is a magic number. 127
Warnings '40' is a magic number. 182
Errors Mail addresses are forbidden in the source code 405

com/gridsystems/config/tools/console/ConsoleViewAction.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 33

com/gridsystems/config/tools/console/ConstantField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 37

com/gridsystems/config/tools/console/DiscardAction.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 35

com/gridsystems/config/tools/console/Field.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 33

com/gridsystems/config/tools/console/GroupField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 34

com/gridsystems/config/tools/console/MessageField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 32

com/gridsystems/config/tools/console/PasswordField.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 33

com/gridsystems/config/tools/console/SelectionField.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/tools/console/ValueField.java

Violation Message Line
Warnings Line has trailing spaces. 71
Warnings Line has trailing spaces. 103

com/gridsystems/config/tools/swing/BasePanel.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 66
Warnings Class Fan-Out Complexity is 23 (max allowed is 20). 69

com/gridsystems/config/tools/swing/FileChooserField.java

Violation Message Line
Errors File does not end with a newline. 0

com/gridsystems/config/tools/swing/PasswordField.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings '250' is a magic number. 95
Warnings '40' is a magic number. 95

com/gridsystems/config/tools/swing/PopupTextField.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings '10' is a magic number. 71
Warnings '220' is a magic number. 98

com/gridsystems/config/tools/swing/ReflectedAction.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 40

com/gridsystems/config/tools/swing/SwingTools.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Mail addresses are forbidden in the source code 46
Warnings '0.4' is a magic number. 104