Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
63001375

Files

FilesIWE
no/feide/mellon/Moria.java 008
no/feide/mellon/MoriaException.java 008
no/feide/mellon/filter/AuthenticationFilter.java 0018
no/feide/mellon/filter/package.html 001
no/feide/mellon/package.html 001
no/feide/mellon/v2_1/Moria.java 008
no/feide/mellon/v2_1/package.html 001
no/feide/mellon/v2_2/Moria.java 008
no/feide/mellon/v2_2/package.html 001
no/feide/moria/servlet/soap/AuthorizationFailedException.java 0053
no/feide/moria/servlet/soap/ClientException.java 0053
no/feide/moria/servlet/soap/IllegalInputException.java 0053
no/feide/moria/servlet/soap/InternalException.java 0053
no/feide/moria/servlet/soap/SOAPException.java 0089
no/feide/moria/servlet/soap/ServerException.java 0053
no/feide/moria/servlet/soap/UnknownTicketException.java 0053
no/feide/moria/servlet/soap/package.html 001
no/feide/moria/webservices/v2_1/Attribute.java 0087
no/feide/moria/webservices/v2_1/AuthenticationSoapBindingStub.java 00109
no/feide/moria/webservices/v2_1/Authentication_PortType.java 0014
no/feide/moria/webservices/v2_1/Authentication_Service.java 006
no/feide/moria/webservices/v2_1/Authentication_ServiceLocator.java 0065
no/feide/moria/webservices/v2_1/package.html 001
no/feide/moria/webservices/v2_2/Attribute.java 00100
no/feide/moria/webservices/v2_2/AuthenticationFailedException.java 0053
no/feide/moria/webservices/v2_2/AuthenticationSoapBindingStub.java 00126
no/feide/moria/webservices/v2_2/AuthenticationUnavailableException.java 0053
no/feide/moria/webservices/v2_2/Authentication_PortType.java 0015
no/feide/moria/webservices/v2_2/Authentication_Service.java 006
no/feide/moria/webservices/v2_2/Authentication_ServiceLocator.java 0065
no/feide/moria/webservices/v2_2/AuthorizationFailedException.java 0053
no/feide/moria/webservices/v2_2/IllegalInputException.java 0053
no/feide/moria/webservices/v2_2/InternalException.java 0053
no/feide/moria/webservices/v2_2/UnknownTicketException.java 0053
no/feide/moria/webservices/v2_2/package.html 001

no/feide/mellon/Moria.java

ErrorLine
Error Line does not match expected header line of ' *'. 17
Error Line has trailing spaces. 34
Error Class Moria should be declared as final. 36
Error Line has trailing spaces. 37
Error Parameter attributes should be final. 144
Error Parameter prefix should be final. 144
Error Parameter postfix should be final. 144
Error Parameter denySso should be final. 144

no/feide/mellon/MoriaException.java

ErrorLine
Error Line does not match expected header line of ' *'. 17
Error Parameter message should be final. 48
Error Parameter message should be final. 60
Error Expected @param tag for 'message'. 60
Error Parameter cause should be final. 60
Error Expected @param tag for 'cause'. 60
Error Parameter cause should be final. 71
Error Expected @param tag for 'cause'. 71

no/feide/mellon/filter/AuthenticationFilter.java

ErrorLine
Error Line does not match expected header line of ' *'. 17
Error Line is longer than 150 characters. 64
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 92
Error Parameter config should be final. 92
Error Parameter property should be final. 134
Error Parameter filterConfig should be final. 134
Error Parameter propertyFile should be final. 134
Error Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 194
Error Parameter request should be final. 194
Error Parameter response should be final. 194
Error Parameter chain should be final. 194
Error Expected @throws tag for 'IOException'. 195
Error Line is longer than 150 characters. 233
Error '}' should be on the same line. 245
Error '}' should be on the same line. 253
Error '}' should be on the same line. 266
Error '}' is not followed by whitespace. 283
Error '}' is not preceded with whitespace. 283

no/feide/mellon/filter/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/mellon/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/mellon/v2_1/Moria.java

ErrorLine
Error Line does not match expected header line of ' *'. 17
Error Method 'getUserAttributes' is not designed for extension - needs to be abstract, final or empty. 114
Error Line is longer than 150 characters. 153
Error Method 'initiateAuthentication' is not designed for extension - needs to be abstract, final or empty. 153
Error Method 'directNonInteractiveAuthentication' is not designed for extension - needs to be abstract, final or empty. 193
Error Method 'proxyAuthentication' is not designed for extension - needs to be abstract, final or empty. 227
Error Method 'getProxyTicket' is not designed for extension - needs to be abstract, final or empty. 261
Error Method 'verifyUserExistence' is not designed for extension - needs to be abstract, final or empty. 289

no/feide/mellon/v2_1/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/mellon/v2_2/Moria.java

ErrorLine
Error Line does not match expected header line of ' *'. 17
Error Method 'getUserAttributes' is not designed for extension - needs to be abstract, final or empty. 114
Error Line is longer than 150 characters. 153
Error Method 'initiateAuthentication' is not designed for extension - needs to be abstract, final or empty. 153
Error Method 'directNonInteractiveAuthentication' is not designed for extension - needs to be abstract, final or empty. 193
Error Method 'proxyAuthentication' is not designed for extension - needs to be abstract, final or empty. 227
Error Method 'getProxyTicket' is not designed for extension - needs to be abstract, final or empty. 261
Error Method 'verifyUserExistence' is not designed for extension - needs to be abstract, final or empty. 289

no/feide/mellon/v2_2/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/moria/servlet/soap/AuthorizationFailedException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/ClientException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/IllegalInputException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/InternalException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/SOAPException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 17
Error Parameter faultcode should be final. 18
Error Parameter faultstring should be final. 19
Error Line has trailing spaces. 27
Error Method 'getFaultcode' is not designed for extension - needs to be abstract, final or empty. 30
Error Line has trailing spaces. 37
Error Method 'setFaultcode' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter faultcode should be final. 40
Error Expected @param tag for 'faultcode'. 40
Error Line has trailing spaces. 47
Error Method 'getFaultstring' is not designed for extension - needs to be abstract, final or empty. 50
Error Line has trailing spaces. 57
Error Method 'setFaultstring' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter faultstring should be final. 60
Error Expected @param tag for 'faultstring'. 60
Error Missing a Javadoc comment. 64
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter obj should be final. 65
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Line has trailing spaces. 75
Error '&&' should be on a new line. 75
Error Expression can be simplified. 75
Error Line has trailing spaces. 76
Error '==' is not preceded with whitespace. 76
Error '==' is not followed by whitespace. 76
Error '==' is not preceded with whitespace. 76
Error '==' is not followed by whitespace. 76
Error '||' should be on a new line. 76
Error '!=' is not preceded with whitespace. 77
Error '!=' is not followed by whitespace. 77
Error '&&' should be on a new line. 77
Error '&&' should be on a new line. 78
Error Line has trailing spaces. 79
Error '==' is not preceded with whitespace. 79
Error '==' is not followed by whitespace. 79
Error '==' is not preceded with whitespace. 79
Error '==' is not followed by whitespace. 79
Error '||' should be on a new line. 79
Error '!=' is not preceded with whitespace. 80
Error '!=' is not followed by whitespace. 80
Error '&&' should be on a new line. 80
Error Missing a Javadoc comment. 86
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error Missing a Javadoc comment. 104
Error First sentence should end with a period. 121
Error Expected an @return tag. 124
Error First sentence should end with a period. 128
Error Expected an @return tag. 131
Error Line has trailing spaces. 132
Error Parameter mechType should be final. 132
Error Expected @param tag for 'mechType'. 132
Error Line has trailing spaces. 133
Error Parameter _javaType should be final. 133
Error Expected @param tag for '_javaType'. 133
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 133
Error Parameter _xmlType should be final. 134
Error Expected @param tag for '_xmlType'. 134
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 134
Error Line has trailing spaces. 135
Error First sentence should end with a period. 140
Error Expected an @return tag. 143
Error Line has trailing spaces. 144
Error Parameter mechType should be final. 144
Error Expected @param tag for 'mechType'. 144
Error Line has trailing spaces. 145
Error Parameter _javaType should be final. 145
Error Expected @param tag for '_javaType'. 145
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 145
Error Parameter _xmlType should be final. 146
Error Expected @param tag for '_xmlType'. 146
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 146
Error Line has trailing spaces. 147
Error First sentence should end with a period. 153
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 156
Error Parameter qname should be final. 156
Error Expected @param tag for 'qname'. 156
Error Parameter context should be final. 156
Error Expected @param tag for 'context'. 156
Error Expected @throws tag for 'java.io.IOException'. 156

no/feide/moria/servlet/soap/ServerException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/UnknownTicketException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/servlet/soap/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/moria/webservices/v2_1/Attribute.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 17
Error Parameter name should be final. 18
Error Parameter values should be final. 19
Error Line has trailing spaces. 27
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 30
Error Line has trailing spaces. 37
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter name should be final. 40
Error Expected @param tag for 'name'. 40
Error Line has trailing spaces. 47
Error Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 50
Error Line has trailing spaces. 57
Error Method 'setValues' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter values should be final. 60
Error Expected @param tag for 'values'. 60
Error Missing a Javadoc comment. 64
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter obj should be final. 65
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Line has trailing spaces. 75
Error '&&' should be on a new line. 75
Error Expression can be simplified. 75
Error Line has trailing spaces. 76
Error '==' is not preceded with whitespace. 76
Error '==' is not followed by whitespace. 76
Error '==' is not preceded with whitespace. 76
Error '==' is not followed by whitespace. 76
Error '||' should be on a new line. 76
Error '!=' is not preceded with whitespace. 77
Error '!=' is not followed by whitespace. 77
Error '&&' should be on a new line. 77
Error '&&' should be on a new line. 78
Error Line has trailing spaces. 79
Error '==' is not preceded with whitespace. 79
Error '==' is not followed by whitespace. 79
Error '==' is not preceded with whitespace. 79
Error '==' is not followed by whitespace. 79
Error '||' should be on a new line. 79
Error '!=' is not preceded with whitespace. 80
Error '!=' is not followed by whitespace. 80
Error '&&' should be on a new line. 80
Error Missing a Javadoc comment. 86
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error '=' is not preceded with whitespace. 97
Error '=' is not followed by whitespace. 97
Error '<' is not preceded with whitespace. 98
Error '<' is not followed by whitespace. 98
Error '&&' should be on a new line. 101
Error Missing a Javadoc comment. 112
Error First sentence should end with a period. 129
Error Expected an @return tag. 132
Error First sentence should end with a period. 136
Error Expected an @return tag. 139
Error Line has trailing spaces. 140
Error Parameter mechType should be final. 140
Error Expected @param tag for 'mechType'. 140
Error Line has trailing spaces. 141
Error Parameter _javaType should be final. 141
Error Expected @param tag for '_javaType'. 141
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 141
Error Parameter _xmlType should be final. 142
Error Expected @param tag for '_xmlType'. 142
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
Error Line has trailing spaces. 143
Error First sentence should end with a period. 148
Error Expected an @return tag. 151
Error Line has trailing spaces. 152
Error Parameter mechType should be final. 152
Error Expected @param tag for 'mechType'. 152
Error Line has trailing spaces. 153
Error Parameter _javaType should be final. 153
Error Expected @param tag for '_javaType'. 153
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 153
Error Parameter _xmlType should be final. 154
Error Expected @param tag for '_xmlType'. 154
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
Error Line has trailing spaces. 155

no/feide/moria/webservices/v2_1/AuthenticationSoapBindingStub.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Variable '_operations' must be private and have accessor methods. 16
Error Missing a Javadoc comment. 23
Error Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error '{' is not preceded with whitespace. 23
Error Line is longer than 150 characters. 27
Error Line has trailing spaces. 36
Error Line has trailing spaces. 42
Error Line has trailing spaces. 48
Error Line has trailing spaces. 54
Error Line is longer than 150 characters. 61
Error Line is longer than 150 characters. 62
Error Line is longer than 150 characters. 63
Error Line is longer than 150 characters. 64
Error Line has trailing spaces. 73
Error Line is longer than 150 characters. 80
Error Line is longer than 150 characters. 81
Error Line is longer than 150 characters. 82
Error Line has trailing spaces. 91
Error Line is longer than 150 characters. 98
Error Line is longer than 150 characters. 99
Error Line has trailing spaces. 108
Error Line is longer than 150 characters. 115
Error Line is longer than 150 characters. 116
Error Line has trailing spaces. 125
Error Line is longer than 150 characters. 132
Error Line has trailing spaces. 141
Error Missing a Javadoc comment. 148
Error Missing a Javadoc comment. 152
Error Parameter endpointURL should be final. 152
Error Parameter service should be final. 152
Error Missing a Javadoc comment. 157
Error Parameter service should be final. 157
Error Method 'createCall' is not designed for extension - needs to be abstract, final or empty. 247
Error Missing a Javadoc comment. 247
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 249
Error '}' should be on the same line. 297
Error Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. 298
Error Line is longer than 150 characters. 303
Error Method 'getUserAttributes' is not designed for extension - needs to be abstract, final or empty. 303
Error Missing a Javadoc comment. 303
Error Parameter serviceTicket should be final. 303
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 307
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 316
Error 'cast' is not followed by whitespace. 319
Error '}' should be on the same line. 320
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 325
Error Line is longer than 150 characters. 326
Error Line is longer than 150 characters. 331
Error Method 'initiateAuthentication' is not designed for extension - needs to be abstract, final or empty. 331
Error Missing a Javadoc comment. 331
Error Parameter attributes should be final. 331
Error Parameter returnURLPrefix should be final. 331
Error Parameter returnURLPostfix should be final. 331
Error Parameter forceInteractiveAuthentication should be final. 331
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 335
Error Line is longer than 150 characters. 344
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 344
Error 'cast' is not followed by whitespace. 347
Error '}' should be on the same line. 348
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 353
Error Line is longer than 150 characters. 359
Error Method 'directNonInteractiveAuthentication' is not designed for extension - needs to be abstract, final or empty. 359
Error Missing a Javadoc comment. 359
Error Parameter attributes should be final. 359
Error Parameter username should be final. 359
Error Parameter password should be final. 359
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 363
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 372
Error 'cast' is not followed by whitespace. 375
Error '}' should be on the same line. 376
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 381
Error Line is longer than 150 characters. 382
Error Line is longer than 150 characters. 387
Error Method 'proxyAuthentication' is not designed for extension - needs to be abstract, final or empty. 387
Error Missing a Javadoc comment. 387
Error Parameter attributes should be final. 387
Error Parameter proxyTicket should be final. 387
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 391
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 400
Error 'cast' is not followed by whitespace. 403
Error '}' should be on the same line. 404
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 409
Error Line is longer than 150 characters. 410
Error Line is longer than 150 characters. 415
Error Method 'getProxyTicket' is not designed for extension - needs to be abstract, final or empty. 415
Error Missing a Javadoc comment. 415
Error Parameter ticketGrantingTicket should be final. 415
Error Parameter proxyServicePrincipal should be final. 415
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 419
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 428
Error 'cast' is not followed by whitespace. 431
Error '}' should be on the same line. 432
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 437
Error Method 'verifyUserExistence' is not designed for extension - needs to be abstract, final or empty. 443
Error Missing a Javadoc comment. 443
Error Parameter username should be final. 443
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 447
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 456
Error 'cast' is not followed by whitespace. 459
Error '}' should be on the same line. 460
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 465

no/feide/moria/webservices/v2_1/Authentication_PortType.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_PortType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Line is longer than 150 characters. 11
Error Missing a Javadoc comment. 11
Error Line is longer than 150 characters. 12
Error Missing a Javadoc comment. 12
Error Line is longer than 150 characters. 13
Error Missing a Javadoc comment. 13
Error Line is longer than 150 characters. 14
Error Missing a Javadoc comment. 14
Error Line is longer than 150 characters. 15
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16

no/feide/moria/webservices/v2_1/Authentication_Service.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_Service' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15

no/feide/moria/webservices/v2_1/Authentication_ServiceLocator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_ServiceLocator' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 16
Error Parameter config should be final. 16
Error Missing a Javadoc comment. 21
Error Name 'Authentication_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Method 'getAuthenticationAddress' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 28
Error Name 'AuthenticationWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Method 'getAuthenticationWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'setAuthenticationWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter name should be final. 34
Error Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '}' should be on the same line. 42
Error Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter portAddress should be final. 49
Error Line is longer than 150 characters. 51
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error '}' should be on the same line. 54
Error Method 'setAuthenticationEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter address should be final. 60
Error Expected an @return tag. 69
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter serviceEndpointInterface should be final. 69
Error Expected @param tag for 'serviceEndpointInterface'. 69
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 69
Error Line is longer than 150 characters. 72
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error '}' should be on the same line. 76
Error Line is longer than 150 characters. 80
Error Expected an @return tag. 88
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter portName should be final. 88
Error Expected @param tag for 'portName'. 88
Error Parameter serviceEndpointInterface should be final. 88
Error Expected @param tag for 'serviceEndpointInterface'. 88
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 88
Error '}' should be on the same line. 95
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 107
Error Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter portName should be final. 120
Error Expected @param tag for 'portName'. 120
Error Parameter address should be final. 120
Error Expected @param tag for 'address'. 120
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 120
Error '}' should be on the same line. 123
Error Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 132
Error Parameter portName should be final. 132
Error Expected @param tag for 'portName'. 132
Error Parameter address should be final. 132
Error Expected @param tag for 'address'. 132
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 132

no/feide/moria/webservices/v2_1/package.html

ErrorLine
Error Missing package documentation file.0

no/feide/moria/webservices/v2_2/Attribute.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 18
Error Parameter name should be final. 19
Error Parameter separator should be final. 20
Error Parameter values should be final. 21
Error Line has trailing spaces. 30
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
Error Line has trailing spaces. 40
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter name should be final. 43
Error Expected @param tag for 'name'. 43
Error Line has trailing spaces. 50
Error Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. 53
Error Line has trailing spaces. 60
Error Method 'setSeparator' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter separator should be final. 63
Error Expected @param tag for 'separator'. 63
Error Line has trailing spaces. 70
Error Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 73
Error Line has trailing spaces. 80
Error Method 'setValues' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter values should be final. 83
Error Expected @param tag for 'values'. 83
Error Missing a Javadoc comment. 87
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Parameter obj should be final. 88
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Line has trailing spaces. 98
Error '&&' should be on a new line. 98
Error Expression can be simplified. 98
Error Line has trailing spaces. 99
Error '==' is not preceded with whitespace. 99
Error '==' is not followed by whitespace. 99
Error '==' is not preceded with whitespace. 99
Error '==' is not followed by whitespace. 99
Error '||' should be on a new line. 99
Error '!=' is not preceded with whitespace. 100
Error '!=' is not followed by whitespace. 100
Error '&&' should be on a new line. 100
Error '&&' should be on a new line. 101
Error Line has trailing spaces. 102
Error '==' is not preceded with whitespace. 102
Error '==' is not followed by whitespace. 102
Error '==' is not preceded with whitespace. 102
Error '==' is not followed by whitespace. 102
Error '||' should be on a new line. 102
Error '!=' is not preceded with whitespace. 103
Error '!=' is not followed by whitespace. 103
Error '&&' should be on a new line. 103
Error '&&' should be on a new line. 104
Error Line has trailing spaces. 105
Error '==' is not preceded with whitespace. 105
Error '==' is not followed by whitespace. 105
Error '==' is not preceded with whitespace. 105
Error '==' is not followed by whitespace. 105
Error '||' should be on a new line. 105
Error '!=' is not preceded with whitespace. 106
Error '!=' is not followed by whitespace. 106
Error '&&' should be on a new line. 106
Error Missing a Javadoc comment. 112
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 112
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118
Error Missing a Javadoc comment. 133
Error First sentence should end with a period. 155
Error Expected an @return tag. 158
Error First sentence should end with a period. 162
Error Expected an @return tag. 165
Error Line has trailing spaces. 166
Error Parameter mechType should be final. 166
Error Expected @param tag for 'mechType'. 166
Error Line has trailing spaces. 167
Error Parameter _javaType should be final. 167
Error Expected @param tag for '_javaType'. 167
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 167
Error Parameter _xmlType should be final. 168
Error Expected @param tag for '_xmlType'. 168
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
Error Line has trailing spaces. 169
Error First sentence should end with a period. 174
Error Expected an @return tag. 177
Error Line has trailing spaces. 178
Error Parameter mechType should be final. 178
Error Expected @param tag for 'mechType'. 178
Error Line has trailing spaces. 179
Error Parameter _javaType should be final. 179
Error Expected @param tag for '_javaType'. 179
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 179
Error Parameter _xmlType should be final. 180
Error Expected @param tag for '_xmlType'. 180
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 180
Error Line has trailing spaces. 181

no/feide/moria/webservices/v2_2/AuthenticationFailedException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/AuthenticationSoapBindingStub.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 16
Error Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. 16
Error Variable '_operations' must be private and have accessor methods. 16
Error Method length is 214 lines (max allowed is 150). 23
Error Missing a Javadoc comment. 23
Error Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error '{' is not preceded with whitespace. 23
Error Line is longer than 150 characters. 27
Error Line has trailing spaces. 36
Error Line has trailing spaces. 42
Error Line has trailing spaces. 48
Error Line has trailing spaces. 54
Error Line is longer than 150 characters. 61
Error Line is longer than 150 characters. 62
Error Line is longer than 150 characters. 63
Error Line is longer than 150 characters. 64
Error Line has trailing spaces. 73
Error Line has trailing spaces. 79
Error Line has trailing spaces. 85
Error Line is longer than 150 characters. 92
Error Line is longer than 150 characters. 93
Error Line is longer than 150 characters. 94
Error Line has trailing spaces. 103
Error Line has trailing spaces. 109
Error Line has trailing spaces. 115
Error Line has trailing spaces. 121
Error Line has trailing spaces. 127
Error Line is longer than 150 characters. 134
Error Line is longer than 150 characters. 135
Error Line has trailing spaces. 144
Error Line has trailing spaces. 150
Error Line has trailing spaces. 156
Error Line has trailing spaces. 162
Error Line is longer than 150 characters. 169
Error Line is longer than 150 characters. 170
Error Line has trailing spaces. 179
Error Line has trailing spaces. 185
Error Line has trailing spaces. 191
Error Line has trailing spaces. 197
Error Line is longer than 150 characters. 204
Error Line has trailing spaces. 213
Error Line has trailing spaces. 219
Error Line has trailing spaces. 225
Error Line has trailing spaces. 231
Error Missing a Javadoc comment. 238
Error Missing a Javadoc comment. 242
Error Parameter endpointURL should be final. 242
Error Parameter service should be final. 242
Error Missing a Javadoc comment. 247
Error Parameter service should be final. 247
Error Method 'createCall' is not designed for extension - needs to be abstract, final or empty. 337
Error Missing a Javadoc comment. 337
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 339
Error '}' should be on the same line. 386
Error Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. 387
Error Line is longer than 150 characters. 392
Error Method 'getUserAttributes' is not designed for extension - needs to be abstract, final or empty. 392
Error Missing a Javadoc comment. 392
Error Parameter serviceTicket should be final. 392
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 396
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 408
Error 'cast' is not followed by whitespace. 411
Error '}' should be on the same line. 412
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 417
Error Line is longer than 150 characters. 418
Error Line is longer than 150 characters. 423
Error Method 'initiateAuthentication' is not designed for extension - needs to be abstract, final or empty. 423
Error Missing a Javadoc comment. 423
Error Parameter attributes should be final. 423
Error Parameter returnURLPrefix should be final. 423
Error Parameter returnURLPostfix should be final. 423
Error Parameter forceInteractiveAuthentication should be final. 423
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 427
Error Line is longer than 150 characters. 439
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 439
Error 'cast' is not followed by whitespace. 442
Error '}' should be on the same line. 443
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 448
Error Line is longer than 150 characters. 454
Error Method 'directNonInteractiveAuthentication' is not designed for extension - needs to be abstract, final or empty. 454
Error Missing a Javadoc comment. 454
Error Parameter attributes should be final. 454
Error Parameter username should be final. 454
Error Parameter password should be final. 454
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 458
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 470
Error 'cast' is not followed by whitespace. 473
Error '}' should be on the same line. 474
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 479
Error Line is longer than 150 characters. 480
Error Line is longer than 150 characters. 485
Error Method 'proxyAuthentication' is not designed for extension - needs to be abstract, final or empty. 485
Error Missing a Javadoc comment. 485
Error Parameter attributes should be final. 485
Error Parameter proxyTicket should be final. 485
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 489
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 501
Error 'cast' is not followed by whitespace. 504
Error '}' should be on the same line. 505
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 510
Error Line is longer than 150 characters. 511
Error Line is longer than 150 characters. 516
Error Method 'getProxyTicket' is not designed for extension - needs to be abstract, final or empty. 516
Error Missing a Javadoc comment. 516
Error Parameter ticketGrantingTicket should be final. 516
Error Parameter proxyServicePrincipal should be final. 516
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 520
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 532
Error 'cast' is not followed by whitespace. 535
Error '}' should be on the same line. 536
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 541
Error Line is longer than 150 characters. 547
Error Method 'verifyUserExistence' is not designed for extension - needs to be abstract, final or empty. 547
Error Missing a Javadoc comment. 547
Error Parameter username should be final. 547
Error Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. 551
Error Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. 563
Error 'cast' is not followed by whitespace. 566
Error '}' should be on the same line. 567
Error Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. 572

no/feide/moria/webservices/v2_2/AuthenticationUnavailableException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/Authentication_PortType.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_PortType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Line is longer than 150 characters. 11
Error Missing a Javadoc comment. 11
Error Line is longer than 150 characters. 12
Error Missing a Javadoc comment. 12
Error Line is longer than 150 characters. 13
Error Missing a Javadoc comment. 13
Error Line is longer than 150 characters. 14
Error Missing a Javadoc comment. 14
Error Line is longer than 150 characters. 15
Error Missing a Javadoc comment. 15
Error Line is longer than 150 characters. 16
Error Missing a Javadoc comment. 16

no/feide/moria/webservices/v2_2/Authentication_Service.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_Service' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15

no/feide/moria/webservices/v2_2/Authentication_ServiceLocator.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Name 'Authentication_ServiceLocator' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 16
Error Parameter config should be final. 16
Error Missing a Javadoc comment. 21
Error Name 'Authentication_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. 21
Error Method 'getAuthenticationAddress' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 28
Error Name 'AuthenticationWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
Error Method 'getAuthenticationWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'setAuthenticationWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter name should be final. 34
Error Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error '}' should be on the same line. 42
Error Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter portAddress should be final. 49
Error Line is longer than 150 characters. 51
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error '}' should be on the same line. 54
Error Method 'setAuthenticationEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter address should be final. 60
Error Expected an @return tag. 69
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 69
Error Parameter serviceEndpointInterface should be final. 69
Error Expected @param tag for 'serviceEndpointInterface'. 69
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 69
Error Line is longer than 150 characters. 72
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72
Error '}' should be on the same line. 76
Error Line is longer than 150 characters. 80
Error Expected an @return tag. 88
Error Method 'getPort' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter portName should be final. 88
Error Expected @param tag for 'portName'. 88
Error Parameter serviceEndpointInterface should be final. 88
Error Expected @param tag for 'serviceEndpointInterface'. 88
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 88
Error '}' should be on the same line. 95
Error Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Error Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Missing a Javadoc comment. 107
Error Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter portName should be final. 120
Error Expected @param tag for 'portName'. 120
Error Parameter address should be final. 120
Error Expected @param tag for 'address'. 120
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 120
Error '}' should be on the same line. 123
Error Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. 132
Error Parameter portName should be final. 132
Error Expected @param tag for 'portName'. 132
Error Parameter address should be final. 132
Error Expected @param tag for 'address'. 132
Error Expected @throws tag for 'javax.xml.rpc.ServiceException'. 132

no/feide/moria/webservices/v2_2/AuthorizationFailedException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/IllegalInputException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/InternalException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/UnknownTicketException.java

ErrorLine
Error Line does not match expected header line of '/*'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 15
Error Parameter faultcode should be final. 16
Error Parameter faultstring should be final. 17
Error Missing a Javadoc comment. 23
Error Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 23
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 24
Error Missing a Javadoc comment. 24
Error Parameter obj should be final. 24
Error Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. 33
Error Missing a Javadoc comment. 39
Error Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
Error Missing a Javadoc comment. 51
Error First sentence should end with a period. 58
Error Expected an @return tag. 61
Error First sentence should end with a period. 65
Error Expected an @return tag. 68
Error Line has trailing spaces. 69
Error Parameter mechType should be final. 69
Error Expected @param tag for 'mechType'. 69
Error Line has trailing spaces. 70
Error Parameter _javaType should be final. 70
Error Expected @param tag for '_javaType'. 70
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
Error Parameter _xmlType should be final. 71
Error Expected @param tag for '_xmlType'. 71
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 71
Error Line has trailing spaces. 72
Error First sentence should end with a period. 77
Error Expected an @return tag. 80
Error Line has trailing spaces. 81
Error Parameter mechType should be final. 81
Error Expected @param tag for 'mechType'. 81
Error Line has trailing spaces. 82
Error Parameter _javaType should be final. 82
Error Expected @param tag for '_javaType'. 82
Error Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
Error Parameter _xmlType should be final. 83
Error Expected @param tag for '_xmlType'. 83
Error Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Line has trailing spaces. 84
Error First sentence should end with a period. 90
Error Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter qname should be final. 93
Error Expected @param tag for 'qname'. 93
Error Parameter context should be final. 93
Error Expected @param tag for 'context'. 93
Error Expected @throws tag for 'java.io.IOException'. 93

no/feide/moria/webservices/v2_2/package.html

ErrorLine
Error Missing package documentation file.0