Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
35001267

Files

FilesIWE
org/argouml/modules/andromda/exec/MavenLauncher.java 0079
org/argouml/modules/andromda/exec/StreamGobbler.java 0012
org/argouml/modules/andromda/exec/package.html 001
org/argouml/modules/andromda/ui/ActionCreateProjectAndroMDA.java 0071
org/argouml/modules/andromda/ui/ActionLaunchAndroMDA.java 0076
org/argouml/modules/andromda/ui/AndroMDAModule.java 0048
org/argouml/modules/andromda/ui/NewProjectWizard.java 0030
org/argouml/modules/andromda/ui/SettingsTabAndroMDA.java 0076
org/argouml/modules/andromda/ui/SwixMLContainer.java 005
org/argouml/modules/andromda/ui/TextAreaOutputStream.java 0018
org/argouml/modules/andromda/ui/wizards/DefaultWizardDialog.java 00159
org/argouml/modules/andromda/ui/wizards/WizardColorConverter.java 0027
org/argouml/modules/andromda/ui/wizards/WizardDialog.java 00559
org/argouml/modules/andromda/ui/wizards/WizardEvent.java 0030
org/argouml/modules/andromda/ui/wizards/WizardFrame.java 0064
org/argouml/modules/andromda/ui/wizards/WizardListener.java 0010
org/argouml/modules/andromda/ui/wizards/WizardPage.java 002

org/argouml/modules/andromda/exec/MavenLauncher.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line is longer than 80 characters. 13
Error Line is longer than 80 characters. 14
Error Line has trailing spaces. 17
Error Missing a Javadoc comment. 18
Error Line has trailing spaces. 19
Error Missing a Javadoc comment. 20
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 22
Error Line has trailing spaces. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Line has trailing spaces. 27
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 30
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Avoid inline conditionals. 36
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error '{' should be on the previous line. 41
Error Line is longer than 80 characters. 42
Error Il y a un espace de trop avant ')'. 42
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 45
Error Il manque un espace avant '+'. 45
Error Il manque un espace après '+'. 45
Error Il manque un espace avant '+'. 45
Error Il manque un espace après '+'. 45
Error Il manque un espace avant '+'. 45
Error Il manque un espace après '+'. 45
Error Il manque un espace avant '+'. 54
Error Il manque un espace après '+'. 54
Error Il manque un espace avant '+'. 54
Error Il manque un espace après '+'. 54
Error Il manque un espace avant '+'. 54
Error Il manque un espace après '+'. 54
Error Line is longer than 80 characters. 57
Error Il manque un espace après 'cast'. 57
Error Il manque un espace après ','. 58
Error Line has trailing spaces. 62
Error Line is longer than 80 characters. 71
Error Il manque un espace avant '+'. 71
Error Il manque un espace après '+'. 71
Error Il manque un espace avant '+'. 71
Error Il manque un espace après '+'. 71
Error '{' should be on the previous line. 74
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Method 'addGoal' is not designed for extension - needs to be abstract, final or empty. 82
Error Missing a Javadoc comment. 82
Error Parameter o should be final. 82
Error Method 'removeGoal' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter o should be final. 89
Error Method 'getMavenHome' is not designed for extension - needs to be abstract, final or empty. 96
Error Unused @param tag for 'mavenHome'. 101
Error Method 'setMavenHome' is not designed for extension - needs to be abstract, final or empty. 103
Error Parameter mavenhome should be final. 103
Error Expected @param tag for 'mavenhome'. 103
Error Method 'getProjectRoot' is not designed for extension - needs to be abstract, final or empty. 110
Error Method 'setProjectRoot' is not designed for extension - needs to be abstract, final or empty. 117
Error Parameter projectRoot should be final. 117
Error 'projectRoot' hides a field. 117
Error Method 'getStdErr' is not designed for extension - needs to be abstract, final or empty. 124
Error Method 'setStdErr' is not designed for extension - needs to be abstract, final or empty. 131
Error Parameter stdErr should be final. 131
Error 'stdErr' hides a field. 131
Error Method 'getStdOut' is not designed for extension - needs to be abstract, final or empty. 138
Error Method 'setStdOut' is not designed for extension - needs to be abstract, final or empty. 145
Error Parameter stdOut should be final. 145
Error 'stdOut' hides a field. 145
Error Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. 152
Error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 159
Error Parameter properties should be final. 159
Error 'properties' hides a field. 159
Error Line has trailing spaces. 162

org/argouml/modules/andromda/exec/StreamGobbler.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line has trailing spaces. 11
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Parameter is should be final. 23
Error 'is' hides a field. 23
Error Parameter redirect should be final. 23
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Line has trailing spaces. 36

org/argouml/modules/andromda/exec/package.html

ErrorLine
Error Missing package documentation file.0

org/argouml/modules/andromda/ui/ActionCreateProjectAndroMDA.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line has trailing spaces. 47
Error Line has trailing spaces. 49
Error Missing a Javadoc comment. 50
Error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error Missing a Javadoc comment. 52
Error Line has trailing spaces. 53
Error Missing a Javadoc comment. 54
Error Line has trailing spaces. 55
Error Missing a Javadoc comment. 56
Error Line has trailing spaces. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Missing a Javadoc comment. 62
Error Line has trailing spaces. 63
Error Missing a Javadoc comment. 64
Error Line has trailing spaces. 65
Error Parameter module should be final. 69
Error Expected @param tag for 'module'. 69
Error Line has trailing spaces. 73
Error Line is longer than 80 characters. 75
Error Method 'finishEvent' is not designed for extension - needs to be abstract, final or empty. 77
Error Parameter evt should be final. 77
Error Il manque un espace après 'cast'. 83
Error Il manque un espace avant '+'. 85
Error Il manque un espace après '+'. 85
Error Il manque un espace avant '+'. 85
Error Il manque un espace après '+'. 85
Error Il manque un espace avant '='. 87
Error Il manque un espace après '='. 87
Error Il manque un espace après 'cast'. 87
Error 'if' construct must use '{}'s. 93
Error Il manque un espace avant '=='. 93
Error Il manque un espace après '=='. 93
Error 'if' construct must use '{}'s. 95
Error 'if' construct must use '{}'s. 97
Error 'if' construct must use '{}'s. 99
Error Il manque un espace avant '=='. 99
Error Il manque un espace après '=='. 99
Error Il manque un espace avant '!='. 101
Error Il manque un espace après '!='. 101
Error Il manque un espace après '&&'. 101
Error Line has trailing spaces. 104
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error Line is longer than 80 characters. 107
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 108
Error Line is longer than 80 characters. 115
Error Il manque un espace avant '+'. 115
Error Il manque un espace après '+'. 115
Error Line has trailing spaces. 118
Error Line is longer than 80 characters. 118
Error Il manque un espace avant '+'. 118
Error Il manque un espace après '+'. 118
Error Il manque un espace avant '+'. 118
Error Il manque un espace après '+'. 118
Error Line has trailing spaces. 120
Error Missing a Javadoc comment. 123
Error Parameter owner should be final. 123
Error Line has trailing spaces. 125
Error Line has trailing spaces. 128
Error Line has trailing spaces. 130
Error Line is longer than 80 characters. 132
Error Parameter evt should be final. 134
Error Line is longer than 80 characters. 139
Error Parameter evt should be final. 141
Error Line is longer than 80 characters. 146
Error Line has trailing spaces. 148
Error Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. 148
Error Parameter e should be final. 148

org/argouml/modules/andromda/ui/ActionLaunchAndroMDA.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line has trailing spaces. 40
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 51
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Line has trailing spaces. 60
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 Line has trailing spaces. 66
Error Parameter module should be final. 70
Error Expected @param tag for 'module'. 70
Error Il manque un espace avant '='. 72
Error Il manque un espace après '='. 72
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Missing a Javadoc comment. 79
Error Parameter project should be final. 79
Error Line has trailing spaces. 81
Error Line is longer than 80 characters. 81
Error Il manque un espace après ','. 81
Error Il manque un espace avant '+'. 81
Error Il manque un espace après '+'. 81
Error Il manque un espace avant '+'. 81
Error Il manque un espace après '+'. 81
Error Il manque un espace avant '+'. 81
Error Il manque un espace après '+'. 81
Error Il manque un espace avant '+'. 81
Error Il manque un espace après '+'. 81
Error Line has trailing spaces. 83
Error Line is longer than 80 characters. 88
Error Parameter event should be final. 92
Error 'if' construct must use '{}'s. 94
Error Il manque un espace avant '=='. 94
Error Il manque un espace après '=='. 94
Error Il manque un espace avant '='. 96
Error 'if' construct must use '{}'s. 100
Error 'if' construct must use '{}'s. 102
Error 'if' construct must use '{}'s. 104
Error Il manque un espace avant '=='. 104
Error Il manque un espace après '=='. 104
Error Il manque un espace avant '!='. 106
Error Il manque un espace après '!='. 106
Error Il manque un espace après '&&'. 106
Error Line has trailing spaces. 109
Error Line has trailing spaces. 111
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 112
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 113
Error Line is longer than 80 characters. 120
Error Il manque un espace avant '+'. 120
Error Il manque un espace après '+'. 120
Error Line has trailing spaces. 123
Error Line is longer than 80 characters. 123
Error Il manque un espace avant '+'. 123
Error Il manque un espace après '+'. 123
Error Il manque un espace avant '+'. 123
Error Il manque un espace après '+'. 123
Error Missing a Javadoc comment. 127
Error Parameter owner should be final. 127
Error Line has trailing spaces. 129
Error Line has trailing spaces. 132
Error Line has trailing spaces. 134
Error Parameter mavenHome should be final. 145
Error 'mavenHome' hides a field. 145
Error Parameter parentFrame should be final. 159
Error 'parentFrame' hides a field. 159
Error Parameter projectPath should be final. 173
Error 'projectPath' hides a field. 173

org/argouml/modules/andromda/ui/AndroMDAModule.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line is longer than 80 characters. 19
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Line has trailing spaces. 24
Error Missing a Javadoc comment. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Missing a Javadoc comment. 27
Error 'static' modifier out of order with the JLS suggestions. 27
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 31
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 33
Error Variable 'createProject' must be private and have accessor methods. 33
Error Line has trailing spaces. 34
Error Missing a Javadoc comment. 35
Error Variable 'launchMaven' must be private and have accessor methods. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 37
Error Line has trailing spaces. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Il y a un espace de trop après '('. 42
Error Il y a un espace de trop avant ')'. 42
Error Il y a un espace de trop après '('. 47
Error Il y a un espace de trop avant ')'. 47
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Line is longer than 80 characters. 55
Error Missing a Javadoc comment. 58
Error Line has trailing spaces. 59
Error Missing a Javadoc comment. 62
Error Method 'disable' is not designed for extension - needs to be abstract, final or empty. 69
Error Method 'enable' is not designed for extension - needs to be abstract, final or empty. 80
Error Line has trailing spaces. 90
Error Line has trailing spaces. 96
Error Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter type should be final. 102
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 118
Error Method 'getSwingEngine' is not designed for extension - needs to be abstract, final or empty. 122
Error Missing a Javadoc comment. 122

org/argouml/modules/andromda/ui/NewProjectWizard.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Missing a Javadoc comment. 45
Error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Line has trailing spaces. 46
Error La ligne contient un caractère tabulation. 47
Error Missing a Javadoc comment. 47
Error 'static' modifier out of order with the JLS suggestions. 47
Error Missing a Javadoc comment. 49
Error Line has trailing spaces. 50
Error Missing a Javadoc comment. 51
Error Line has trailing spaces. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Line has trailing spaces. 56
Error La ligne contient un caractère tabulation. 57
Error La ligne contient un caractère tabulation. 58
Error La ligne contient un caractère tabulation. 59
Error La ligne contient un caractère tabulation. 60
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 61
Error La ligne contient un caractère tabulation. 61
Error Il manque un espace après ','. 61
Error La ligne contient un caractère tabulation. 62
Error Line has trailing spaces. 67
Error La ligne contient un caractère tabulation. 67
Error La ligne contient un caractère tabulation. 68
Error Missing a Javadoc comment. 70
Error Variable 'chooseParentFolder' must be private and have accessor methods. 70
Error Parameter e should be final. 71
Error Line has trailing spaces. 86

org/argouml/modules/andromda/ui/SettingsTabAndroMDA.java

ErrorLine
Error Line does not match expected header line of ' Copyright (c) 2005 The Regents of the University of California. All'. 1
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 60
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Line has trailing spaces. 74
Error Missing a Javadoc comment.