Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
11100865

Files

FilesIWE
net/spy/jwebkit/AjaxHandler.java 001
net/spy/jwebkit/AjaxInPlaceEditServlet.java 001
net/spy/jwebkit/AjaxServlet.java 001
net/spy/jwebkit/ContentFilteredResponse.java 001
net/spy/jwebkit/ContentTypeFilter.java 001
net/spy/jwebkit/ContextUtil.java 0058
net/spy/jwebkit/CronContextListener.java 001
net/spy/jwebkit/GZIPFilter.java 001
net/spy/jwebkit/HeaderFilter.java 001
net/spy/jwebkit/JWFilter.java 0031
net/spy/jwebkit/JWHttpServlet.java 001
net/spy/jwebkit/JWServletContextListener.java 0083
net/spy/jwebkit/ProxySupportFilter.java 001
net/spy/jwebkit/RequestUtil.java 001
net/spy/jwebkit/ScriptSupportContextListener.java 001
net/spy/jwebkit/SessionWatcher.java 001
net/spy/jwebkit/auth/AuthAdaptor.java 0035
net/spy/jwebkit/auth/AuthFilter.java 001
net/spy/jwebkit/auth/BasicAuthFilter.java 001
net/spy/jwebkit/auth/BasicOrDigestAuthFilter.java 001
net/spy/jwebkit/auth/DigestAuthFilter.java 001
net/spy/jwebkit/auth/DigestParser.java 001
net/spy/jwebkit/auth/DigestSupportAuthAdaptor.java 0018
net/spy/jwebkit/auth/FormAuthFilter.java 001
net/spy/jwebkit/auth/PasswordCheckingAuthAdaptor.java 0016
net/spy/jwebkit/auth/PropPasswdAuthAdaptor.java 00118
net/spy/jwebkit/auth/SimpleAuthAdaptor.java 0077
net/spy/jwebkit/auth/package.html 001
net/spy/jwebkit/cache/CacheEntry.java 001
net/spy/jwebkit/cache/CacheEntry.java 001
net/spy/jwebkit/cache/CacheFilter.java 001
net/spy/jwebkit/cache/CacheProvider.java 0028
net/spy/jwebkit/cache/MemcachedCacheProvider.java 0073
net/spy/jwebkit/cache/MemcachedContextListener.java 0046
net/spy/jwebkit/cache/SimpleCacheProvider.java 0041
net/spy/jwebkit/debug/DebugServlet.java 001
net/spy/jwebkit/debug/MemServlet.java 001
net/spy/jwebkit/debug/TopServlet.java 001
net/spy/jwebkit/debug/package.html 001
net/spy/jwebkit/rss/RSSChannel.java 001
net/spy/jwebkit/rss/RSSItem.java 0031
net/spy/jwebkit/rss/RSSPodcastItem.java 0017
net/spy/jwebkit/rss/package.html 001
net/spy/jwebkit/struts/AjaxAction.java 001
net/spy/jwebkit/struts/BSHAction.java 001
net/spy/jwebkit/struts/CacheFlushAction.java 001
net/spy/jwebkit/struts/DBSPAction.java 001
net/spy/jwebkit/struts/DBSPMapping.java 001
net/spy/jwebkit/struts/HoldAction.java 001
net/spy/jwebkit/struts/JWebAction.java 001
net/spy/jwebkit/struts/LogoutAction.java 001
net/spy/jwebkit/struts/PyScriptAction.java 001
net/spy/jwebkit/struts/ScriptAction.java 0051
net/spy/jwebkit/struts/ScriptMapping.java 0027
net/spy/jwebkit/struts/ValidationUtils.java 0075
net/spy/jwebkit/xml/XMLOutputServlet.java 001
net/spy/jwebkit/xml/package.html 001

net/spy/jwebkit/AjaxHandler.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/AjaxInPlaceEditServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/AjaxServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/ContentFilteredResponse.java

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

net/spy/jwebkit/ContentTypeFilter.java

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

net/spy/jwebkit/ContextUtil.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line has trailing spaces. 14
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line is longer than 80 characters. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line has trailing spaces. 18
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 Parameter ctx should be final. 23
Error Parameter p should be final. 23
Error Line contains a tab character. 24
Error '=' is not preceded with whitespace. 24
Error '=' is not followed by whitespace. 24
Error Line contains a tab character. 25
Error 'if' is not followed by whitespace. 25
Error Line contains a tab character. 26
Error 'if' is not followed by whitespace. 26
Error Line contains a tab character. 27
Error '=' is not preceded with whitespace. 27
Error '=' is not followed by whitespace. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error 'return' is not followed by whitespace. 30
Error Line contains a tab character. 31
Error Line has trailing spaces. 33
Error Line contains a tab character. 33
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 Parameter ctx should be final. 40
Error Expected @param tag for 'ctx'. 40
Error Line contains a tab character. 41
Error Parameter name should be final. 41
Error Parameter def should be final. 41
Error Line contains a tab character. 43
Error '=' is not preceded with whitespace. 43
Error '=' is not followed by whitespace. 43
Error Line contains a tab character. 44
Error 'if' is not followed by whitespace. 44
Error Line contains a tab character. 45
Error '=' is not preceded with whitespace. 45
Error '=' is not followed by whitespace. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error 'return' is not followed by whitespace. 48
Error Line contains a tab character. 49

net/spy/jwebkit/CronContextListener.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/GZIPFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/HeaderFilter.java

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

net/spy/jwebkit/JWFilter.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 16
Error Missing a Javadoc comment. 16
Error '=' is not preceded with whitespace. 16
Error '=' is not followed by whitespace. 16
Error Line contains a tab character. 18
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter c should be final. 18
Error Line contains a tab character. 19
Error '=' is not preceded with whitespace. 19
Error '=' is not followed by whitespace. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 23
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error '=' is not preceded with whitespace. 24
Error '=' is not followed by whitespace. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Expected an @return tag. 31
Error Line contains a tab character. 31
Error Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 31
Error Line contains a tab character. 32
Error 'return' is not followed by whitespace. 32
Error Line contains a tab character. 33

net/spy/jwebkit/JWHttpServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/JWServletContextListener.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 17
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line has trailing spaces. 21
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 Method 'getContextPath' is not designed for extension - needs to be abstract, final or empty. 25
Error Parameter ctx should be final. 25
Error Line contains a tab character. 26
Error '=' is not preceded with whitespace. 26
Error '=' is not followed by whitespace. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error '=' is not preceded with whitespace. 28
Error '=' is not followed by whitespace. 28
Error Line contains a tab character. 29
Error '=' is not preceded with whitespace. 29
Error '=' is not followed by whitespace. 29
Error 'cast' is not followed by whitespace. 29
Error Line contains a tab character. 30
Error 'catch' is not followed by whitespace. 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. 36
Error Line is longer than 80 characters. 37
Error Line contains a tab character. 37
Error Line contains a tab character. 38
Error Line contains a tab character. 39
Error Missing a Javadoc comment. 39
Error Parameter sce should be final. 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 'catch' is not followed by whitespace. 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. 49
Error Line contains a tab character. 50
Error Line has trailing spaces. 51
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 Parameter sce should be final. 55
Error Line contains a tab character. 56
Error Line contains a tab character. 57
Error Line contains a tab character. 59
Error Line is longer than 80 characters. 60
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Missing a Javadoc comment. 62
Error Parameter sce should be final. 62
Error Line contains a tab character. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 65
Error Line contains a tab character. 66
Error 'catch' is not followed by whitespace. 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 Line contains a tab character. 72
Error Line contains a tab character. 73
Error Line has trailing spaces. 74
Error Line contains a tab character. 74
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Parameter sce should be final. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 80

net/spy/jwebkit/ProxySupportFilter.java

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

net/spy/jwebkit/RequestUtil.java

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

net/spy/jwebkit/ScriptSupportContextListener.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/SessionWatcher.java

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

net/spy/jwebkit/auth/AuthAdaptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line has trailing spaces. 20
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. 26
Error Line contains a tab character. 27
Error Line has trailing spaces. 28
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. 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. 37
Error Line contains a tab character. 38
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 Line has trailing spaces. 44
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

net/spy/jwebkit/auth/AuthFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/auth/BasicAuthFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/auth/BasicOrDigestAuthFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/auth/DigestAuthFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/auth/DigestParser.java

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

net/spy/jwebkit/auth/DigestSupportAuthAdaptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 10
Error Line is longer than 80 characters. 11
Error Line contains a tab character. 11
Error Line is longer than 80 characters. 12
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line has trailing spaces. 14
Error Line contains a tab character. 14
Error Unused @param tag for 'u'. 15
Error Line contains a tab character. 15
Error Unused @param tag for 'r'. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Expected @param tag for 'username'. 19
Error Expected @param tag for 'realm'. 19

net/spy/jwebkit/auth/FormAuthFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/auth/PasswordCheckingAuthAdaptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 15
Error Line is longer than 80 characters. 16
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line has trailing spaces. 18
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line is longer than 80 characters. 21
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 is longer than 80 characters. 25
Error Line contains a tab character. 25

net/spy/jwebkit/auth/PropPasswdAuthAdaptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Missing a Javadoc comment. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error '=' is not preceded with whitespace. 28
Error '=' is not followed by whitespace. 28
Error Line contains a tab character. 29
Error Missing a Javadoc comment. 29
Error '=' is not preceded with whitespace. 29
Error '=' is not followed by whitespace. 29
Error Line contains a tab character. 31
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Parameter c should be final. 31
Error Line contains a tab character. 32
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
Error Line contains a tab character. 34
Error '=' is not preceded with whitespace. 34
Error '=' is not followed by whitespace. 34
Error Line contains a tab character. 35
Error '=' is not preceded with whitespace. 35
Error '=' is not followed by whitespace. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error '=' is not preceded with whitespace. 37
Error '=' is not followed by whitespace. 37
Error Line contains a tab character. 38
Error '=' is not preceded with whitespace. 38
Error '=' is not followed by whitespace. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error 'catch' is not followed by whitespace. 40
Error Line is longer than 80 characters. 41
Error Line contains a tab character. 41
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 '=' is not preceded with whitespace. 45
Error '=' is not followed by whitespace. 45
Error Line contains a tab character. 46
Error Line contains a tab character. 48
Error Method 'checkPassword' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter pass should be final. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50
Error '=' is not preceded with whitespace. 50
Error '=' is not followed by whitespace. 50
Error Line contains a tab character. 51
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error Line contains a tab character. 52
Error 'if' is not followed by whitespace. 52
Error Line contains a tab character. 53
Error 'if' is not followed by whitespace. 53
Error Line is longer than 80 characters. 54
Error Line contains a tab character. 54
Error Line contains a tab character. 55
Error '=' is not preceded with whitespace. 55
Error '=' is not followed by whitespace. 55
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. 63
Error Line contains a tab character. 65
Error Method 'isPrincipalInRole' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter req should be final. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Parameter res should be final. 66
Error Parameter context should be final. 66
Error Parameter user should be final. 66
Error Line contains a tab character. 67
Error Parameter role should be final. 67
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 71
Error Method 'getHA1' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter username should be final. 71
Error Parameter realm should be final. 71
Error Line contains a tab character. 72
Error '=' is not preceded with whitespace. 72
Error '=' is not followed by whitespace. 72
Error Line contains a tab character. 73
Error '=' is not preceded with whitespace. 73
Error '=' is not followed by whitespace. 73
Error Line contains a tab character. 74
Error 'if' is not followed by whitespace. 74
Error Line contains a tab character. 75
Error '=' is not preceded with whitespace. 75
Error '=' is not followed by whitespace. 75
Error Line is longer than 80 characters. 76
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line contains a tab character. 79
Error Line contains a tab character. 81
Error Method 'didAuthenticate' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter p should be final. 81
Error Line contains a tab character. 82
Error Parameter req should be final. 82
Error Parameter res should be final. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84

net/spy/jwebkit/auth/SimpleAuthAdaptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line has trailing spaces. 19
Error Line contains a tab character. 23
Error Line contains a tab character. 25
Error Missing a Javadoc comment. 25
Error '=' is not preceded with whitespace. 25
Error '=' is not followed by whitespace. 25
Error Line contains a tab character. 26
Error Missing a Javadoc comment. 26
Error '=' is not preceded with whitespace. 26
Error '=' is not followed by whitespace. 26
Error Line contains a tab character. 28
Error Missing a Javadoc comment. 28
Error Parameter conf should be final. 28
Error Line has trailing spaces. 29
Error Line contains a tab character. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 32
Error Method 'isPrincipalInRole' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter req should be final. 32
Error Line is longer than 80 characters. 33
Error Line contains a tab character. 33
Error Parameter res should be final. 33
Error Parameter context should be final. 33
Error Parameter user should be final. 33
Error Line contains a tab character. 34
Error Parameter role should be final. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 38
Error Method 'checkPassword' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter pass should be final. 38
Error Line contains a tab character. 39
Error Line contains a tab character. 40
Error '=' is not preceded with whitespace. 40
Error '=' is not followed by whitespace. 40
Error Line contains a tab character. 41
Error 'if' is not followed by whitespace. 41
Error Line contains a tab character. 42
Error '=' is not preceded with whitespace. 42
Error '=' is not followed by whitespace. 42
Error Line contains a tab character. 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. 49
Error Method 'getHA1' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter username should be final. 49
Error Parameter realm should be final. 49
Error Line contains a tab character. 50
Error '=' is not preceded with whitespace. 50
Error '=' is not followed by whitespace. 50
Error Line is longer than 80 characters. 51
Error Line contains a tab character. 51
Error 'if' is not followed by whitespace. 51
Error Line contains a tab character. 52
Error '=' is not preceded with whitespace. 52
Error '=' is not followed by whitespace. 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 Line contains a tab character. 57
Error Line contains a tab character. 58
Error Line contains a tab character. 60
Error Method 'didAuthenticate' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter p should be final. 60
Error Line contains a tab character. 61
Error Parameter req should be final. 61
Error Parameter res should be final. 61
Error Line contains a tab character. 62
Error Line contains a tab character. 63

net/spy/jwebkit/auth/package.html

ErrorLine
Error Missing package documentation file.0

net/spy/jwebkit/cache/CacheEntry.java

ErrorLine
Error File does not end with a newline. 0

net/spy/jwebkit/cache/CacheEntry.java

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

net/spy/jwebkit/cache/CacheFilter.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/cache/CacheProvider.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 11
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Expected @param tag for 'conf'. 14
Error Expected @throws tag for 'ServletException'. 14
Error ';' is preceded with whitespace. 14
Error Line contains a tab character. 16
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. 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
Error Line contains a tab character. 28
Error Line contains a tab character. 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. 37

net/spy/jwebkit/cache/MemcachedCacheProvider.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 19
Error Missing a Javadoc comment. 19
Error '=' is not preceded with whitespace. 19
Error '=' is not followed by whitespace. 19
Error Line is longer than 80 characters. 20
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Missing a Javadoc comment. 21
Error '=' is not preceded with whitespace. 21
Error '=' is not followed by whitespace. 21
Error Line contains a tab character. 23
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter conf should be final. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error 'if' is not followed by whitespace. 25
Error Line is longer than 80 characters. 26
Error Line contains a tab character. 26
Error '<' is not preceded with whitespace. 26
Error '<' is not followed by whitespace. 26
Error '>' is not preceded with whitespace. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error '=' is not preceded with whitespace. 28
Error '=' is not followed by whitespace. 28
Error Line contains a tab character. 29
Error Line is longer than 80 characters. 30
Error Line contains a tab character. 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 '=' is not preceded with whitespace. 35
Error '=' is not followed by whitespace. 35
Error Line contains a tab character. 36
Error Line contains a tab character. 37
Error Line contains a tab character. 39
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Line contains a tab character. 40
Error 'if' is not followed by whitespace. 40
Error Line contains a tab character. 41
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error Line contains a tab character. 45
Error Method 'getEntry' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter key should be final. 45
Error Line contains a tab character. 46
Error 'cast' is not followed by whitespace. 46
Error Line contains a tab character. 47
Error Line contains a tab character. 49
Error Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter key should be final. 49
Error Parameter ce should be final. 49
Error Parameter cacheTime should be final. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error '1000' is a magic number. 51
Error Line contains a tab character. 52
Error '30' is a magic number. 52
Error '*' is not preceded with whitespace. 52
Error '*' is not followed by whitespace. 52
Error '86400' is a magic number. 52
Error Line is longer than 80 characters. 53
Error Line contains a tab character. 53
Error Line contains a tab character. 54
Error 'cast' is not followed by whitespace. 54
Error Line contains a tab character. 55

net/spy/jwebkit/cache/MemcachedContextListener.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 19
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 '=' is not preceded with whitespace. 24
Error Line contains a tab character. 25
Error Line contains a tab character. 27
Error Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Parameter sce should be final. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line is longer than 80 characters. 30
Error Line contains a tab character. 30
Error '=' is not preceded with whitespace. 30
Error '=' is not followed by whitespace. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line is longer than 80 characters. 34
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 Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter sce should be final. 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. 43
Error Line contains a tab character. 44
Error Line contains a tab character. 45
Error Expected an @return tag. 46
Error Line contains a tab character. 46
Error Parameter ctx should be final. 46
Error Expected @param tag for 'ctx'. 46
Error Line contains a tab character. 47
Error '=' is not preceded with whitespace. 47
Error '=' is not followed by whitespace. 47
Error 'cast' is not followed by whitespace. 47
Error Line contains a tab character. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 50

net/spy/jwebkit/cache/SimpleCacheProvider.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 13
Error Missing a Javadoc comment. 13
Error '=' is not preceded with whitespace. 13
Error '=' is not followed by whitespace. 13
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Method 'getEntry' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter key should be final. 18
Error Line contains a tab character. 19
Error 'cast' is not followed by whitespace. 19
Error Line contains a tab character. 20
Error Line contains a tab character. 22
Error Line is longer than 80 characters. 23
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Line contains a tab character. 25
Error Method 'setEntry' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error Parameter key should be final. 25
Error Parameter ce should be final. 25
Error Parameter cacheTime should be final. 25
Error Line contains a tab character. 26
Error Line contains a tab character. 27
Error Line contains a tab character. 29
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Parameter conf should be final. 29
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error '=' is not preceded with whitespace. 31
Error '=' is not followed by whitespace. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 34
Error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 36

net/spy/jwebkit/debug/DebugServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/debug/MemServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/debug/TopServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/debug/package.html

ErrorLine
Error Missing package documentation file.0

net/spy/jwebkit/rss/RSSChannel.java

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

net/spy/jwebkit/rss/RSSItem.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line has trailing spaces. 12
Error Line contains a tab character. 12
Error Line contains a tab character. 13
Error Line contains a tab character. 14
Error Expected an @return tag. 15
Error Line contains a tab character. 15
Error Line has trailing spaces. 17
Error Line contains a tab character. 17
Error Line contains a tab character. 18
Error Line contains a tab character. 19
Error Expected an @return tag. 20
Error Line contains a tab character. 20
Error Line has trailing spaces. 22
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Line contains a tab character. 24
Error Expected an @return tag. 25
Error Line contains a tab character. 25
Error Line has trailing spaces. 27
Error Line contains a tab character. 27
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Expected an @return tag. 30
Error Line contains a tab character. 30
Error Line has trailing spaces. 32
Error Line contains a tab character. 32
Error Line contains a tab character. 33
Error Line contains a tab character. 34
Error Expected an @return tag. 35
Error Line contains a tab character. 35

net/spy/jwebkit/rss/RSSPodcastItem.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 10
Error Line is longer than 80 characters. 11
Error Line contains a tab character. 11
Error Line contains a tab character. 12
Error Expected an @return tag. 13
Error Line contains a tab character. 13
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Expected an @return tag. 18
Error Line contains a tab character. 18
Error Line contains a tab character. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Expected an @return tag. 23
Error Line contains a tab character. 23

net/spy/jwebkit/rss/package.html

ErrorLine
Error Missing package documentation file.0

net/spy/jwebkit/struts/AjaxAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/BSHAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/CacheFlushAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/DBSPAction.java

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

net/spy/jwebkit/struts/DBSPMapping.java

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

net/spy/jwebkit/struts/HoldAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/JWebAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/LogoutAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/PyScriptAction.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/struts/ScriptAction.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line has trailing spaces. 28
Error Line contains a tab character. 28
Error Line contains a tab character. 29
Error Line has trailing spaces. 30
Error Line contains a tab character. 30
Error Line contains a tab character. 31
Error Line contains a tab character. 32
Error Line contains a tab character. 33
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 Expected an @return tag. 38
Error Line contains a tab character. 38
Error Method 'getPathToScript' is not designed for extension - needs to be abstract, final or empty. 38
Error Parameter mapping should be final. 38
Error Expected @param tag for 'mapping'. 38
Error Parameter form should be final. 38
Error Expected @param tag for 'form'. 38
Error Line contains a tab character. 39
Error Parameter request should be final. 39
Error Expected @param tag for 'request'. 39
Error Parameter response should be final. 39
Error Expected @param tag for 'response'. 39
Error Line contains a tab character. 40
Error Expected @throws tag for 'Exception'. 40
Error Line contains a tab character. 42
Error Line contains a tab character. 43
Error '=' is not preceded with whitespace. 43
Error '=' is not followed by whitespace. 43
Error Line is longer than 80 characters. 45
Error Line contains a tab character. 45
Error Line contains a tab character. 46
Error 'if' is not followed by whitespace. 46
Error Line contains a tab character. 47
Error '=' is not preceded with whitespace. 47
Error '=' is not followed by whitespace. 47
Error 'cast' is not followed by whitespace. 47
Error Line contains a tab character. 48
Error '=' is not preceded with whitespace. 48
Error '=' is not followed by whitespace. 48
Error Line contains a tab character. 49
Error Line contains a tab character. 51
Error Line contains a tab character. 52
Error '=' is not preceded with whitespace. 52
Error '=' is not followed by whitespace. 52
Error Line contains a tab character. 53
Error Line contains a tab character. 55
Error 'return' is not followed by whitespace. 55
Error Line contains a tab character. 56

net/spy/jwebkit/struts/ScriptMapping.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 12
Error Missing a Javadoc comment. 12
Error '=' is not preceded with whitespace. 12
Error '=' is not followed by whitespace. 12
Error Line has trailing spaces. 14
Error Line contains a tab character. 14
Error Line contains a tab character. 15
Error Line contains a tab character. 16
Error Line contains a tab character. 17
Error Method 'setScriptPath' is not designed for extension - needs to be abstract, final or empty. 17
Error Parameter to should be final. 17
Error Expected @param tag for 'to'. 17
Error Line contains a tab character. 18
Error '=' is not preceded with whitespace. 18
Error '=' is not followed by whitespace. 18
Error Line contains a tab character. 19
Error Line has trailing spaces. 21
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23
Error Expected an @return tag. 24
Error Line contains a tab character. 24
Error Method 'getScriptPath' is not designed for extension - needs to be abstract, final or empty. 24
Error Line contains a tab character. 25
Error 'return' is not followed by whitespace. 25
Error Line contains a tab character. 26

net/spy/jwebkit/struts/ValidationUtils.java

ErrorLine
Error Line does not match expected header line of 'Copyright (c) 2006 Dustin Sallings <dustin@spy.net>'. 1
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Missing a Javadoc comment. 20
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line has trailing spaces. 24
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
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. 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 Unclosed HTML tag found: <pre> 43
Error Line is longer than 80 characters. 46
Error Line contains a tab character. 60
Error Line contains a tab character. 61
Error Line contains a tab character. 62
Error Expected an @return tag. 63
Error Line contains a tab character. 63
Error Parameter bean should be final. 63
Error Expected @param tag for 'bean'. 63
Error Parameter va should be final. 63
Error Expected @param tag for 'va'. 63
Error Line is longer than 80 characters. 64
Error Line contains a tab character. 64
Error Parameter field should be final. 64
Error Expected @param tag for 'field'. 64
Error Line is longer than 80 characters. 65
Error Line contains a tab character. 65
Error Parameter errors should be final. 65
Error Expected @param tag for 'errors'. 65
Error Line is longer than 80 characters. 66
Error Line contains a tab character. 66
Error Parameter request should be final. 66
Error Expected @param tag for 'request'. 66
Error Line contains a tab character. 68
Error Line contains a tab character. 69
Error '=' is not preceded with whitespace. 69
Error '=' is not followed by whitespace. 69
Error Line contains a tab character. 70
Error Line is longer than 80 characters. 71
Error Line contains a tab character. 71
Error Line contains a tab character. 72
Error Line is longer than 80 characters. 73
Error Line contains a tab character. 73
Error Line contains a tab character. 75
Error Line contains a tab character. 76
Error Line contains a tab character. 77
Error Line contains a tab character. 78
Error Line is longer than 80 characters. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error '=' is not preceded with whitespace. 80
Error '=' is not followed by whitespace. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error 'catch' is not followed by whitespace. 82
Error Line is longer than 80 characters. 83
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error '=' is not preceded with whitespace. 85
Error '=' is not followed by whitespace. 85
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error Line contains a tab character. 89
Error 'return' is not followed by whitespace. 89
Error Line contains a tab character. 90

net/spy/jwebkit/xml/XMLOutputServlet.java

ErrorLine
Error Got an exception - unexpected char: '@' 0

net/spy/jwebkit/xml/package.html

ErrorLine
Error Missing package documentation file.0