Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
114001301

Files

FilesIWE
net/sf/exorcist/api/ContentConverter.java 001
net/sf/exorcist/api/ContentException.java 005
net/sf/exorcist/api/ContentExporter.java 001
net/sf/exorcist/api/ContentImporter.java 001
net/sf/exorcist/api/ContentState.java 006
net/sf/exorcist/api/package.html 001
net/sf/exorcist/core/Exorcist.java 0023
net/sf/exorcist/core/FileContentState.java 0024
net/sf/exorcist/core/IdentityConverter.java 004
net/sf/exorcist/core/TableWriter.java 0024
net/sf/exorcist/core/TrimAttachmentsConverter.java 0016
net/sf/exorcist/core/XmlWriter.java 0041
net/sf/exorcist/core/XsltConverter.java 0020
net/sf/exorcist/core/memory/MemoryContentState.java 0026
net/sf/exorcist/core/memory/package.html 001
net/sf/exorcist/core/package.html 001
net/sf/exorcist/core/zip/ZipBase.java 005
net/sf/exorcist/core/zip/ZipExporter.java 0016
net/sf/exorcist/core/zip/ZipImporter.java 0019
net/sf/exorcist/dbe/ExportService.java 009
net/sf/exorcist/dbe/ImportService.java 0012
net/sf/exorcist/dbe/MigratorService.java 0012
net/sf/exorcist/dbe/client/ExportClient.java 0023
net/sf/exorcist/dbe/client/package.html 001
net/sf/exorcist/dbe/impl/PrintImportService.java 0027
net/sf/exorcist/dbe/impl/SimpleMigratorService.java 0091
net/sf/exorcist/dbe/impl/XmlExportService.java 0028
net/sf/exorcist/dbe/impl/package.html 001
net/sf/exorcist/dbe/package.html 001
net/sf/exorcist/easysiter/EasySiterExporter.java 00149
net/sf/exorcist/easysiter/package.html 001
net/sf/exorcist/file/FileExporter.java 0023
net/sf/exorcist/file/package.html 001
net/sf/exorcist/midgard/DOMBuilder.java 0022
net/sf/exorcist/midgard/DOMWalker.java 0017
net/sf/exorcist/midgard/GUIDResolver.java 0015
net/sf/exorcist/midgard/Midgard.java 007
net/sf/exorcist/midgard/MidgardExporter.java 0068
net/sf/exorcist/midgard/MidgardImporter.java 00124
net/sf/exorcist/midgard/MidgardItemDefinition.java 0014
net/sf/exorcist/midgard/MidgardNodeType.java 0046
net/sf/exorcist/midgard/MidgardObject.java 0015
net/sf/exorcist/midgard/MidgardObjectInfo.java 0038
net/sf/exorcist/midgard/MidgardProperty.java 0017
net/sf/exorcist/midgard/MidgardSchema.java 0042
net/sf/exorcist/midgard/MidgardType.java 0055
net/sf/exorcist/midgard/MidgardUtil.java 0025
net/sf/exorcist/midgard/NameMapper.java 0012
net/sf/exorcist/midgard/package.html 001
net/sf/exorcist/miki/MikiExporter.java 005
net/sf/exorcist/multi/MultiConverter.java 007
net/sf/exorcist/multi/MultiExporter.java 006
net/sf/exorcist/multi/MultiHandler.java 0037
net/sf/exorcist/multi/MultiImporter.java 006
net/sf/exorcist/multi/MultiState.java 0030
net/sf/exorcist/multi/package.html 001
net/sf/exorcist/xls/ExcelExporter.java 0026
net/sf/exorcist/xls/ExcelToXmlTransformer.java 0035
net/sf/exorcist/xls/package.html 001
net/sf/exorcist/xml/XmlExporter.java 007
net/sf/exorcist/xml/XmlImporter.java 007
net/sf/exorcist/xml/package.html 001

net/sf/exorcist/api/ContentConverter.java

ErrorLine
Error Missing a header - not enough lines in file. 1

net/sf/exorcist/api/ContentException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Parameter message should be final. 40
Error Parameter cause should be final. 49
Error Parameter message should be final. 59
Error Parameter cause should be final. 59

net/sf/exorcist/api/ContentExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1

net/sf/exorcist/api/ContentImporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1

net/sf/exorcist/api/ContentState.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 52
Error Line has trailing spaces. 56
Error Line has trailing spaces. 88
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 116
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 125

net/sf/exorcist/api/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/core/Exorcist.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 42
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 50
Error Parameter key should be final. 50
Error Missing a Javadoc comment. 57
Error Parameter properties should be final. 57
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter properties should be final. 82
Error Line is longer than 80 characters. 84
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error Parameter properties should be final. 91
Error Line is longer than 80 characters. 93
Error Method 'convertContent' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter properties should be final. 100
Error Line is longer than 80 characters. 102
Error Missing a Javadoc comment. 109
Error Parameter args should be final. 109
Error Line has trailing spaces. 138

net/sf/exorcist/core/FileContentState.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter input should be final. 57
Error Method 'addAttachment' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter data should be final. 70
Error Method 'getAttachmentHashes' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. 99
Error Missing a Javadoc comment. 99
Error Parameter hash should be final. 99
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 100
Error Method 'removeAttachment' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Parameter hash should be final. 109
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 109

net/sf/exorcist/core/IdentityConverter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Parameter state should be final. 23

net/sf/exorcist/core/TableWriter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.apache.xerces.util.XMLChar. 18
Error Unused import - org.xml.sax.Attributes. 19
Error Unused import - org.xml.sax.helpers.AttributesImpl. 22
Error First sentence should end with a period. 24
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter handler should be final. 35
Error Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Method 'startTable' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter name should be final. 50
Error Method 'endTable' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Method 'startRow' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Method 'endRow' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62

net/sf/exorcist/core/TrimAttachmentsConverter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 37
Error Missing a Javadoc comment. 42
Error Line has trailing spaces. 43
Error Method 'convertContent' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter state should be final. 45
Error Line has trailing spaces. 54
Error Line has trailing spaces. 56
Error Parameter ch should be final. 57
Error Parameter start should be final. 57
Error Parameter length should be final. 57
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 61
Error Parameter uri should be final. 61
Error Parameter local should be final. 61
Error Parameter name should be final. 61

net/sf/exorcist/core/XmlWriter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 24
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter namespace should be final. 35
Error 'namespace' hides a field. 35
Error Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter prefix should be final. 39
Error 'prefix' hides a field. 39
Error Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter handler should be final. 43
Error 'handler' hides a field. 43
Error Method 'startDocument' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Method 'endDocument' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Method 'addElement' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter name should be final. 57
Error Parameter value should be final. 57
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter name should be final. 63
Error Parameter attributes should be final. 63
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter name should be final. 73
Error Method 'makeAttribute' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter name should be final. 81
Error Parameter value should be final. 81
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter value should be final. 95
Error Missing a Javadoc comment. 102
Error Parameter value should be final. 102

net/sf/exorcist/core/XsltConverter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 34
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 42
Error Method 'setStylesheet' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter stylesheet should be final. 44
Error 'stylesheet' hides a field. 44
Error Method 'convertContent' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter state should be final. 48
Error Must have at least one statement. 62
Error '{' is not followed by whitespace. 62
Error '}' is not preceded with whitespace. 62
Error Must have at least one statement. 65
Error '{' is not followed by whitespace. 65
Error '}' is not preceded with whitespace. 65
Error Must have at least one statement. 72
Error '{' is not followed by whitespace. 72
Error '}' is not preceded with whitespace. 72

net/sf/exorcist/core/memory/MemoryContentState.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter content should be final. 48
Error 'content' hides a field. 48
Error Method 'addAttachment' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter data should be final. 57
Error Method 'getAttachmentHashes' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Line is longer than 80 characters. 73
Error Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter hash should be final. 73
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 73
Error Method 'removeAttachment' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter hash should be final. 82
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 82

net/sf/exorcist/core/memory/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/core/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/core/zip/ZipBase.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Method 'getZipfile' is not designed for extension - needs to be abstract, final or empty. 37
Error Method 'setZipfile' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter zipfile should be final. 46
Error 'zipfile' hides a field. 46

net/sf/exorcist/core/zip/ZipExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 54
Error Parameter state should be final. 54
Error Must have at least one statement. 70
Error '{' is not followed by whitespace. 70
Error '}' is not preceded with whitespace. 70
Error Line has trailing spaces. 76
Error '3' is a magic number. 79
Error '3' is a magic number. 84
Error Must have at least one statement. 89
Error '{' is not followed by whitespace. 89
Error '}' is not preceded with whitespace. 89
Error Must have at least one statement. 98
Error '{' is not followed by whitespace. 98
Error '}' is not preceded with whitespace. 98

net/sf/exorcist/core/zip/ZipImporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter state should be final. 49
Error Line has trailing spaces. 54
Error '4' is a magic number. 63
Error Must have at least one statement. 72
Error '{' is not followed by whitespace. 72
Error '}' is not preceded with whitespace. 72
Error Line has trailing spaces. 83
Error Line has trailing spaces. 85
Error Parameter zip should be final. 89
Error Parameter name should be final. 89
Error Parameter in should be final. 89
Error '4096' is a magic number. 93
Error Line has trailing spaces. 94
Error Must have at least one statement. 98
Error '{' is not followed by whitespace. 98
Error '}' is not preceded with whitespace. 98

net/sf/exorcist/dbe/ExportService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27

net/sf/exorcist/dbe/ImportService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Unused Javadoc tag. 24
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line is longer than 80 characters. 27
Error Line contains a tab character. 27
Error Expected @param tag for 'content'. 27

net/sf/exorcist/dbe/MigratorService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27

net/sf/exorcist/dbe/client/ExportClient.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Utility classes should not have a public or default constructor. 22
Error Line contains a tab character. 24
Error Missing a Javadoc comment. 24
Error Parameter args should be final. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line is longer than 80 characters. 29
Error Line contains a tab character. 29
Error '{' is followed by whitespace. 29
Error Line contains a tab character. 30
Error Line is longer than 80 characters. 31
Error Line contains a tab character. 31
Error '{' is followed by whitespace. 31
Error Line is longer than 80 characters. 32
Error Line contains a tab character. 32
Error '{' is followed by whitespace. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36

net/sf/exorcist/dbe/client/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/dbe/impl/PrintImportService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.io.IOException. 9
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 Missing a Javadoc comment. 30
Error Parameter context should be final. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Missing a Javadoc comment. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Line is longer than 80 characters. 40
Error Line contains a tab character. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter key should be final. 42
Error Parameter content should be final. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45

net/sf/exorcist/dbe/impl/SimpleMigratorService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 27
Error Missing a Javadoc comment. 27
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error Line contains a tab character. 31
Error Missing a Javadoc comment. 31
Error Line contains a tab character. 32
Error Missing a Javadoc comment. 32
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter context should be final. 37
Error 'context' hides a field. 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. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 49
Error Missing a Javadoc comment. 49
Error Line contains a tab character. 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 is longer than 80 characters. 56
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 59
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 64
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error Line contains a tab character. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error '10' is a magic number. 70
Error '*' is not preceded with whitespace. 70
Error '*' is not followed by whitespace. 70
Error '1000' is a magic number. 70
Error Line contains a tab character. 71
Error Must have at least one statement. 71
Error Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line contains a tab character. 74
Error Line has trailing spaces. 75
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line is longer than 80 characters. 77
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Method 'scheduleMigration' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error Line contains a tab character. 80
Error Parameter srcEntries should be final. 80
Error 'srcEntries' hides a field. 80
Error Parameter srcKey should be final. 80
Error 'srcKey' hides a field. 80
Error Line contains a tab character. 81
Error Parameter dstEntries should be final. 81
Error 'dstEntries' hides a field. 81
Error Parameter dstKey should be final. 81
Error 'dstKey' hides a field. 81
Error Line contains a tab character. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error Line contains a tab character. 86

net/sf/exorcist/dbe/impl/XmlExportService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line contains a tab character. 27
Error Line is longer than 80 characters. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter key should be final. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
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 Missing a Javadoc comment. 41
Error Parameter context should be final. 41
Error Line contains a tab character. 42
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 Missing a Javadoc comment. 47
Error Line contains a tab character. 48

net/sf/exorcist/dbe/impl/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/dbe/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/easysiter/EasySiterExporter.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unused import - net.sf.exorcist.core.memory.MemoryContentState. 37
Error Unused import - org.apache.commons.codec.binary.Base64. 39
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Method 'setDatabase' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter database should be final. 73
Error 'database' hides a field. 73
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter username should be final. 77
Error 'username' hides a field. 77
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter password should be final. 81
Error 'password' hides a field. 81
Error Method 'setFilepath' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter filepath should be final. 85
Error 'filepath' hides a field. 85
Error Method 'setExtended' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter extended should be final. 89
Error 'extended' hides a field. 89
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter target should be final. 93
Error 'target' hides a field. 93
Error Line has trailing spaces. 99
Error Must have at least one statement. 117
Error '{' is not followed by whitespace. 117
Error '}' is not preceded with whitespace. 117
Error Missing a Javadoc comment. 130
Error Parameter name should be final. 130
Error Line has trailing spaces. 133
Error Missing a Javadoc comment. 134
Error Parameter name should be final. 134
Error Missing a Javadoc comment. 138
Error Parameter name should be final. 138
Error Parameter content should be final. 138
Error Missing a Javadoc comment. 147
Error Must have at least one statement. 160
Error '{' is not followed by whitespace. 160
Error '}' is not preceded with whitespace. 160
Error Must have at least one statement. 163
Error '{' is not followed by whitespace. 163
Error '}' is not preceded with whitespace. 163
Error Line has trailing spaces. 166
Error Missing a Javadoc comment. 167
Error Parameter group should be final. 167
Error '3' is a magic number. 185
Error '4' is a magic number. 186
Error '5' is a magic number. 187
Error '6' is a magic number. 188
Error '7' is a magic number. 189
Error '8' is a magic number. 190
Error '9' is a magic number. 191
Error '10' is a magic number. 192
Error Must have at least one statement. 196
Error '{' is not followed by whitespace. 196
Error '}' is not preceded with whitespace. 196
Error Must have at least one statement. 199
Error '{' is not followed by whitespace. 199
Error '}' is not preceded with whitespace. 199
Error Missing a Javadoc comment. 203
Error Must have at least one statement. 213
Error '{' is not followed by whitespace. 213
Error '}' is not preceded with whitespace. 213
Error Must have at least one statement. 216
Error '{' is not followed by whitespace. 216
Error '}' is not preceded with whitespace. 216
Error Missing a Javadoc comment. 220
Error Parameter id should be final. 220
Error Missing a Javadoc comment. 224
Error Must have at least one statement. 234
Error '{' is not followed by whitespace. 234
Error '}' is not preceded with whitespace. 234
Error Must have at least one statement. 237
Error '{' is not followed by whitespace. 237
Error '}' is not preceded with whitespace. 237
Error Missing a Javadoc comment. 241
Error Parameter id should be final. 241
Error Missing a Javadoc comment. 245
Error Parameter parent should be final. 245
Error '3' is a magic number. 269
Error '4' is a magic number. 270
Error '5' is a magic number. 271
Error '6' is a magic number. 272
Error '7' is a magic number. 273
Error '8' is a magic number. 274
Error Must have at least one statement. 281
Error '{' is not followed by whitespace. 281
Error '}' is not preceded with whitespace. 281
Error Must have at least one statement. 284
Error '{' is not followed by whitespace. 284
Error '}' is not preceded with whitespace. 284
Error Missing a Javadoc comment. 288
Error Parameter menu should be final. 288
Error '3' is a magic number. 313
Error '4' is a magic number. 314
Error '5' is a magic number. 315
Error Must have at least one statement. 320
Error '{' is not followed by whitespace. 320
Error '}' is not preceded with whitespace. 320
Error Must have at least one statement. 323
Error '{' is not followed by whitespace. 323
Error '}' is not preceded with whitespace. 323
Error Missing a Javadoc comment. 327
Error Parameter menu should be final. 327
Error '3' is a magic number. 344
Error Must have at least one statement. 349
Error '{' is not followed by whitespace. 349
Error '}' is not preceded with whitespace. 349
Error Must have at least one statement. 352
Error '{' is not followed by whitespace. 352
Error '}' is not preceded with whitespace. 352
Error Missing a Javadoc comment. 356
Error Parameter data should be final. 356
Error Missing a Javadoc comment. 364
Error Parameter data should be final. 364
Error Missing a Javadoc comment. 381
Error Parameter data should be final. 381
Error Line is longer than 80 characters. 388
Error Line is longer than 80 characters. 394
Error Line is longer than 80 characters. 395
Error Line is longer than 80 characters. 397
Error Line is longer than 80 characters. 398
Error Line is longer than 80 characters. 403
Error Line is longer than 80 characters. 405
Error Missing a Javadoc comment. 415
Error Redundant 'final' modifier. 415
Error Parameter data should be final. 415
Error Missing a Javadoc comment. 425
Error Parameter html should be final. 425
Error Must have at least one statement. 440
Error '{' is not followed by whitespace. 440
Error '}' is not preceded with whitespace. 440

net/sf/exorcist/easysiter/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/file/FileExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 35
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 48
Error Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter directory should be final. 50
Error 'directory' hides a field. 50
Error Missing a Javadoc comment. 54
Error Parameter file should be final. 54
Error Must have at least one statement. 55
Error Missing a Javadoc comment. 64
Error Parameter file should be final. 64
Error Missing a Javadoc comment. 76
Error Parameter directory should be final. 76
Error 'directory' hides a field. 76
Error Line has trailing spaces. 86
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter state should be final. 88
Error 'state' hides a field. 88

net/sf/exorcist/file/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/midgard/DOMBuilder.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 54
Error Parameter name should be final. 66
Error Parameter namespace should be final. 66
Error 'namespace' hides a field. 66
Error Expected @param tag for 'namespace'. 66
Error Parameter prefix should be final. 66
Error 'prefix' hides a field. 66
Error Expected @param tag for 'prefix'. 66
Error Parameter xml should be final. 85
Error Parameter name should be final. 105
Error Line is longer than 80 characters. 106
Error Parameter name should be final. 127
Error Parameter value should be final. 127
Error Parameter name should be final. 137
Error Parameter value should be final. 137
Error Parameter content should be final. 146
Error Parameter name should be final. 158
Error Parameter content should be final. 158

net/sf/exorcist/midgard/DOMWalker.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Error Missing a Javadoc comment. 44
Error Parameter xml should be final. 60
Error Parameter namespace should be final. 60
Error 'namespace' hides a field. 60
Error Expected @param tag for 'namespace'. 60
Error 'cast' is not followed by whitespace. 70
Error Missing a Javadoc comment. 74
Error '6' is a magic number. 93
Error Parameter name should be final. 114
Error Missing a Javadoc comment. 142
Error Parameter name should be final. 142
Error Parameter name should be final. 170
Error Parameter name should be final. 210
Error Parameter context should be final. 210
Error Expected @param tag for 'context'. 210

net/sf/exorcist/midgard/GUIDResolver.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.Date. 22
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Parameter connection should be final. 33
Error '3' is a magic number. 46
Error Method 'findGUID' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter table should be final. 58
Error Parameter id should be final. 58
Error Method 'resolveGUID' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter guid should be final. 69

net/sf/exorcist/midgard/Midgard.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 21
Error Utility classes should not have a public or default constructor. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error Parameter args should be final. 29
Error Expected @param tag for 'args'. 29

net/sf/exorcist/midgard/MidgardExporter.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unused import - java.io.FileFilter. 21
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 66
Error Missing a Javadoc comment. 68
Error Method 'setSitegroup' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter sitegroup should be final. 70
Error 'sitegroup' hides a field. 70
Error Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. 74
Error Missing a Javadoc comment. 74
Error Parameter file should be final. 74
Error Line has trailing spaces. 79
Error Method 'setFilepath' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter filepath should be final. 80
Error 'filepath' hides a field. 80
Error Method 'setDatabase' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter database should be final. 84
Error 'database' hides a field. 84
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter username should be final. 88
Error 'username' hides a field. 88
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter password should be final. 92
Error 'password' hides a field. 92
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter state should be final. 96
Error 'state' hides a field. 96
Error Line is longer than 80 characters. 131
Error Missing a Javadoc comment. 131
Error Parameter schema should be final. 131
Error 'schema' hides a field. 131
Error Line is longer than 80 characters. 170
Error Line is longer than 80 characters. 173
Error Line is longer than 80 characters. 179
Error Missing a Javadoc comment. 201
Error Parameter type should be final. 201
Error Parameter id should be final. 201
Error Line is longer than 80 characters. 245
Error Line is longer than 80 characters. 248
Error Line is longer than 80 characters. 254
Error Missing a Javadoc comment. 276
Error Parameter table should be final. 276
Error Parameter id should be final. 276
Error '3' is a magic number. 283
Error Missing a Javadoc comment. 301
Error Parameter table should be final. 301
Error Parameter id should be final. 301
Error '3' is a magic number. 310
Error Line is longer than 80 characters. 318
Error Line is longer than 80 characters. 323
Error Line is longer than 80 characters. 325
Error Line is longer than 80 characters. 326
Error Line is longer than 80 characters. 329
Error Line is longer than 80 characters. 330

net/sf/exorcist/midgard/MidgardImporter.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Unused import - java.io.FileFilter. 19
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Variable 'id' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Variable 'table' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 50
Error Variable 'property' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Variable 'guid' must be private and have accessor methods. 51
Error Missing a Javadoc comment. 52
Error Parameter i should be final. 52
Error Parameter t should be final. 52
Error Parameter p should be final. 52
Error Parameter g should be final. 52
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Method 'setSchema' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter file should be final. 82
Error Method 'setSitegroup' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter sitegroup should be final. 88
Error 'sitegroup' hides a field. 88
Error Method 'setDatabase' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter database should be final. 92
Error 'database' hides a field. 92
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter username should be final. 96
Error 'username' hides a field. 96
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter password should be final. 100
Error 'password' hides a field. 100
Error Method 'setFilepath' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter filepath should be final. 104
Error 'filepath' hides a field. 104
Error Method 'setDelete' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter delete should be final. 108
Error 'delete' hides a field. 108
Error Missing a Javadoc comment. 112
Error Line has trailing spaces. 113
Error Method 'importObject' is not designed for extension - needs to be abstract, final or empty. 114
Error Method length is 196 lines (max allowed is 150). 114
Error Missing a Javadoc comment. 114
Error Parameter schema should be final. 114
Error 'schema' hides a field. 114
Error Parameter parent should be final. 114
Error Line is longer than 80 characters. 129
Error Must have at least one statement. 151
Error Must have at least one statement. 218
Error Line is longer than 80 characters. 240
Error '3' is a magic number. 244
Error '4' is a magic number. 245
Error Line has trailing spaces. 267
Error Line is longer than 80 characters. 267
Error Line has trailing spaces. 271
Error Line is longer than 80 characters. 294
Error Line has trailing spaces. 311
Error Method 'deleteObject' is not designed for extension - needs to be abstract, final or empty. 312
Error Missing a Javadoc comment. 312
Error Parameter schema should be final. 312
Error 'schema' hides a field. 312
Error Parameter guid should be final. 312
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 317
Error Missing a Javadoc comment. 317
Error Parameter state should be final. 317
Error 'state' hides a field. 317
Error Line has trailing spaces. 331
Error Line is longer than 80 characters. 332
Error Missing a Javadoc comment. 384
Error Parameter table should be final. 384
Error Parameter id should be final. 384
Error Line is longer than 80 characters. 386
Error '3' is a magic number. 390
Error Line is longer than 80 characters. 394
Error Line is longer than 80 characters. 417
Error '3' is a magic number. 427
Error '4' is a magic number. 428
Error '5' is a magic number. 429
Error '6' is a magic number. 430
Error '7' is a magic number. 432
Error Line is longer than 80 characters. 441
Error Line is longer than 80 characters. 443
Error '3' is a magic number. 449
Error '4' is a magic number. 450
Error Missing a Javadoc comment. 467
Error Parameter table should be final. 467
Error Parameter id should be final. 467
Error Line is longer than 80 characters. 470
Error '3' is a magic number. 474
Error Line is longer than 80 characters. 497
Error '32' is a magic number. 530
Error '3' is a magic number. 538
Error '4' is a magic number. 539
Error '5' is a magic number. 540
Error '6' is a magic number. 541
Error '7' is a magic number. 542
Error '8' is a magic number. 543
Error '9' is a magic number. 544
Error '10' is a magic number. 545
Error '11' is a magic number. 547
Error '3' is a magic number. 564
Error '4' is a magic number. 565
Error Line has trailing spaces. 580
Error '4096' is a magic number. 582

net/sf/exorcist/midgard/MidgardItemDefinition.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 6
Error Method 'getDeclaringNodeType' is not designed for extension - needs to be abstract, final or empty. 8
Error Missing a Javadoc comment. 8
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Method 'isAutoCreated' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Method 'getOnParentVersion' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'isProtected' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33

net/sf/exorcist/midgard/MidgardNodeType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 8
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Method 'isMixin' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error Method 'hasOrderableChildNodes' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Method 'getPrimaryItemName' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Method 'getSupertypes' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Method 'getDeclaredSupertypes' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Method 'isNodeType' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter arg0 should be final. 61
Error Method 'getPropertyDefinitions' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Method 'getDeclaredPropertyDefinitions' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Method 'getChildNodeDefinitions' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Method 'getDeclaredChildNodeDefinitions' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Line is longer than 80 characters. 99
Error Method 'canSetProperty' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter arg0 should be final. 101
Error Parameter arg1 should be final. 101
Error Line is longer than 80 characters. 107
Error Method 'canSetProperty' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Parameter arg0 should be final. 109
Error Parameter arg1 should be final. 109
Error Method 'canAddChildNode' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Parameter arg0 should be final. 117
Error Line is longer than 80 characters. 123
Error Method 'canAddChildNode' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter arg0 should be final. 125
Error Parameter arg1 should be final. 125
Error Method 'canRemoveItem' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter arg0 should be final. 133

net/sf/exorcist/midgard/MidgardObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Method 'getObjectInfo' is not designed for extension - needs to be abstract, final or empty. 31
Error Method 'setObjectInfo' is not designed for extension - needs to be abstract, final or empty. 38
Error Parameter info should be final. 38
Error 'info' hides a field. 38
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 42
Error Missing a Javadoc comment. 42
Error Parameter name should be final. 42
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter name should be final. 46
Error Parameter value should be final. 46

net/sf/exorcist/midgard/MidgardObjectInfo.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. 42
Error Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter author should be final. 49
Error 'author' hides a field. 49
Error Method 'getChanged' is not designed for extension - needs to be abstract, final or empty. 56
Error Method 'setChanged' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter changed should be final. 63
Error 'changed' hides a field. 63
Error Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. 70
Error Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter guid should be final. 77
Error 'guid' hides a field. 77
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 84
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 91
Error Parameter id should be final. 91
Error 'id' hides a field. 91
Error Method 'getLocked' is not designed for extension - needs to be abstract, final or empty. 98
Error Method 'setLocked' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter locked should be final. 105
Error 'locked' hides a field. 105
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 112
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter type should be final. 119
Error 'type' hides a field. 119
Error Method 'getUpdated' is not designed for extension - needs to be abstract, final or empty. 126
Error Method 'setUpdated' is not designed for extension - needs to be abstract, final or empty. 133
Error Parameter updated should be final. 133
Error 'updated' hides a field. 133

net/sf/exorcist/midgard/MidgardProperty.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 30
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Error Parameter name should be final. 37
Error 'name' hides a field. 37
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 44
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter type should be final. 51
Error 'type' hides a field. 51
Error Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 58
Error Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter link should be final. 65
Error 'link' hides a field. 65

net/sf/exorcist/midgard/MidgardSchema.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Line is longer than 80 characters. 63
Error Method 'parse' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error Parameter schema should be final. 63
Error Avoid inline conditionals. 82
Error Line is longer than 80 characters. 100
Error Line is longer than 80 characters. 106
Error Line is longer than 80 characters. 108
Error Avoid inline conditionals. 108
Error Line is longer than 80 characters. 110
Error Line has trailing spaces. 119
Error Line is longer than 80 characters. 132
Error Line is longer than 80 characters. 140
Error Line is longer than 80 characters. 143
Error Line is longer than 80 characters. 144
Error Line is longer than 80 characters. 154
Error Line has trailing spaces. 165
Error Method 'getTypeByName' is not designed for extension - needs to be abstract, final or empty. 166
Error Missing a Javadoc comment. 166
Error Parameter name should be final. 166
Error Method 'getTypeByTable' is not designed for extension - needs to be abstract, final or empty. 170
Error Missing a Javadoc comment. 170
Error Parameter table should be final. 170
Error Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. 174
Error Missing a Javadoc comment. 174
Error Method 'addType' is not designed for extension - needs to be abstract, final or empty. 178
Error Missing a Javadoc comment. 178
Error Parameter type should be final. 178

net/sf/exorcist/midgard/MidgardType.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter name should be final. 45
Error 'name' hides a field. 45
Error Method 'getTable' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Method 'setTable' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter table should be final. 53
Error 'table' hides a field. 53
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter property should be final. 61
Error Method 'getPrimary' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter property should be final. 69
Error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Method 'setParent' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter property should be final. 77
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter name should be final. 85
Error 'name' hides a field. 85
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter property should be final. 93
Error Method 'getSQL' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter type should be final. 116
Error Method 'removeChild' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter type should be final. 120

net/sf/exorcist/midgard/MidgardUtil.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 26
Error Utility classes should not have a public or default constructor. 26
Error Missing a Javadoc comment. 28
Error Parameter haystack should be final. 28
Error Parameter needle should be final. 28
Error Missing a Javadoc comment. 34
Error Parameter str should be final. 34
Error Missing a Javadoc comment. 38
Error Parameter url should be final. 38
Error Parameter param should be final. 38
Error Line has trailing spaces. 62
Error Missing a Javadoc comment. 63
Error Line has trailing spaces. 67
Error Must have at least one statement. 70
Error Must have at least one statement. 72
Error '{' is not followed by whitespace. 72
Error '}' is not preceded with whitespace. 72
Error Must have at least one statement. 85
Error Missing a Javadoc comment. 90
Error Line has trailing spaces. 94
Error Must have at least one statement. 97
Error Must have at least one statement. 99
Error '{' is not followed by whitespace. 99
Error '}' is not preceded with whitespace. 99

net/sf/exorcist/midgard/NameMapper.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 33
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 42
Error Parameter name should be final. 42
Error Missing a Javadoc comment. 62
Error Parameter name should be final. 62

net/sf/exorcist/midgard/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/miki/MikiExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Parameter state should be final. 24
Error Line has trailing spaces. 25

net/sf/exorcist/multi/MultiConverter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 25
Error Method 'setConverters' is not designed for extension - needs to be abstract, final or empty. 35
Error Parameter converters should be final. 35
Error 'converters' hides a field. 35
Error Method 'convertContent' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter state should be final. 40

net/sf/exorcist/multi/MultiExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Method 'setExporters' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter exporters should be final. 44
Error 'exporters' hides a field. 44
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter state should be final. 56

net/sf/exorcist/multi/MultiHandler.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Parameter handler should be final. 27
Error 'handler' hides a field. 27
Error Method 'characters' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter ch should be final. 31
Error Parameter start should be final. 31
Error Parameter length should be final. 31
Error Method 'endElement' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter uri should be final. 36
Error Parameter localName should be final. 36
Error Parameter qName should be final. 36
Error Method 'endPrefixMapping' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter prefix should be final. 41
Error Method 'ignorableWhitespace' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter ch should be final. 45
Error Parameter start should be final. 45
Error Parameter length should be final. 45
Error Method 'skippedEntity' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter name should be final. 50
Error Method 'startElement' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error Parameter uri should be final. 55
Error Parameter localName should be final. 55
Error Parameter qName should be final. 55
Error Parameter attributes should be final. 55
Error Method 'startPrefixMapping' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter prefix should be final. 60
Error Parameter uri should be final. 60

net/sf/exorcist/multi/MultiImporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Method 'setImporters' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter importers should be final. 39
Error 'importers' hides a field. 39
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter state should be final. 44

net/sf/exorcist/multi/MultiState.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 38
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Parameter state should be final. 55
Error 'state' hides a field. 55
Error Method 'startCollection' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Line has trailing spaces. 69
Error Line has trailing spaces. 72
Error Line has trailing spaces. 74
Error Method 'endCollection' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter content should be final. 96
Error Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 105
Error Method 'addAttachment' is not designed for extension - needs to be abstract, final or empty. 110
Error Parameter data should be final. 110
Error Method 'getAttachmentHashes' is not designed for extension - needs to be abstract, final or empty. 115
Error Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter hash should be final. 120
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 121
Error Parameter hash should be final. 126
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 126

net/sf/exorcist/multi/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/xls/ExcelExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.io.ByteArrayInputStream. 18
Error Unused import - java.io.ByteArrayOutputStream. 19
Error Unused import - org.xml.sax.ContentHandler. 33
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Method 'setFilename' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter filename should be final. 40
Error 'filename' hides a field. 40
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter state should be final. 44
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 61
Error Must have at least one statement. 64
Error '{' is not followed by whitespace. 64
Error '}' is not preceded with whitespace. 64
Error Must have at least one statement. 67
Error '{' is not followed by whitespace. 67
Error '}' is not preceded with whitespace. 67
Error Must have at least one statement. 74
Error '{' is not followed by whitespace. 74
Error '}' is not preceded with whitespace. 74
Error Missing a Javadoc comment. 83
Error Parameter args should be final. 83

net/sf/exorcist/xls/ExcelToXmlTransformer.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - org.xml.sax.helpers.AttributesImpl. 29
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Method 'setInputStream' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter stream should be final. 44
Error 'stream' hides a field. 44
Error Method 'setContentHandler' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter handler should be final. 48
Error 'handler' hides a field. 48
Error Method 'transform' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 62
Error Parameter workbook should be final. 62
Error Line is longer than 80 characters. 73
Error Missing a Javadoc comment. 73
Error Parameter name should be final. 73
Error Parameter sheet should be final. 73
Error Line is longer than 80 characters. 83
Error Missing a Javadoc comment. 83
Error Parameter name should be final. 83
Error Parameter first should be final. 83
Error Parameter row should be final. 83
Error Line is longer than 80 characters. 85
Error Line is longer than 80 characters. 86
Error Missing a Javadoc comment. 91
Error Parameter name should be final. 91
Error Parameter cell should be final. 91
Error Line is longer than 80 characters. 113

net/sf/exorcist/xls/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/exorcist/xml/XmlExporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 29
Error Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 41
Error Parameter content should be final. 41
Error 'content' hides a field. 41
Error Method 'exportContent' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter state should be final. 56

net/sf/exorcist/xml/XmlImporter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 31
Error Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter content should be final. 43
Error 'content' hides a field. 43
Error Method 'importContent' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter state should be final. 58

net/sf/exorcist/xml/package.html

ErrorLine
Error Missing package documentation file.0