Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
8900808

Files

FilesIWE
ch/odi/justblog/JustBlog.java 0025
ch/odi/justblog/api/ApiException.java 009
ch/odi/justblog/api/ApiRegistry.java 0015
ch/odi/justblog/api/AuthenticationFailedException.java 0011
ch/odi/justblog/api/Blog.java 007
ch/odi/justblog/api/BlogApi.java 0013
ch/odi/justblog/api/Entry.java 0017
ch/odi/justblog/api/blogger/Blogger.java 0094
ch/odi/justblog/api/blogger/BloggerApi.java 0011
ch/odi/justblog/api/blogger/BloggerBlog.java 0036
ch/odi/justblog/api/blogger/IBloggerEntryExt.java 001
ch/odi/justblog/api/blogger/IBloggerEntryExt.java 002
ch/odi/justblog/api/blogger/PersistentEntryExt.java 006
ch/odi/justblog/api/blogger/UserInfo.java 0040
ch/odi/justblog/api/blogger/package.html 001
ch/odi/justblog/api/package.html 001
ch/odi/justblog/command/ClearEntry.java 006
ch/odi/justblog/command/Command.java 002
ch/odi/justblog/command/CommandException.java 0010
ch/odi/justblog/command/ISession.java 007
ch/odi/justblog/command/PostEntry.java 008
ch/odi/justblog/command/SetUrl.java 0018
ch/odi/justblog/command/SimpleSession.java 0016
ch/odi/justblog/command/package.html 001
ch/odi/justblog/discovery/Discovery.java 0063
ch/odi/justblog/discovery/DiscoveryException.java 0010
ch/odi/justblog/discovery/InvalidDocumentException.java 009
ch/odi/justblog/discovery/LinkExtractor.java 0010
ch/odi/justblog/discovery/Rsd.java 0022
ch/odi/justblog/discovery/RsdApi.java 0024
ch/odi/justblog/discovery/package.html 001
ch/odi/justblog/gui/IAuthenticator.java 004
ch/odi/justblog/gui/Ui.java 002
ch/odi/justblog/gui/UiFactory.java 0011
ch/odi/justblog/gui/package.html 001
ch/odi/justblog/gui/swing/ButtonBar.java 0019
ch/odi/justblog/gui/swing/DialogAuthenticator.java 00120
ch/odi/justblog/gui/swing/Editor.java 0035
ch/odi/justblog/gui/swing/ErrorMessage.java 0011
ch/odi/justblog/gui/swing/MainWindow.java 0033
ch/odi/justblog/gui/swing/SwingUi.java 0013
ch/odi/justblog/gui/swing/UrlBar.java 0017
ch/odi/justblog/gui/swing/control/ButtonBarController.java 002
ch/odi/justblog/gui/swing/control/Controller.java 0025
ch/odi/justblog/gui/swing/control/UrlBarController.java 004
ch/odi/justblog/gui/swing/control/package.html 001
ch/odi/justblog/gui/swing/package.html 001
ch/odi/justblog/package.html 001
ch/odi/util/xml/NodeEnumeration.java 0011
ch/odi/util/xml/package.html 001

ch/odi/justblog/JustBlog.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 12
Error Javadoc-Kommentar fehlt. 13
Error Line has trailing spaces. 14
Error Javadoc-Kommentar fehlt. 15
Error Parameter uiName should be final. 15
Error Das 'if'-Konstrukt muss '{}' benutzen. 17
Error Line has trailing spaces. 17
Error Das 'if'-Konstrukt muss '{}' benutzen. 18
Error Das 'if'-Konstrukt muss '{}' benutzen. 19
Error Das 'if'-Konstrukt muss '{}' benutzen. 21
Error Zeile länger als 80 Zeichen 21
Error Vor '+' befindet sich kein Leerzeichen. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 26
Error Fehlender @return-Tag. 29
Error Die Methode 'getUi' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 29
Error Line has trailing spaces. 32
Error Line has trailing spaces. 35
Error Fehlender @return-Tag. 38
Error Line has trailing spaces. 41
Error Der erste Satz sollte mit einem Punkt abschließen. 42
Error Line has trailing spaces. 44
Error Parameter args should be final. 47
Error Erwartete Tag @param für 'args'. 47

ch/odi/justblog/api/ApiException.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Parameter message should be final. 13
Error Erwartete Tag @param für 'message'. 13
Error Parameter message should be final. 21
Error Erwartete Tag @param für 'message'. 21
Error Parameter cause should be final. 21
Error Erwartete Tag @param für 'cause'. 21
Error Parameter cause should be final. 28
Error Erwartete Tag @param für 'cause'. 28

ch/odi/justblog/api/ApiRegistry.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 14
Error Line has trailing spaces. 15
Error Line has trailing spaces. 19
Error Line has trailing spaces. 25
Error Javadoc-Kommentar fehlt. 26
Error Parameter api should be final. 26
Error Line has trailing spaces. 29
Error Javadoc-Kommentar fehlt. 30
Error Parameter apiName should be final. 30
Error Line has trailing spaces. 33
Error Javadoc-Kommentar fehlt. 34
Error Parameter apiName should be final. 34
Error Line has trailing spaces. 37
Error Javadoc-Kommentar fehlt. 38

ch/odi/justblog/api/AuthenticationFailedException.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 4
Error Line has trailing spaces. 11
Error Parameter arg0 should be final. 20
Error Erwartete Tag @param für 'arg0'. 20
Error Parameter arg0 should be final. 27
Error Erwartete Tag @param für 'arg0'. 27
Error Parameter arg0 should be final. 35
Error Erwartete Tag @param für 'arg0'. 35
Error Parameter arg1 should be final. 35
Error Erwartete Tag @param für 'arg1'. 35

ch/odi/justblog/api/Blog.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 16
Error Zeile länger als 80 Zeichen 23
Error Erwartete Tag @throws für 'AuthenticationFailedException'. 23
Error Line has trailing spaces. 27
Error Erwartete Tag @throws für 'ApiException'. 31

ch/odi/justblog/api/BlogApi.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 11
Error Line has trailing spaces. 14
Error Fehlender @return-Tag. 17
Error Line has trailing spaces. 18
Error Fehlender @return-Tag. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Zeile länger als 80 Zeichen 26
Error Zeile länger als 80 Zeichen 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 29

ch/odi/justblog/api/Entry.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 13
Error Javadoc-Kommentar fehlt. 14
Error Line has trailing spaces. 15
Error Die Methode 'getExtension' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 21
Error Parameter clazz should be final. 21
Error Das 'if'-Konstrukt muss '{}' benutzen. 22
Error Zeile länger als 80 Zeichen 22
Error Line has trailing spaces. 25
Error Die Methode 'addExtension' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 31
Error Parameter extension should be final. 31
Error Erwartete Tag @param für 'extension'. 31
Error Line has trailing spaces. 38
Error Die Methode 'getText' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 42
Error Die Methode 'setText' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 49
Error Parameter text should be final. 49
Error 'text' verbirgt ein Feld. 49

ch/odi/justblog/api/blogger/Blogger.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 18
Error Line has trailing spaces. 26
Error Javadoc-Kommentar fehlt. 27
Error Javadoc-Kommentar fehlt. 28
Error Line has trailing spaces. 29
Error Javadoc-Kommentar fehlt. 30
Error Javadoc-Kommentar fehlt. 31
Error Javadoc-Kommentar fehlt. 32
Error Vor '=' befindet sich kein Leerzeichen. 32
Error Nach '=' folgt kein Leerzeichen. 32
Error Vor '=' befindet sich kein Leerzeichen. 32
Error Nach '=' folgt kein Leerzeichen. 32
Error Der erste Satz sollte mit einem Punkt abschließen. 33
Error Zeile länger als 80 Zeichen 33
Error Zeile länger als 80 Zeichen 34
Error 'appkey' entspricht nicht dem Muster '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Error Line has trailing spaces. 35
Error Line has trailing spaces. 37
Error Parameter url should be final. 40
Error 'url' verbirgt ein Feld. 40
Error Line has trailing spaces. 43
Error Die Methode 'setBlog' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 44
Error Javadoc-Kommentar fehlt. 44
Error Parameter blog should be final. 44
Error Line has trailing spaces. 47
Error Zeile länger als 80 Zeichen 49
Error Line has trailing spaces. 50
Error Die Methode 'setCredentials' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 54
Error Parameter username should be final. 54
Error 'username' verbirgt ein Feld. 54
Error Erwartete Tag @param für 'username'. 54
Error Parameter password should be final. 54
Error 'password' verbirgt ein Feld. 54
Error Erwartete Tag @param für 'password'. 54
Error Line has trailing spaces. 58
Error Zeile länger als 80 Zeichen 60
Error Line has trailing spaces. 62
Error Zeile länger als 80 Zeichen 69
Error Die Methode 'newPost' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 69
Error Parameter posting should be final. 69
Error Parameter publish should be final. 69
Error Erwartete Tag @throws für 'IOException'. 69
Error Erwartete Tag @throws für 'ApiException'. 69
Error Zeile länger als 80 Zeichen 84
Error Vor '+' befindet sich kein Leerzeichen. 84
Error Line has trailing spaces. 88
Error Line has trailing spaces. 91
Error Zeile länger als 80 Zeichen 93
Error Line has trailing spaces. 95
Error Zeile länger als 80 Zeichen 102
Error Die Methode 'editPost' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 102
Error Parameter id should be final. 102
Error Erwartete Tag @param für 'id'. 102
Error Parameter posting should be final. 102
Error Erwartete Tag @param für 'posting'. 102
Error Parameter publish should be final. 102
Error Erwartete Tag @param für 'publish'. 102
Error Erwartete Tag @throws für 'IOException'. 102
Error Erwartete Tag @throws für 'ApiException'. 102
Error Zeile länger als 80 Zeichen 117
Error Vor '+' befindet sich kein Leerzeichen. 117
Error Das 'if'-Konstrukt muss '{}' benutzen. 119
Error Line has trailing spaces. 122
Error Line has trailing spaces. 124
Error Line has trailing spaces. 127
Error Fehlender @return-Tag. 132
Error Die Methode 'getUsersBlogs' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 132
Error Erwartete Tag @throws für 'IOException'. 132
Error Erwartete Tag @throws für 'ApiException'. 132
Error Zeile länger als 80 Zeichen 145
Error Vor '+' befindet sich kein Leerzeichen. 145
Error Zeile länger als 80 Zeichen 152
Error Vor '+' befindet sich kein Leerzeichen. 152
Error Line has trailing spaces. 162
Error Line has trailing spaces. 168
Error Fehlender @return-Tag. 173
Error Die Methode 'getUserInfo' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 173
Error Erwartete Tag @throws für 'ApiException'. 173
Error Erwartete Tag @throws für 'IOException'. 173
Error Zeile länger als 80 Zeichen 186
Error Vor '+' befindet sich kein Leerzeichen. 186
Error Line has trailing spaces. 196
Error Line has trailing spaces. 199
Error Line has trailing spaces. 202
Error Fehlender @return-Tag. 207
Error Die Methode 'getTemplate' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 207
Error Parameter type should be final. 207
Error Line has trailing spaces. 211
Error Line has trailing spaces. 214
Error Die Methode 'setTemplate' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 219
Error Parameter type should be final. 219
Error Parameter template should be final. 219
Error Erwartete Tag @param für 'template'. 219

ch/odi/justblog/api/blogger/BloggerApi.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Die Methode 'getRsdName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 20
Error Javadoc-Kommentar fehlt. 20
Error Die Methode 'getName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 24
Error Javadoc-Kommentar fehlt. 24
Error Die Methode 'getBlog' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 28
Error Javadoc-Kommentar fehlt. 28
Error Parameter url should be final. 28
Error Parameter id should be final. 28

ch/odi/justblog/api/blogger/BloggerBlog.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 23
Error Javadoc-Kommentar fehlt. 24
Error Javadoc-Kommentar fehlt. 25
Error Javadoc-Kommentar fehlt. 26
Error Javadoc-Kommentar fehlt. 27
Error Line has trailing spaces. 30
Error Parameter id should be final. 32
Error 'id' verbirgt ein Feld. 32
Error Erwartete Tag @param für 'id'. 32
Error Die Methode 'getName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 38
Error Line has trailing spaces. 41
Error Die Methode 'setName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 45
Error Parameter name should be final. 45
Error 'name' verbirgt ein Feld. 45
Error Line has trailing spaces. 48
Error Die Methode 'getUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 52
Error Line has trailing spaces. 55
Error Die Methode 'setUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 59
Error Parameter url should be final. 59
Error 'url' verbirgt ein Feld. 59
Error Line has trailing spaces. 62
Error Die Methode 'getId' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 66
Error Line has trailing spaces. 69
Error Zeile länger als 80 Zeichen 70
Error Die Methode 'authenticate' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 70
Error Javadoc-Kommentar fehlt. 70
Error Parameter authCallback should be final. 70
Error Line has trailing spaces. 98
Error Line has trailing spaces. 99
Error Die Methode 'post' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 100
Error Javadoc-Kommentar fehlt. 100
Error Parameter entry should be final. 100
Error Zeile länger als 80 Zeichen 102
Error 'id' verbirgt ein Feld. 104
Error Zeile länger als 80 Zeichen 109

ch/odi/justblog/api/blogger/IBloggerEntryExt.java

ErrorLine
Error Datei endet nicht mit einem Zeilenumbruch. 0

ch/odi/justblog/api/blogger/IBloggerEntryExt.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 14

ch/odi/justblog/api/blogger/PersistentEntryExt.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 8
Error Line has trailing spaces. 9
Error Line has trailing spaces. 16
Error Parameter id should be final. 20
Error 'id' verbirgt ein Feld. 20

ch/odi/justblog/api/blogger/UserInfo.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 10
Error Javadoc-Kommentar fehlt. 11
Error Line has trailing spaces. 12
Error Line has trailing spaces. 14
Error Parameter id should be final. 16
Error 'id' verbirgt ein Feld. 16
Error Erwartete Tag @param für 'id'. 16
Error Line has trailing spaces. 19
Error Die Methode 'getEmail' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 24
Error Line has trailing spaces. 27
Error Die Methode 'setEmail' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 31
Error Parameter email should be final. 31
Error 'email' verbirgt ein Feld. 31
Error Line has trailing spaces. 34
Error Die Methode 'getFirstName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 38
Error Line has trailing spaces. 41
Error Die Methode 'setFirstName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 45
Error Parameter firstName should be final. 45
Error 'firstName' verbirgt ein Feld. 45
Error Line has trailing spaces. 48
Error Die Methode 'getLastName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 52
Error Line has trailing spaces. 55
Error Die Methode 'setLastName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 59
Error Parameter lastName should be final. 59
Error 'lastName' verbirgt ein Feld. 59
Error Line has trailing spaces. 62
Error Die Methode 'getNick' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 66
Error Line has trailing spaces. 69
Error Die Methode 'setNick' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 73
Error Parameter nick should be final. 73
Error 'nick' verbirgt ein Feld. 73
Error Line has trailing spaces. 76
Error Die Methode 'getUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 80
Error Line has trailing spaces. 83
Error Die Methode 'setUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 87
Error Parameter url should be final. 87
Error 'url' verbirgt ein Feld. 87
Error Line has trailing spaces. 90
Error Die Methode 'getId' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 94

ch/odi/justblog/api/blogger/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/api/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/command/ClearEntry.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 13
Error Die Methode 'execute' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 18
Error Javadoc-Kommentar fehlt. 18
Error Parameter session should be final. 18

ch/odi/justblog/command/Command.java

ErrorLine
Error Header fehlt - Datei hat nicht genug Zeilen. 1
Error Erwartete Tag @throws für 'CommandException'. 15

ch/odi/justblog/command/CommandException.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 4
Error Parameter arg0 should be final. 13
Error Erwartete Tag @param für 'arg0'. 13
Error Parameter arg0 should be final. 20
Error Erwartete Tag @param für 'arg0'. 20
Error Parameter arg0 should be final. 28
Error Erwartete Tag @param für 'arg0'. 28
Error Parameter arg1 should be final. 28
Error Erwartete Tag @param für 'arg1'. 28

ch/odi/justblog/command/ISession.java

ErrorLine
Error Header fehlt - Datei hat nicht genug Zeilen. 1
Error Zeile länger als 80 Zeichen 7
Error Javadoc-Kommentar fehlt. 12
Error Javadoc-Kommentar fehlt. 13
Error Line has trailing spaces. 14
Error Javadoc-Kommentar fehlt. 15
Error Javadoc-Kommentar fehlt. 16

ch/odi/justblog/command/PostEntry.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 12
Error Line has trailing spaces. 14
Error Die Methode 'execute' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 22
Error Parameter session should be final. 22
Error Erwartete Tag @param für 'session'. 22
Error Erwartete Tag @throws für 'CommandException'. 22

ch/odi/justblog/command/SetUrl.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 16
Error Javadoc-Kommentar fehlt. 21
Error Line has trailing spaces. 22
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error Parameter url should be final. 27
Error 'url' verbirgt ein Feld. 27
Error Erwartete Tag @param für 'url'. 27
Error Die Methode 'execute' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 31
Error Javadoc-Kommentar fehlt. 31
Error Parameter session should be final. 31
Error Zeile länger als 80 Zeichen 36
Error Zeile länger als 80 Zeichen 38
Error Vor '+' befindet sich kein Leerzeichen. 38
Error Nach '+' folgt kein Leerzeichen. 38
Error Vor '+' befindet sich kein Leerzeichen. 38
Error Nach 'catch' folgt kein Leerzeichen. 43

ch/odi/justblog/command/SimpleSession.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 8
Error Javadoc-Kommentar fehlt. 13
Error Javadoc-Kommentar fehlt. 14
Error Die Methode 'setBlog' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 16
Error Javadoc-Kommentar fehlt. 16
Error Parameter blog should be final. 16
Error 'blog' verbirgt ein Feld. 16
Error Die Methode 'getBlog' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 20
Error Javadoc-Kommentar fehlt. 20
Error Die Methode 'setEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 24
Error Javadoc-Kommentar fehlt. 24
Error Parameter entry should be final. 24
Error 'entry' verbirgt ein Feld. 24
Error Die Methode 'getEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 28
Error Javadoc-Kommentar fehlt. 28

ch/odi/justblog/command/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/discovery/Discovery.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 33
Error Line has trailing spaces. 34
Error Javadoc-Kommentar fehlt. 35
Error Javadoc-Kommentar fehlt. 36
Error Javadoc-Kommentar fehlt. 37
Error Javadoc-Kommentar fehlt. 38
Error Line has trailing spaces. 39
Error Line has trailing spaces. 44
Error Nicht benutztes @param-Tag für 'The'. 45
Error Parameter url should be final. 48
Error 'url' verbirgt ein Feld. 48
Error Erwartete Tag @param für 'url'. 48
Error Erwartete Tag @throws für 'DiscoveryException'. 48
Error Vor '+' befindet sich kein Leerzeichen. 51
Error Javadoc-Kommentar fehlt. 55
Error Zeile länger als 80 Zeichen 67
Error Vor '+' befindet sich kein Leerzeichen. 67
Error Das 'if'-Konstrukt muss '{}' benutzen. 70
Error Zeile länger als 80 Zeichen 70
Error Line has trailing spaces. 72
Error Javadoc-Kommentar fehlt. 73
Error Parameter rsdUrl should be final. 73
Error Das 'if'-Konstrukt muss '{}' benutzen. 76
Error Zeile länger als 80 Zeichen 76
Error Vor '+' befindet sich kein Leerzeichen. 76
Error Das 'if'-Konstrukt muss '{}' benutzen. 78
Error Vor '+' befindet sich kein Leerzeichen. 78
Error Line has trailing spaces. 86
Error Line has trailing spaces. 88
Error Javadoc-Kommentar fehlt. 89
Error Parameter links should be final. 89
Error Line has trailing spaces. 93
Error Zeile länger als 80 Zeichen 95
Error Line has trailing spaces. 96
Error Die Methode 'autoSelect' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 99
Error Das 'if'-Konstrukt muss '{}' benutzen. 102
Error Zeile länger als 80 Zeichen 102
Error Das 'if'-Konstrukt muss '{}' benutzen. 106
Error Line has trailing spaces. 110
Error Der erste Satz sollte mit einem Punkt abschließen. 111
Error Zeile länger als 80 Zeichen 112
Error Parameter links should be final. 116
Error 'url' verbirgt ein Feld. 117
Error Das 'if'-Konstrukt muss '{}' benutzen. 122
Error Das 'if'-Konstrukt muss '{}' benutzen. 124
Error Das 'if'-Konstrukt muss '{}' benutzen. 127
Error Line has trailing spaces. 137
Error Nicht benutztes @throws-Tag für 'InvalidDocumentException'. 141
Error Parameter url should be final. 143
Error 'url' verbirgt ein Feld. 143
Error Vor '+' befindet sich kein Leerzeichen. 148
Error Das 'if'-Konstrukt muss '{}' benutzen. 149
Error Zeile länger als 80 Zeichen 149
Error Line has trailing spaces. 161
Error Line has trailing spaces. 164
Error Fehlender @return-Tag. 170
Error Parameter method should be final. 170
Error Erwartete Tag @param für 'method'. 170
Error Das 'if'-Konstrukt muss '{}' benutzen. 172
Error Vor '+' befindet sich kein Leerzeichen. 174
Error Das 'if'-Konstrukt muss '{}' benutzen. 175
Error Das 'if'-Konstrukt muss '{}' benutzen. 176

ch/odi/justblog/discovery/DiscoveryException.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 4
Error Parameter message should be final. 14
Error Erwartete Tag @param für 'message'. 14
Error Parameter message should be final. 22
Error Erwartete Tag @param für 'message'. 22
Error Parameter cause should be final. 22
Error Erwartete Tag @param für 'cause'. 22
Error Parameter cause should be final. 29
Error Erwartete Tag @param für 'cause'. 29

ch/odi/justblog/discovery/InvalidDocumentException.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Parameter message should be final. 13
Error Erwartete Tag @param für 'message'. 13
Error Parameter message should be final. 21
Error Erwartete Tag @param für 'message'. 21
Error Parameter cause should be final. 21
Error Erwartete Tag @param für 'cause'. 21
Error Parameter cause should be final. 28
Error Erwartete Tag @param für 'cause'. 28

ch/odi/justblog/discovery/LinkExtractor.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 7
Error Line has trailing spaces. 14
Error Parameter in should be final. 16
Error Erwartete Tag @param für 'in'. 16
Error Line has trailing spaces. 18
Error Die Methode 'getLink' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 19
Error Javadoc-Kommentar fehlt. 19
Error Parameter rel should be final. 19
Error Parameter type should be final. 19

ch/odi/justblog/discovery/Rsd.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Zeile länger als 80 Zeichen 23
Error Javadoc-Kommentar fehlt. 29
Error 'version' entspricht nicht dem Muster '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Vor '=' befindet sich kein Leerzeichen. 29
Error Nach '=' folgt kein Leerzeichen. 29
Error Javadoc-Kommentar fehlt. 30
Error Line has trailing spaces. 31
Error Line has trailing spaces. 34
Error Zeile länger als 80 Zeichen 36
Error Parameter xml should be final. 40
Error Parameter context should be final. 40
Error Erwartete Tag @throws für 'InvalidDocumentException'. 40
Error Zeile länger als 80 Zeichen 54
Error Zeile länger als 80 Zeichen 55
Error Nach 'catch' folgt kein Leerzeichen. 58
Error Nach 'catch' folgt kein Leerzeichen. 60
Error Line has trailing spaces. 72
Error Line has trailing spaces. 75
Error Line has trailing spaces. 81
Error Die Methode 'getApis' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 82
Error Javadoc-Kommentar fehlt. 82

ch/odi/justblog/discovery/RsdApi.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 12
Error Javadoc-Kommentar fehlt. 13
Error Javadoc-Kommentar fehlt. 14
Error Javadoc-Kommentar fehlt. 15
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Parameter name should be final. 20
Error 'name' verbirgt ein Feld. 20
Error Erwartete Tag @param für 'name'. 20
Error Parameter preferred should be final. 20
Error 'preferred' verbirgt ein Feld. 20
Error Erwartete Tag @param für 'preferred'. 20
Error Parameter apiUrl should be final. 20
Error 'apiUrl' verbirgt ein Feld. 20
Error Erwartete Tag @param für 'apiUrl'. 20
Error Parameter blogId should be final. 20
Error 'blogId' verbirgt ein Feld. 20
Error Erwartete Tag @param für 'blogId'. 20
Error Die Methode 'getApiUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 34
Error Line has trailing spaces. 37
Error Die Methode 'getBlogId' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 41
Error Die Methode 'getName' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 48
Error Die Methode 'isPreferred' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 55

ch/odi/justblog/discovery/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/gui/IAuthenticator.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 6
Error Line has trailing spaces. 15
Error Erwartete Tag @param für 'context'. 20

ch/odi/justblog/gui/Ui.java

ErrorLine
Error Header fehlt - Datei hat nicht genug Zeilen. 1
Error Javadoc-Kommentar fehlt. 10

ch/odi/justblog/gui/UiFactory.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Die Klasse UiFactory sollte als final deklariert sein, da alle ihre Konstruktoren private sind. 10
Error Javadoc-Kommentar fehlt. 11
Error Javadoc-Kommentar fehlt. 12
Error Javadoc-Kommentar fehlt. 13
Error Line has trailing spaces. 15
Error Der erste Satz sollte mit einem Punkt abschließen. 20
Error Line has trailing spaces. 22
Error Fehlender @return-Tag. 26
Error Parameter ui should be final. 26
Error Erwartete Tag @param für 'ui'. 26

ch/odi/justblog/gui/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/gui/swing/ButtonBar.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 12
Error Javadoc-Kommentar fehlt. 17
Error Javadoc-Kommentar fehlt. 18
Error Javadoc-Kommentar fehlt. 19
Error Javadoc-Kommentar fehlt. 20
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Parameter controller should be final. 25
Error 'controller' verbirgt ein Feld. 25
Error Erwartete Tag @param für 'controller'. 25
Error Line has trailing spaces. 31
Error Line has trailing spaces. 38
Error Die Methode 'setEnabled' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 49
Error Parameter enabled should be final. 49
Error Erwartete Tag @param für 'enabled'. 49
Error Die Methode 'actionPerformed' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 55
Error Javadoc-Kommentar fehlt. 55
Error Parameter e should be final. 55

ch/odi/justblog/gui/swing/DialogAuthenticator.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 40
Error Javadoc-Kommentar fehlt. 44
Error Variable 'owner' muss private sein. 44
Error Javadoc-Kommentar fehlt. 45
Error Variable 'title' muss private sein. 45
Error Line has trailing spaces. 46
Error Line has trailing spaces. 48
Error Parameter owner should be final. 50
Error 'owner' verbirgt ein Feld. 50
Error Erwartete Tag @param für 'owner'. 50
Error Die Methode 'setContext' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 58
Error Parameter context should be final. 58
Error Die Methode 'handle' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 66
Error Parameter callbacks should be final. 66
Error Erwartete Tag @param für 'callbacks'. 66
Error Erwartete Tag @throws für 'IOException'. 66
Error Erwartete Tag @throws für 'UnsupportedCallbackException'. 67
Error '5' sollte durch eine Konstante definiert sein. 73
Error '5' sollte durch eine Konstante definiert sein. 73
Error Nach ',' folgt kein Leerzeichen. 73
Error '5' sollte durch eine Konstante definiert sein. 73
Error Nach ',' folgt kein Leerzeichen. 73
Error '5' sollte durch eine Konstante definiert sein. 73
Error Zeile länger als 80 Zeichen 80
Error Vor '=' befindet sich kein Leerzeichen. 82
Error Nach '=' folgt kein Leerzeichen. 82
Error Vor '<' befindet sich kein Leerzeichen. 82
Error Nach '<' folgt kein Leerzeichen. 82
Error Line has trailing spaces. 88
Error Line has trailing spaces. 113
Error Line has trailing spaces. 117
Error Line has trailing spaces. 121
Error Zeile länger als 80 Zeichen 129
Error Line has trailing spaces. 135
Error Zeile länger als 80 Zeichen 135
Error Line has trailing spaces. 160
Error Line has trailing spaces. 164
Error Line has trailing spaces. 168
Error Vor '+' befindet sich kein Leerzeichen. 173
Error Zeile länger als 80 Zeichen 179
Error Das 'else'-Konstrukt muss '{}' benutzen. 184
Error Parameter e should be final. 195
Error Das 'if'-Konstrukt muss '{}' benutzen. 199
Error Zeile länger als 80 Zeichen 199
Error Nach '!' folgt ein Leerzeichen. 199
Error Javadoc-Kommentar fehlt. 218
Error Javadoc-Kommentar fehlt. 219
Error Javadoc-Kommentar fehlt. 222
Error Javadoc-Kommentar fehlt. 223
Error Line has trailing spaces. 224
Error Javadoc-Kommentar fehlt. 225
Error Parameter cb should be final. 225
Error 'cb' verbirgt ein Feld. 225
Error '10' sollte durch eine Konstante definiert sein. 226
Error Line has trailing spaces. 229
Error Javadoc-Kommentar fehlt. 230
Error Javadoc-Kommentar fehlt. 235
Error Javadoc-Kommentar fehlt. 236
Error Line has trailing spaces. 237
Error Javadoc-Kommentar fehlt. 238
Error Parameter cb should be final. 238
Error 'cb' verbirgt ein Feld. 238
Error '10' sollte durch eine Konstante definiert sein. 239
Error Line has trailing spaces. 243
Error Javadoc-Kommentar fehlt. 244
Error Line has trailing spaces. 248
Error Javadoc-Kommentar fehlt. 249
Error Javadoc-Kommentar fehlt. 250
Error Line has trailing spaces. 251
Error Javadoc-Kommentar fehlt. 252
Error Parameter cb should be final. 252
Error 'cb' verbirgt ein Feld. 252
Error '10' sollte durch eine Konstante definiert sein. 253
Error Line has trailing spaces. 256
Error Javadoc-Kommentar fehlt. 257
Error Line has trailing spaces. 261
Error Javadoc-Kommentar fehlt. 262
Error Javadoc-Kommentar fehlt. 263
Error Line has trailing spaces. 264
Error Javadoc-Kommentar fehlt. 265
Error Parameter cb should be final. 265
Error 'cb' verbirgt ein Feld. 265
Error Line has trailing spaces. 270
Error Nach 'for' folgt kein Leerzeichen. 272
Error Line has trailing spaces. 277
Error Nach 'for' folgt kein Leerzeichen. 280
Error Javadoc-Kommentar fehlt. 289
Error Nach 'for' folgt kein Leerzeichen. 294
Error Das 'if'-Konstrukt muss '{}' benutzen. 296
Error Zeile länger als 80 Zeichen 296
Error Line has trailing spaces. 299
Error Nach 'for' folgt kein Leerzeichen. 307
Error Line has trailing spaces. 317
Error Javadoc-Kommentar fehlt. 318
Error Javadoc-Kommentar fehlt. 319
Error Javadoc-Kommentar fehlt. 320
Error Line has trailing spaces. 321
Error Javadoc-Kommentar fehlt. 322
Error Parameter cb should be final. 322
Error 'cb' verbirgt ein Feld. 322
Error Line has trailing spaces. 327
Error Zeile länger als 80 Zeichen 328
Error switch ohne "default". 329
Error Nach '{' folgt ein Leerzeichen. 331
Error Line has trailing spaces. 332
Error Nach '{' folgt ein Leerzeichen. 332
Error Line has trailing spaces. 335
Error Nach '{' folgt ein Leerzeichen. 337
Error Line has trailing spaces. 338
Error Nach '{' folgt ein Leerzeichen. 338
Error Line has trailing spaces. 342
Error Nach '{' folgt ein Leerzeichen. 344
Error Line has trailing spaces. 345
Error Nach '{' folgt ein Leerzeichen. 345
Error Line has trailing spaces. 350
Error Nach 'for' folgt kein Leerzeichen. 352
Error Javadoc-Kommentar fehlt. 360
Error Nach 'for' folgt kein Leerzeichen. 364
Error Nach 'for' folgt kein Leerzeichen. 372

ch/odi/justblog/gui/swing/Editor.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 23
Error Javadoc-Kommentar fehlt. 24
Error Javadoc-Kommentar fehlt. 25
Error Line has trailing spaces. 26
Error Line has trailing spaces. 34
Error Line has trailing spaces. 38
Error Die Methode 'setHtml' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 39
Error Javadoc-Kommentar fehlt. 39
Error Parameter html should be final. 39
Error Line has trailing spaces. 42
Error Die Methode 'getHtml' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 43
Error Javadoc-Kommentar fehlt. 43
Error Line has trailing spaces. 46
Error Die Methode 'setEnabled' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 47
Error Javadoc-Kommentar fehlt. 47
Error Parameter enabled should be final. 47
Error Line has trailing spaces. 51
Error Javadoc-Kommentar fehlt. 52
Error Vor '+' befindet sich kein Leerzeichen. 59
Error Line has trailing spaces. 61
Error Line has trailing spaces. 62
Error Javadoc-Kommentar fehlt. 63
Error Line has trailing spaces. 66
Error Line has trailing spaces. 67
Error Javadoc-Kommentar fehlt. 68
Error Javadoc-Kommentar fehlt. 69
Error Zeile länger als 80 Zeichen 80
Error Zeile länger als 80 Zeichen 84
Error Line has trailing spaces. 87
Error Zeile länger als 80 Zeichen 97
Error Line has trailing spaces. 102
Error Line has trailing spaces. 103
Error Parameter enabled should be final. 107
Error Erwartete Tag @param für 'enabled'. 107

ch/odi/justblog/gui/swing/ErrorMessage.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 31
Error Parameter owner should be final. 33
Error Erwartete Tag @param für 'owner'. 33
Error Parameter ex should be final. 33
Error Erwartete Tag @param für 'ex'. 33
Error Line has trailing spaces. 40
Error '10' sollte durch eine Konstante definiert sein. 47
Error '50' sollte durch eine Konstante definiert sein. 47
Error Line has trailing spaces. 52
Error Parameter e should be final. 57

ch/odi/justblog/gui/swing/MainWindow.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 21
Error Javadoc-Kommentar fehlt. 22
Error Javadoc-Kommentar fehlt. 23
Error Javadoc-Kommentar fehlt. 24
Error Javadoc-Kommentar fehlt. 25
Error Javadoc-Kommentar fehlt. 26
Error Line has trailing spaces. 27
Error Zeile länger als 80 Zeichen 32
Error Parameter title should be final. 32
Error Erwartete Tag @param für 'title'. 32
Error Parameter controller should be final. 32
Error 'controller' verbirgt ein Feld. 32
Error Erwartete Tag @param für 'controller'. 32
Error Erwartete Tag @throws für 'HeadlessException'. 32
Error Überflüssige throws-Deklaration: 'HeadlessException' ist eine unchecked Exception (abgeleitet von RuntimeException). 32
Error Line has trailing spaces. 38
Error Die Methode 'canEditEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 39
Error Javadoc-Kommentar fehlt. 39
Error Parameter enabled should be final. 39
Error Line has trailing spaces. 43
Error Die Methode 'getEntryText' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 44
Error Javadoc-Kommentar fehlt. 44
Error Line has trailing spaces. 47
Error Die Methode 'clearEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 48
Error Javadoc-Kommentar fehlt. 48
Error Fehlender @return-Tag. 56
Error Die Methode 'getSession' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 56
Error Line has trailing spaces. 59
Error Javadoc-Kommentar fehlt. 60
Error Line has trailing spaces. 65
Error '200' sollte durch eine Konstante definiert sein. 73
Error '200' sollte durch eine Konstante definiert sein. 73

ch/odi/justblog/gui/swing/SwingUi.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 10
Error Javadoc-Kommentar fehlt. 15
Error Javadoc-Kommentar fehlt. 16
Error Line has trailing spaces. 17
Error Line has trailing spaces. 19
Error Muss mindestens ein Statement beinhalten. 24
Error Line has trailing spaces. 27
Error '300' sollte durch eine Konstante definiert sein. 30
Error '300' sollte durch eine Konstante definiert sein. 30
Error Die Methode 'createAuthenticator' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 35
Error Javadoc-Kommentar fehlt. 35
Error Line has trailing spaces. 38

ch/odi/justblog/gui/swing/UrlBar.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Line has trailing spaces. 16
Error Javadoc-Kommentar fehlt. 21
Error Javadoc-Kommentar fehlt. 22
Error Javadoc-Kommentar fehlt. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error Parameter controller should be final. 28
Error 'controller' verbirgt ein Feld. 28
Error Erwartete Tag @param für 'controller'. 28
Error Line has trailing spaces. 34
Error Die Methode 'actionPerformed' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 49
Error Javadoc-Kommentar fehlt. 49
Error Parameter e should be final. 49
Error Die Methode 'setDefaultButton' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 53
Error Javadoc-Kommentar fehlt. 53
Error Parameter p should be final. 53

ch/odi/justblog/gui/swing/control/ButtonBarController.java

ErrorLine
Error Header fehlt - Datei hat nicht genug Zeilen. 1
Error Line has trailing spaces. 4

ch/odi/justblog/gui/swing/control/Controller.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 26
Error Javadoc-Kommentar fehlt. 27
Error Line has trailing spaces. 28
Error Line has trailing spaces. 30
Error Parameter gui should be final. 32
Error 'gui' verbirgt ein Feld. 32
Error Erwartete Tag @param für 'gui'. 32
Error Line has trailing spaces. 35
Error Die Methode 'setView' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 36
Error Javadoc-Kommentar fehlt. 36
Error Parameter view should be final. 36
Error 'view' verbirgt ein Feld. 36
Error Die Methode 'newUrl' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 43
Error Javadoc-Kommentar fehlt. 43
Error Parameter urlstring should be final. 43
Error Zeile länger als 80 Zeichen 55
Error Line has trailing spaces. 57
Error Line has trailing spaces. 59
Error Die Methode 'postEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 60
Error Javadoc-Kommentar fehlt. 60
Error Zeile länger als 80 Zeichen 69
Error Die Methode 'clearEntry' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 73
Error Javadoc-Kommentar fehlt. 73
Error Zeile länger als 80 Zeichen 81

ch/odi/justblog/gui/swing/control/UrlBarController.java

ErrorLine
Error Header fehlt - Datei hat nicht genug Zeilen. 1
Error Line has trailing spaces. 4
Error Line has trailing spaces. 9
Error Line has trailing spaces. 12

ch/odi/justblog/gui/swing/control/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/gui/swing/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/justblog/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0

ch/odi/util/xml/NodeEnumeration.java

ErrorLine
Error Zeile entspricht nicht der erwarteten Header-Zeile 'Justblog is a cross-platform weblog editor.'. 1
Error Javadoc-Kommentar fehlt. 14
Error Javadoc-Kommentar fehlt. 15
Error Line has trailing spaces. 16
Error Parameter list should be final. 20
Error 'list' verbirgt ein Feld. 20
Error Erwartete Tag @param für 'list'. 20
Error Die Methode 'hasMoreElements' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 28
Error Javadoc-Kommentar fehlt. 28
Error Line has trailing spaces. 32
Error Die Methode 'nextElement' ist nicht für Vererbung entworfen - muss abstract, final oder leer sein. 36

ch/odi/util/xml/package.html

ErrorLine
Error Fehlende Package-Dokumentation.0