Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
3700144

Files

FilesIWE
kortsoft/kmx/bootstrap/KmxLauncher.java 001
kortsoft/kmx/bootstrap/KmxMain.java 007
kortsoft/kmx/bootstrap/package.html 001
kortsoft/kmx/deployer/BaseDeployer.java 005
kortsoft/kmx/deployer/ComponentDirDeployer.java 0011
kortsoft/kmx/deployer/Deploy.java 006
kortsoft/kmx/deployer/DeployMBean.java 002
kortsoft/kmx/deployer/Deployer.java 0010
kortsoft/kmx/deployer/DeployerCreationException.java 0043
kortsoft/kmx/deployer/FileNotDeployableException.java 0012
kortsoft/kmx/deployer/JarDeployer.java 001
kortsoft/kmx/deployer/KmxDaemon.java 001
kortsoft/kmx/deployer/KmxDaemonInterface.java 001
kortsoft/kmx/deployer/KmxDaemonMBean.java 001
kortsoft/kmx/deployer/SimpleFileDeployer.java 0011
kortsoft/kmx/deployer/package.html 001
kortsoft/kmx/jmx/JmxConfig.java 0023
kortsoft/kmx/jmx/ManagedClassLoader.java 001
kortsoft/kmx/jmx/ManagedClassLoaderMBean.java 005
kortsoft/kmx/jmx/package.html 001

kortsoft/kmx/bootstrap/KmxLauncher.java

ErrorLine
Error Got an exception - expecting EOF, found 'File' 0

kortsoft/kmx/bootstrap/KmxMain.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error Line contains a tab character. 33
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error Line contains a tab character. 34
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34

kortsoft/kmx/bootstrap/package.html

ErrorLine
Error Missing package documentation file.0

kortsoft/kmx/deployer/BaseDeployer.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error Unused import - java.io.File. 18
Error Unused import - javax.management.MBeanRegistrationException. 20
Error Line is longer than 80 characters. 36
Error Line has trailing spaces. 44

kortsoft/kmx/deployer/ComponentDirDeployer.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter file should be final. 34
Error Missing a Javadoc comment. 42
Error Parameter parent should be final. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 47
Error Missing a Javadoc comment. 49
Error Parameter server should be final. 49

kortsoft/kmx/deployer/Deploy.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 18
Error '{' is not preceded with whitespace. 25
Error Line has trailing spaces. 26
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27

kortsoft/kmx/deployer/DeployMBean.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 18

kortsoft/kmx/deployer/Deployer.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error Line has trailing spaces. 26
Error Line has trailing spaces. 28
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38

kortsoft/kmx/deployer/DeployerCreationException.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 18
Error Line has trailing spaces. 26
Error Line contains a tab character. 26
Error First sentence should end with a period. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 34
Error Line has trailing spaces. 35
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Parameter message should be final. 43
Error Expected @param tag for 'message'. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error Parameter message should be final. 50
Error Expected @param tag for 'message'. 50
Error Parameter cause should be final. 50
Error Expected @param tag for 'cause'. 50
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Parameter cause should be final. 56
Error Expected @param tag for 'cause'. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58

kortsoft/kmx/deployer/FileNotDeployableException.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 18
Error First sentence should end with a period. 27
Error Line has trailing spaces. 33
Error Parameter message should be final. 42
Error Expected @param tag for 'message'. 42
Error Parameter message should be final. 50
Error Expected @param tag for 'message'. 50
Error Parameter cause should be final. 50
Error Expected @param tag for 'cause'. 50
Error Parameter cause should be final. 57
Error Expected @param tag for 'cause'. 57

kortsoft/kmx/deployer/JarDeployer.java

ErrorLine
Error Got an exception - expecting EOF, found 'table' 0

kortsoft/kmx/deployer/KmxDaemon.java

ErrorLine
Error Got an exception - expecting EOF, found 'List' 0

kortsoft/kmx/deployer/KmxDaemonInterface.java

ErrorLine
Error Got an exception - expecting EOF, found '}' 0

kortsoft/kmx/deployer/KmxDaemonMBean.java

ErrorLine
Error Got an exception - expecting EOF, found '}' 0

kortsoft/kmx/deployer/SimpleFileDeployer.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 32
Error Missing a Javadoc comment. 34
Error Parameter server should be final. 34
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 41
Error Parameter file should be final. 41
Error Missing a Javadoc comment. 49
Error Parameter parent should be final. 49
Error Line has trailing spaces. 51

kortsoft/kmx/deployer/package.html

ErrorLine
Error Missing package documentation file.0

kortsoft/kmx/jmx/JmxConfig.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 21
Error Utility classes should not have a public or default constructor. 28
Error Missing a Javadoc comment. 29
Error '=' is not preceded with whitespace. 29
Error '=' is not followed by whitespace. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Line has trailing spaces. 36
Error Line has trailing spaces. 41
Error Missing a Javadoc comment. 42
Error '{' is not preceded with whitespace. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 44
Error Line has trailing spaces. 46
Error Expected an @return tag. 52
Error Line has trailing spaces. 52
Error Line has trailing spaces. 55
Error Line has trailing spaces. 56

kortsoft/kmx/jmx/ManagedClassLoader.java

ErrorLine
Error Got an exception - expecting EOF, found '}' 0

kortsoft/kmx/jmx/ManagedClassLoaderMBean.java

ErrorLine
Error Line does not match expected header line of ' * Copyright 2005 Alvaro Gonzalez de Paz (kortsoft)'. 2
Error First sentence should end with a period. 18
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26

kortsoft/kmx/jmx/package.html

ErrorLine
Error Missing package documentation file.0