Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2203161

Details

org/fosstrak/epcis/queryclient/Query.java

ViolationMessageLine
WarningsMissing package-info.java file.0

org/fosstrak/epcis/queryclient/QueryCallbackClient.java

ViolationMessageLine
WarningsParameter result should be final.51
WarningsParameter result should be final.69

org/fosstrak/epcis/queryclient/QueryClientGui.java

ViolationMessageLine
WarningsExpected @throws tag for 'MalformedURLException'.237
WarningsLine has trailing spaces.240
WarningsMissing a Javadoc comment.241
WarningsParameter url should be final.241
WarningsMethod length is 202 lines (max allowed is 150).256
WarningsMethod length is 284 lines (max allowed is 150).509
WarningsParameter queryUrl should be final.509
WarningsExpected @param tag for 'queryUrl'.509
WarningsParameter e should be final.589
WarningsParameter e should be final.593
WarningsParameter e should be final.597
WarningsMissing a Javadoc comment.953
WarningsInner assignments should be avoided.971
WarningsMissing a Javadoc comment.976
WarningsMissing a Javadoc comment.1001
WarningsParameter subscriptionID should be final.1001
WarningsMissing a Javadoc comment.1479
WarningsParameter debugMessage should be final.1479
WarningsMissing a Javadoc comment.1486
WarningsMissing a Javadoc comment.1490
WarningsMissing a Javadoc comment.1494
WarningsParameter buttonsEnabled should be final.1494
Warnings'{' is followed by whitespace.1495
WarningsMissing a Javadoc comment.1501
WarningsParameter ace should be final.1501
WarningsMethod length is 198 lines (max allowed is 150).1515
WarningsExpected @throws tag for 'Exception'.1746

org/fosstrak/epcis/queryclient/QueryClientHelper.java

ViolationMessageLine
WarningsUtility classes should not have a public or default constructor.39
WarningsUtility classes should not have a public or default constructor.77

org/fosstrak/epcis/queryclient/QueryClientNotConfiguredException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
WarningsParameter msg should be final.36
WarningsMissing a Javadoc comment.40
WarningsParameter e should be final.40
WarningsMissing a Javadoc comment.44
WarningsParameter msg should be final.44
WarningsParameter e should be final.44

org/fosstrak/epcis/queryclient/QueryControlClient.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'ServiceException'.0
WarningsParameter url should be final.124
WarningsExpected @param tag for 'url'.124
WarningsParameter url should be final.158
WarningsParameter authenticationOptions should be final.158
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.208
WarningsParameter s should be final.208
WarningsParameter endpointAddress should be final.240
WarningsParameter authenticationOptions should be final.240
WarningsExpected @throws tag for 'Exception'.240
Warnings'{' is followed by whitespace.304
WarningsMissing a Javadoc comment.333
WarningsMissing a Javadoc comment.351
WarningsParameter chain should be final.351
WarningsParameter authType should be final.351
WarningsMissing a Javadoc comment.354
WarningsParameter chain should be final.354
WarningsParameter authType should be final.354
WarningsMissing a Javadoc comment.357

org/fosstrak/epcis/queryclient/QueryControlInterface.java

ViolationMessageLine
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.61
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.61
WarningsExpected @throws tag for 'QueryTooLargeExceptionResponse'.62
WarningsExpected @throws tag for 'SecurityExceptionResponse'.62
WarningsExpected @throws tag for 'ValidationExceptionResponse'.62
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.63
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.63
WarningsExpected @throws tag for 'DuplicateSubscriptionExceptionResponse'.83
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.84
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.84
WarningsExpected @throws tag for 'SecurityExceptionResponse'.84
WarningsExpected @throws tag for 'InvalidURIExceptionResponse'.85
WarningsExpected @throws tag for 'ValidationExceptionResponse'.85
WarningsExpected @throws tag for 'SubscribeNotPermittedExceptionResponse'.85
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.86
WarningsExpected @throws tag for 'SubscriptionControlsExceptionResponse'.86
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.86
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.99
WarningsExpected @throws tag for 'SecurityExceptionResponse'.99
WarningsExpected @throws tag for 'ValidationExceptionResponse'.100
WarningsExpected @throws tag for 'NoSuchSubscriptionExceptionResponse'.100
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.109
WarningsExpected @throws tag for 'SecurityExceptionResponse'.109
WarningsExpected @throws tag for 'ValidationExceptionResponse'.110
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.123
WarningsExpected @throws tag for 'SecurityExceptionResponse'.124
WarningsExpected @throws tag for 'ValidationExceptionResponse'.124
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.124
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.134
WarningsExpected @throws tag for 'SecurityExceptionResponse'.134
WarningsExpected @throws tag for 'ValidationExceptionResponse'.135
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.145
WarningsExpected @throws tag for 'SecurityExceptionResponse'.145
WarningsExpected @throws tag for 'ValidationExceptionResponse'.146

org/fosstrak/epcis/soap/DuplicateSubscriptionExceptionResponse.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter duplicateSubscriptionException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter duplicateSubscriptionException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/EPCISServicePortType.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.10
Warnings'(' is followed by whitespace.16
WarningsMissing a Javadoc comment.20
WarningsRedundant 'public' modifier.22
WarningsMissing a Javadoc comment.26
WarningsRedundant 'public' modifier.28
WarningsMissing a Javadoc comment.33
WarningsRedundant 'public' modifier.35
WarningsMissing a Javadoc comment.41
WarningsRedundant 'public' modifier.43
WarningsMissing a Javadoc comment.50
WarningsRedundant 'public' modifier.52
WarningsMissing a Javadoc comment.56
WarningsRedundant 'public' modifier.58
WarningsMissing a Javadoc comment.62
WarningsRedundant 'public' modifier.64

org/fosstrak/epcis/soap/EPCglobalEPCISService.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.11
Warnings'static' modifier out of order with the JLS suggestions.19
Warnings'static' modifier out of order with the JLS suggestions.20
Warnings'static' modifier out of order with the JLS suggestions.21
WarningsName 'EPCglobalEPCISServicePort' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
WarningsMissing a Javadoc comment.34
WarningsParameter wsdlLocation should be final.34
WarningsMissing a Javadoc comment.38
WarningsParameter wsdlLocation should be final.38
WarningsParameter serviceName should be final.38
WarningsMissing a Javadoc comment.42
WarningsParameter features should be final.63

org/fosstrak/epcis/soap/ImplementationExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter implementationException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter implementationException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/InvalidURIExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter invalidURIException should be final.28
WarningsMissing a Javadoc comment.33
WarningsParameter message should be final.33
WarningsParameter invalidURIException should be final.34
WarningsParameter cause should be final.34
WarningsMissing a Javadoc comment.39

org/fosstrak/epcis/soap/NoSuchNameExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter noSuchNameException should be final.28
WarningsMissing a Javadoc comment.33
WarningsParameter message should be final.33
WarningsParameter noSuchNameException should be final.34
WarningsParameter cause should be final.34
WarningsMissing a Javadoc comment.39

org/fosstrak/epcis/soap/NoSuchSubscriptionExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter noSuchSubscriptionException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter noSuchSubscriptionException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/QueryParameterExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter queryParameterException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter queryParameterException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/QueryTooComplexExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter queryTooComplexException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter queryTooComplexException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/QueryTooLargeExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter queryTooLargeException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter queryTooLargeException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/SecurityExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter securityException should be final.28
WarningsMissing a Javadoc comment.33
WarningsParameter message should be final.33
WarningsParameter securityException should be final.33
WarningsParameter cause should be final.34
WarningsMissing a Javadoc comment.39

org/fosstrak/epcis/soap/SubscribeNotPermittedExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter subscribeNotPermittedException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter subscribeNotPermittedException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/SubscriptionControlsExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter subscriptionControlsException should be final.29
WarningsMissing a Javadoc comment.34
WarningsParameter message should be final.34
WarningsParameter subscriptionControlsException should be final.35
WarningsParameter cause should be final.35
WarningsMissing a Javadoc comment.40

org/fosstrak/epcis/soap/ValidationExceptionResponse.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsFirst sentence should end with a period.5
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter message should be final.20
WarningsMissing a Javadoc comment.24
WarningsParameter message should be final.24
WarningsParameter cause should be final.24
WarningsMissing a Javadoc comment.28
WarningsParameter message should be final.28
WarningsParameter validationException should be final.28
WarningsMissing a Javadoc comment.33
WarningsParameter message should be final.33
WarningsParameter validationException should be final.34
WarningsParameter cause should be final.34
WarningsMissing a Javadoc comment.39