Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
68159941

Files

FilesInfosWarningsErrors
org/fosstrak/epcis/repository/EpcisCaptureInterface.java020
org/fosstrak/epcis/repository/EpcisQueryCallbackInterface.java030
org/fosstrak/epcis/repository/EpcisQueryControlInterface.java0460
org/fosstrak/epcis/repository/InternalBusinessException.java080
org/fosstrak/epcis/repository/InvalidFormatException.java160
org/fosstrak/epcis/repository/RepositoryContextListener.java020
org/fosstrak/epcis/repository/StaticContentServlet.java030
org/fosstrak/epcis/repository/Utils.java080
org/fosstrak/epcis/repository/capture/CaptureOperationsBackend.java0200
org/fosstrak/epcis/repository/capture/CaptureOperationsBackendSQL.java080
org/fosstrak/epcis/repository/capture/CaptureOperationsModule.java371
org/fosstrak/epcis/repository/capture/CaptureOperationsServlet.java0140
org/fosstrak/epcis/repository/capture/CaptureOperationsSession.java280
org/fosstrak/epcis/repository/capture/MultipartFormDataFilter.java0140
org/fosstrak/epcis/repository/model/Action.java020
org/fosstrak/epcis/repository/model/AggregationEvent.java0100
org/fosstrak/epcis/repository/model/BaseEvent.java0240
org/fosstrak/epcis/repository/model/BusinessLocationAttrId.java030
org/fosstrak/epcis/repository/model/BusinessLocationId.java060
org/fosstrak/epcis/repository/model/BusinessStepAttrId.java050
org/fosstrak/epcis/repository/model/BusinessStepId.java010
org/fosstrak/epcis/repository/model/BusinessTransaction.java0110
org/fosstrak/epcis/repository/model/BusinessTransactionAttrId.java030
org/fosstrak/epcis/repository/model/BusinessTransactionId.java040
org/fosstrak/epcis/repository/model/BusinessTransactionTypeAttrId.java030
org/fosstrak/epcis/repository/model/BusinessTransactionTypeId.java040
org/fosstrak/epcis/repository/model/DispositionAttrId.java020
org/fosstrak/epcis/repository/model/DispositionId.java050
org/fosstrak/epcis/repository/model/EPCClass.java050
org/fosstrak/epcis/repository/model/EPCClassAttrId.java020
org/fosstrak/epcis/repository/model/EPCISEvent.java0200
org/fosstrak/epcis/repository/model/EnumUserType.java0450
org/fosstrak/epcis/repository/model/EventFieldExtension.java0220
org/fosstrak/epcis/repository/model/ObjectEvent.java070
org/fosstrak/epcis/repository/model/QuantityEvent.java070
org/fosstrak/epcis/repository/model/ReadPointAttrId.java020
org/fosstrak/epcis/repository/model/ReadPointId.java050
org/fosstrak/epcis/repository/model/TransactionEvent.java0100
org/fosstrak/epcis/repository/model/VocabularyAttrCiD.java0150
org/fosstrak/epcis/repository/model/VocabularyAttributeElement.java0140
org/fosstrak/epcis/repository/model/VocabularyElement.java090
org/fosstrak/epcis/repository/query/MasterDataQueryDTO.java1410
org/fosstrak/epcis/repository/query/QueryInitServlet.java050
org/fosstrak/epcis/repository/query/QueryOperationsBackend.java0170
org/fosstrak/epcis/repository/query/QueryOperationsBackendSQL.java0390
org/fosstrak/epcis/repository/query/QueryOperationsModule.java3900
org/fosstrak/epcis/repository/query/QueryOperationsSession.java190
org/fosstrak/epcis/repository/query/QueryOperationsWebService.java0590
org/fosstrak/epcis/repository/query/QuerySubscription.java1300
org/fosstrak/epcis/repository/query/QuerySubscriptionScheduled.java0100
org/fosstrak/epcis/repository/query/QuerySubscriptionTriggered.java020
org/fosstrak/epcis/repository/query/Schedule.java2300
org/fosstrak/epcis/repository/query/SimpleEventQueryDTO.java1460
org/fosstrak/epcis/soap/DuplicateSubscriptionExceptionResponse.java0170
org/fosstrak/epcis/soap/EPCISServicePortType.java0160
org/fosstrak/epcis/soap/EPCglobalEPCISService.java0120
org/fosstrak/epcis/soap/ImplementationExceptionResponse.java0160
org/fosstrak/epcis/soap/InvalidURIExceptionResponse.java0160
org/fosstrak/epcis/soap/NoSuchNameExceptionResponse.java0160
org/fosstrak/epcis/soap/NoSuchSubscriptionExceptionResponse.java0160
org/fosstrak/epcis/soap/QueryParameterExceptionResponse.java0160
org/fosstrak/epcis/soap/QueryTooComplexExceptionResponse.java0160
org/fosstrak/epcis/soap/QueryTooLargeExceptionResponse.java0160
org/fosstrak/epcis/soap/SecurityExceptionResponse.java0160
org/fosstrak/epcis/soap/SubscribeNotPermittedExceptionResponse.java0160
org/fosstrak/epcis/soap/SubscriptionControlsExceptionResponse.java0160
org/fosstrak/epcis/soap/ValidationExceptionResponse.java0160

Details

org/fosstrak/epcis/repository/EpcisCaptureInterface.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsRedundant 'public' modifier.53

org/fosstrak/epcis/repository/EpcisQueryCallbackInterface.java

ViolationMessageLine
WarningsRedundant 'public' modifier.56
WarningsRedundant 'public' modifier.66
WarningsRedundant 'public' modifier.76

org/fosstrak/epcis/repository/EpcisQueryControlInterface.java

ViolationMessageLine
WarningsUnused import - org.fosstrak.epcis.model.InvalidURIException.25
WarningsUnused import - org.fosstrak.epcis.model.QueryParameterException.26
WarningsUnused @throws tag for 'InvalidURIException'.120
WarningsUnused @throws tag for 'QueryParameterException'.123
WarningsRedundant 'public' modifier.140
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.141
WarningsExpected @throws tag for 'InvalidURIExceptionResponse'.141
WarningsExpected @throws tag for 'DuplicateSubscriptionExceptionResponse'.142
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.142
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.142
WarningsExpected @throws tag for 'SubscriptionControlsExceptionResponse'.143
WarningsExpected @throws tag for 'SubscribeNotPermittedExceptionResponse'.143
WarningsExpected @throws tag for 'SecurityExceptionResponse'.143
WarningsExpected @throws tag for 'ValidationExceptionResponse'.144
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.144
WarningsRedundant 'public' modifier.154
WarningsExpected @throws tag for 'NoSuchSubscriptionExceptionResponse'.154
WarningsExpected @throws tag for 'SecurityExceptionResponse'.155
WarningsExpected @throws tag for 'ValidationExceptionResponse'.155
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.155
WarningsUnused @throws tag for 'QueryParameterException'.168
WarningsRedundant 'public' modifier.185
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.185
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.186
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.186
WarningsExpected @throws tag for 'QueryTooLargeExceptionResponse'.186
WarningsExpected @throws tag for 'SecurityExceptionResponse'.187
WarningsExpected @throws tag for 'ValidationExceptionResponse'.187
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.187
WarningsRedundant 'public' modifier.198
WarningsExpected @throws tag for 'SecurityExceptionResponse'.198
WarningsExpected @throws tag for 'ValidationExceptionResponse'.198
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.199
WarningsRedundant 'public' modifier.211
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.211
WarningsExpected @throws tag for 'SecurityExceptionResponse'.212
WarningsExpected @throws tag for 'ValidationExceptionResponse'.212
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.212
WarningsRedundant 'public' modifier.227
WarningsExpected @throws tag for 'SecurityExceptionResponse'.227
WarningsExpected @throws tag for 'ValidationExceptionResponse'.227
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.228
WarningsRedundant 'public' modifier.245
WarningsExpected @throws tag for 'SecurityExceptionResponse'.245
WarningsExpected @throws tag for 'ValidationExceptionResponse'.245
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.246

org/fosstrak/epcis/repository/InternalBusinessException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.37
WarningsParameter message should be final.37
WarningsMissing a Javadoc comment.41
WarningsParameter cause should be final.41
WarningsMissing a Javadoc comment.45
WarningsParameter message should be final.45
WarningsParameter cause should be final.45

org/fosstrak/epcis/repository/InvalidFormatException.java

ViolationMessageLine
InfosComment matches to-do format 'TODO:'.24
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36
WarningsMissing a Javadoc comment.40
WarningsParameter message should be final.40
WarningsParameter cause should be final.40

org/fosstrak/epcis/repository/RepositoryContextListener.java

ViolationMessageLine
WarningsParameter event should be final.50
WarningsParameter event should be final.93

org/fosstrak/epcis/repository/StaticContentServlet.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsMissing a Javadoc comment.22
WarningsParameter resp should be final.22

org/fosstrak/epcis/repository/Utils.java

ViolationMessageLine
WarningsClass Utils should be declared as final.28
WarningsParameter o1 should be final.36
WarningsExpected @param tag for 'o1'.36
WarningsParameter o2 should be final.36
WarningsExpected @param tag for 'o2'.36
WarningsParameter o should be final.44
WarningsExpected @param tag for 'o'.44
WarningsConstructor definition in wrong order.51

org/fosstrak/epcis/repository/capture/CaptureOperationsBackend.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsRedundant 'public' modifier.58
WarningsRedundant 'public' modifier.71
WarningsRedundant 'public' modifier.98
WarningsMore than 7 parameters.98
WarningsRedundant 'public' modifier.130
WarningsMore than 7 parameters.130
WarningsRedundant 'public' modifier.162
WarningsMore than 7 parameters.162
WarningsRedundant 'public' modifier.194
WarningsMore than 7 parameters.194
WarningsRedundant 'public' modifier.216
WarningsRedundant 'public' modifier.237
WarningsRedundant 'public' modifier.255
WarningsRedundant 'public' modifier.272
WarningsMissing a Javadoc comment.275
WarningsRedundant 'public' modifier.275
WarningsMissing a Javadoc comment.278
WarningsRedundant 'public' modifier.278

org/fosstrak/epcis/repository/capture/CaptureOperationsBackendSQL.java

ViolationMessageLine
WarningsName 'VOCABTYPE_TABLENAME_MAP' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
WarningsMore than 7 parameters.109
WarningsMore than 7 parameters.120
WarningsMore than 7 parameters.131
WarningsMore than 7 parameters.142
WarningsMore than 7 parameters.184
WarningsMissing a Javadoc comment.418
WarningsMissing a Javadoc comment.458

org/fosstrak/epcis/repository/capture/CaptureOperationsModule.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'UnsupportedOperationsException'.0
InfosComment matches to-do format 'TODO:'.110
WarningsName 'vocClassMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.124
WarningsName 'vocAttributeClassMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.137
WarningsName 'vocAttributeTablesMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.138
WarningsFirst sentence should end with a period.173
WarningsParameter xsdFile should be final.205
WarningsExpected @param tag for 'xsdFile'.205
Warnings'schema' hides a field.212
InfosComment matches to-do format 'TODO:'.1237
InfosComment matches to-do format 'TODO:'.1268

org/fosstrak/epcis/repository/capture/CaptureOperationsServlet.java

ViolationMessageLine
Warnings'captureOperationsModule' hides a field.78
WarningsLine has trailing spaces.99
WarningsParameter servletConfig should be final.115
WarningsUnused @param tag for 'servletConfig'.136
WarningsExpected @throws tag for 'HibernateException'.165
WarningsRedundant throws: 'HibernateException' is unchecked exception.165
WarningsExpected @throws tag for 'ServletException'.184
WarningsFile contains tab characters (this is the first instance).190
WarningsExpected @throws tag for 'ServletException'.216
WarningsLine has trailing spaces.219
WarningsLine has trailing spaces.241
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.307
WarningsParameter captureOperationsModule should be final.307

org/fosstrak/epcis/repository/capture/CaptureOperationsSession.java

ViolationMessageLine
InfosComment matches to-do format 'TODO:'.34
InfosComment matches to-do format 'TODO:'.36
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.99

org/fosstrak/epcis/repository/capture/MultipartFormDataFilter.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsMissing a Javadoc comment.43
WarningsParameter filterConfig should be final.43
WarningsLine has trailing spaces.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsParameter req should be final.51
WarningsParameter resp should be final.51
WarningsParameter chain should be final.51
WarningsLine has trailing spaces.85
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.96
WarningsParameter is should be final.96
WarningsParameter i should be final.108

org/fosstrak/epcis/repository/model/Action.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2

org/fosstrak/epcis/repository/model/AggregationEvent.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
WarningsParameter action should be final.42
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter childEpcs should be final.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter parentId should be final.58

org/fosstrak/epcis/repository/model/BaseEvent.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter id should be final.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter bizStep should be final.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter disposition should be final.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsParameter readPoint should be final.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter bizLocation should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter bizTransList should be final.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsParameter extensions should be final.98

org/fosstrak/epcis/repository/model/BusinessLocationAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.25
WarningsFile contains tab characters (this is the first instance).35

org/fosstrak/epcis/repository/model/BusinessLocationId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsLine has trailing spaces.33
WarningsFile contains tab characters (this is the first instance).33
WarningsFirst sentence should end with a period.34
WarningsLine has trailing spaces.38
WarningsLine has trailing spaces.39

org/fosstrak/epcis/repository/model/BusinessStepAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.26
Warnings'{' is not preceded with whitespace.31
WarningsLine has trailing spaces.33
WarningsFile contains tab characters (this is the first instance).33

org/fosstrak/epcis/repository/model/BusinessStepId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2

org/fosstrak/epcis/repository/model/BusinessTransaction.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsParameter id should be final.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsParameter bizTrans should be final.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter type should be final.59
WarningsParameter o should be final.69

org/fosstrak/epcis/repository/model/BusinessTransactionAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.25
WarningsFile contains tab characters (this is the first instance).34

org/fosstrak/epcis/repository/model/BusinessTransactionId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.33
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.37

org/fosstrak/epcis/repository/model/BusinessTransactionTypeAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.25
WarningsFile contains tab characters (this is the first instance).34

org/fosstrak/epcis/repository/model/BusinessTransactionTypeId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.33
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.37

org/fosstrak/epcis/repository/model/DispositionAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFile contains tab characters (this is the first instance).34

org/fosstrak/epcis/repository/model/DispositionId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsLine has trailing spaces.33
WarningsFile contains tab characters (this is the first instance).33
WarningsFirst sentence should end with a period.34
WarningsLine has trailing spaces.38

org/fosstrak/epcis/repository/model/EPCClass.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.33
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.37
WarningsLine has trailing spaces.38

org/fosstrak/epcis/repository/model/EPCClassAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFile contains tab characters (this is the first instance).34

org/fosstrak/epcis/repository/model/EPCISEvent.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.39
WarningsParameter eventTime should be final.39
WarningsMissing a Javadoc comment.44
WarningsParameter recordTime should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter eventTime should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter eventTimeMs should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter recordTime should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsParameter recordTimeMs should be final.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsParameter eventTimeZoneOffset should be final.85

org/fosstrak/epcis/repository/model/EnumUserType.java

ViolationMessageLine
WarningsLine does not match expected header line of '/*'.1
WarningsMissing a Javadoc comment.25
WarningsParameter parameters should be final.25
WarningsMissing a Javadoc comment.34
WarningsParameter cached should be final.34
WarningsParameter owner should be final.34
WarningsRedundant throws: 'HibernateException' is unchecked exception.34
WarningsMissing a Javadoc comment.38
WarningsParameter value should be final.38
WarningsRedundant throws: 'HibernateException' is unchecked exception.38
WarningsMissing a Javadoc comment.42
WarningsParameter value should be final.42
WarningsRedundant throws: 'HibernateException' is unchecked exception.42
WarningsMissing a Javadoc comment.46
WarningsParameter x should be final.46
WarningsParameter y should be final.46
WarningsRedundant throws: 'HibernateException' is unchecked exception.46
WarningsMissing a Javadoc comment.50
WarningsParameter x should be final.50
WarningsRedundant throws: 'HibernateException' is unchecked exception.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter rs should be final.58
WarningsParameter names should be final.58
WarningsParameter owner should be final.58
WarningsRedundant throws: 'HibernateException' is unchecked exception.58
WarningsMissing a Javadoc comment.63
WarningsParameter st should be final.63
WarningsParameter value should be final.63
WarningsParameter index should be final.63
WarningsRedundant throws: 'HibernateException' is unchecked exception.63
WarningsMissing a Javadoc comment.71
WarningsParameter original should be final.71
WarningsParameter target should be final.71
WarningsParameter owner should be final.71
WarningsRedundant throws: 'HibernateException' is unchecked exception.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
Warnings'{' is followed by whitespace.80
WarningsMissing a Javadoc comment.83
WarningsParameter xmlValue should be final.83
WarningsMissing a Javadoc comment.87
WarningsParameter value should be final.87
WarningsMissing a Javadoc comment.91
WarningsParameter value should be final.91

org/fosstrak/epcis/repository/model/EventFieldExtension.java

ViolationMessageLine
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.102
WarningsParameter id should be final.102
WarningsMissing a Javadoc comment.169
WarningsParameter dateValue should be final.169
WarningsMissing a Javadoc comment.173
WarningsParameter fieldname should be final.173
WarningsMissing a Javadoc comment.177
WarningsParameter floatValue should be final.177
WarningsMissing a Javadoc comment.181
WarningsParameter intValue should be final.181
WarningsMissing a Javadoc comment.185
WarningsParameter localname should be final.185
WarningsMissing a Javadoc comment.189
WarningsParameter namespace should be final.189
WarningsMissing a Javadoc comment.193
WarningsParameter prefix should be final.193
WarningsMissing a Javadoc comment.197
WarningsParameter strValue should be final.197
WarningsMissing a Javadoc comment.201
WarningsParameter valueColumnName should be final.201

org/fosstrak/epcis/repository/model/ObjectEvent.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.40
WarningsParameter epcList should be final.40
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsParameter action should be final.48

org/fosstrak/epcis/repository/model/QuantityEvent.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
WarningsParameter epcClass should be final.38
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter quantity should be final.46

org/fosstrak/epcis/repository/model/ReadPointAttrId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFile contains tab characters (this is the first instance).32

org/fosstrak/epcis/repository/model/ReadPointId.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.33
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.37
WarningsLine has trailing spaces.38

org/fosstrak/epcis/repository/model/TransactionEvent.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
WarningsParameter action should be final.42
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter epcList should be final.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter parentId should be final.58

org/fosstrak/epcis/repository/model/VocabularyAttrCiD.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFirst sentence should end with a period.27
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.38
WarningsLine has trailing spaces.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter id should be final.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
WarningsParameter attribute should be final.63
WarningsParameter o should be final.68
Warnings'}' should be on the same line.72

org/fosstrak/epcis/repository/model/VocabularyAttributeElement.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsFile contains tab characters (this is the first instance).34
WarningsLine has trailing spaces.38
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsParameter value should be final.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsParameter vocabularyAttrCiD should be final.64
WarningsParameter o should be final.69
Warnings'}' should be on the same line.73
WarningsExpected an @return tag.82

org/fosstrak/epcis/repository/model/VocabularyElement.java

ViolationMessageLine
WarningsLine does not match expected header line of ' * Copyright (C) 2007 ETH Zurich'.2
WarningsExpected an @return tag.40
WarningsMissing a Javadoc comment.44
WarningsParameter id should be final.44
WarningsExpected an @return tag.51
WarningsMissing a Javadoc comment.55
WarningsParameter uri should be final.55
WarningsParameter o should be final.65
WarningsExpected an @return tag.77

org/fosstrak/epcis/repository/query/MasterDataQueryDTO.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsFirst sentence should end with a period.28
InfosComment matches to-do format 'TODO:'.29
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.55
WarningsParameter attrName should be final.55
WarningsMissing a Javadoc comment.62
WarningsParameter attrName should be final.62
WarningsParameter attrValues should be final.62
WarningsMissing a Javadoc comment.69
WarningsParameter vocabularyEqName should be final.69
WarningsMissing a Javadoc comment.76
WarningsParameter vocabularyType should be final.76
WarningsMissing a Javadoc comment.83
WarningsParameter vocabularyWdName should be final.83
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.126
WarningsParameter attributeNameAndValues should be final.126
WarningsMissing a Javadoc comment.130
WarningsParameter attributeNames should be final.130
WarningsMissing a Javadoc comment.134
WarningsParameter includeAttributes should be final.134
WarningsMissing a Javadoc comment.138
WarningsParameter includeChildren should be final.138
WarningsMissing a Javadoc comment.142
WarningsParameter includedAttributeNames should be final.142
WarningsMissing a Javadoc comment.146
WarningsParameter maxElementCount should be final.146
WarningsMissing a Javadoc comment.150
WarningsParameter vocabularyEqNames should be final.150
WarningsMissing a Javadoc comment.154
WarningsParameter vocabularyTypes should be final.154
WarningsMissing a Javadoc comment.158
WarningsParameter vocabularyWdNames should be final.158

org/fosstrak/epcis/repository/query/QueryInitServlet.java

ViolationMessageLine
WarningsParameter servletConfig should be final.78
WarningsMissing a Javadoc comment.93
WarningsParameter servletConfig should be final.93
WarningsParameter servletConfig should be final.122
WarningsParameter jndiName should be final.154

org/fosstrak/epcis/repository/query/QueryOperationsBackend.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsRedundant 'public' modifier.65
WarningsRedundant 'public' modifier.88
WarningsRedundant 'public' modifier.104
WarningsRedundant 'public' modifier.119
WarningsRedundant 'public' modifier.140
WarningsMore than 7 parameters.140
WarningsExpected @param tag for 'queryParams'.140
WarningsExpected @param tag for 'dest'.140
WarningsExpected @param tag for 'subscrId'.141
WarningsExpected @param tag for 'controls'.141
WarningsExpected @param tag for 'trigger'.141
WarningsExpected @param tag for 'newSubscription'.141
WarningsExpected @param tag for 'queryName'.142
WarningsExpected @param tag for 'schedule'.142
WarningsRedundant 'public' modifier.154
WarningsRedundant 'public' modifier.167

org/fosstrak/epcis/repository/query/QueryOperationsBackendSQL.java

ViolationMessageLine
WarningsMissing a Javadoc comment.159
WarningsParameter seQuery should be final.159
Warnings'+' is not preceded with whitespace.219
Warnings'+' is not followed by whitespace.219
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
WarningsMethod length is 160 lines (max allowed is 150).345
WarningsMissing a Javadoc comment.525
WarningsParameter vocType should be final.525
WarningsParameter mdQuery should be final.526
WarningsExpected @param tag for 'session'.708
WarningsExpected @param tag for 'vocType'.708
WarningsExpected @param tag for 'vocUri'.708
WarningsExpected @param tag for 'filterAttrNames'.709
WarningsExpected @param tag for 'attributes'.709
WarningsExpected @throws tag for 'SQLException'.709
WarningsLine has trailing spaces.743
WarningsFile contains tab characters (this is the first instance).744
WarningsUnused @param tag for 'vocTableName'.771
WarningsUnused @throws tag for 'ImplementationException'.779
WarningsExpected an @return tag.782
WarningsExpected @param tag for 'session'.782
WarningsExpected @param tag for 'vocType'.782
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.783
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.814
WarningsExpected @param tag for 'extensions'.854
WarningsMore than 7 parameters.944
WarningsParameter queryParams should be final.944
WarningsParameter dest should be final.944
WarningsParameter subscrId should be final.945
WarningsParameter controls should be final.945
WarningsParameter trigger should be final.945
WarningsParameter newSubscription should be final.945
WarningsParameter queryName should be final.946
WarningsParameter schedule should be final.946
WarningsParameter subscrId should be final.1006
WarningsParameter time should be final.1028
WarningsMissing a Javadoc comment.1052
WarningsParameter vocTypeId should be final.1052

org/fosstrak/epcis/repository/query/QueryOperationsModule.java

ViolationMessageLine
WarningsUnused import - org.fosstrak.epcis.model.QueryTooLargeException.56
WarningsUnused @param tag for 'eventType'.186
WarningsUnused @throws tag for 'QueryParameterException'.192
WarningsUnused @throws tag for 'ImplementationException'.194
WarningsMethod length is 316 lines (max allowed is 150).197
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.198
WarningsFile contains tab characters (this is the first instance).270
InfosComment matches to-do format 'TODO:'.305
WarningsExpected an @return tag.569
WarningsParameter eventFieldExtBase should be final.569
WarningsExpected @param tag for 'eventFieldExtBase'.569
WarningsParameter paramName should be final.569
WarningsExpected @param tag for 'paramName'.569
WarningsParameter paramValue should be final.569
WarningsExpected @param tag for 'paramValue'.569
WarningsEmpty catch block.579
Warnings'{' is not followed by whitespace.579
Warnings'}' is not preceded with whitespace.579
WarningsEmpty catch block.586
Warnings'{' is not followed by whitespace.586
Warnings'}' is not preceded with whitespace.586
WarningsEmpty catch block.593
Warnings'{' is not followed by whitespace.593
Warnings'}' is not preceded with whitespace.593
WarningsEmpty catch block.603
Warnings'{' is not followed by whitespace.603
Warnings'}' is not preceded with whitespace.603
WarningsFirst sentence should end with a period.611
WarningsParameter eventTypes should be final.621
WarningsParameter queryParamValue should be final.637
WarningsExpected @throws tag for 'ClassCastException'.637
WarningsRedundant throws: 'ClassCastException' is unchecked exception.637
WarningsParameter queryParamValue should be final.657
WarningsRedundant throws: 'NumberFormatException' is unchecked exception.657
WarningsParameter queryParamValue should be final.679
WarningsParameter queryParamName should be final.679
WarningsParameter queryParamValue should be final.722
WarningsRedundant throws: 'NumberFormatException' is unchecked exception.722
WarningsParameter queryParamValue should be final.749
WarningsRedundant throws: 'ClassCastException' is unchecked exception.749
WarningsUnused @throws tag for 'SQLException'.783
WarningsUnused @throws tag for 'QueryParameterException'.785
WarningsUnused @throws tag for 'ImplementationException'.787
WarningsUnused @throws tag for 'QueryTooLargeException'.789
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.793
WarningsParameter msg should be final.918
WarningsParameter e should be final.918
WarningsUnused @throws tag for 'QueryParameterException'.935
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.938
WarningsUnused @throws tag for 'ImplementationException'.962
WarningsParameter session should be final.968
WarningsExpected @param tag for 'session'.968
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.969
WarningsParameter queryName should be final.1001
InfosComment matches to-do format 'TODO:'.1009
WarningsParameter queryName should be final.1041
WarningsParameter queryParams should be final.1041
InfosComment matches to-do format 'TODO:'.1055
WarningsExpected an @return tag.1117
WarningsParameter eventList should be final.1117
WarningsExpected @param tag for 'eventList'.1117
WarningsParameter orderBy should be final.1117
WarningsExpected @param tag for 'orderBy'.1117
WarningsParameter orderDirection should be final.1117
WarningsExpected @param tag for 'orderDirection'.1117
WarningsParameter limit should be final.1118
WarningsExpected @param tag for 'limit'.1118
WarningsParameter queryName should be final.1148
WarningsParameter params should be final.1148
WarningsParameter dest should be final.1148
WarningsParameter controls should be final.1148
WarningsParameter subscriptionID should be final.1149
Warnings'catch' is not preceded with whitespace.1164
Warnings'}' is not followed by whitespace.1164
Warnings'catch' is not followed by whitespace.1164
Warnings'{' is not preceded with whitespace.1164
WarningsParameter subscriptionID should be final.1294
WarningsMissing a Javadoc comment.1341
WarningsParameter o should be final.1341
WarningsParameter dataSource should be final.1360
WarningsParameter maxQueryRows should be final.1375
WarningsParameter maxQueryTime should be final.1390
WarningsParameter triggerConditionSeconds should be final.1405
WarningsParameter triggerConditionMinutes should be final.1420
WarningsParameter servletContext should be final.1428
WarningsParameter serviceVersion should be final.1443
WarningsParameter backend should be final.1466
WarningsMissing a Javadoc comment.1481
WarningsParameter orderByEventTime should be final.1481
WarningsParameter orderDirection should be final.1481
WarningsMissing a Javadoc comment.1486
WarningsParameter o1 should be final.1486
WarningsParameter o2 should be final.1486

org/fosstrak/epcis/repository/query/QueryOperationsSession.java

ViolationMessageLine
WarningsFirst sentence should end with a period.32
InfosComment matches to-do format 'TODO:'.33
WarningsMissing a Javadoc comment.45
WarningsExpected an @return tag.57
WarningsExpected @param tag for 'sql'.57
WarningsExpected @throws tag for 'SQLException'.57
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82

org/fosstrak/epcis/repository/query/QueryOperationsWebService.java

ViolationMessageLine
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.66
WarningsParameter queryModule should be final.66
WarningsExpected an @return tag.73
WarningsParameter empty should be final.73
WarningsExpected @param tag for 'empty'.73
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.73
WarningsExpected @throws tag for 'SecurityExceptionResponse'.74
WarningsExpected @throws tag for 'ValidationExceptionResponse'.74
WarningsExpected an @return tag.83
WarningsParameter empty should be final.83
WarningsExpected @param tag for 'empty'.83
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.83
WarningsExpected @throws tag for 'SecurityExceptionResponse'.84
WarningsExpected @throws tag for 'ValidationExceptionResponse'.84
WarningsExpected an @return tag.91
WarningsParameter req should be final.91
WarningsExpected @param tag for 'req'.91
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.91
WarningsExpected @throws tag for 'SecurityExceptionResponse'.92
WarningsExpected @throws tag for 'ValidationExceptionResponse'.92
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.92
WarningsExpected an @return tag.101
WarningsParameter empty should be final.101
WarningsExpected @param tag for 'empty'.101
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.101
WarningsExpected @throws tag for 'SecurityExceptionResponse'.101
WarningsExpected @throws tag for 'ValidationExceptionResponse'.102
WarningsExpected an @return tag.109
WarningsParameter poll should be final.109
WarningsExpected @param tag for 'poll'.109
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.109
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.109
WarningsExpected @throws tag for 'QueryTooLargeExceptionResponse'.110
WarningsExpected @throws tag for 'SecurityExceptionResponse'.110
WarningsExpected @throws tag for 'ValidationExceptionResponse'.110
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.111
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.111
WarningsExpected an @return tag.145
WarningsParameter subscribe should be final.145
WarningsExpected @param tag for 'subscribe'.145
WarningsExpected @throws tag for 'DuplicateSubscriptionExceptionResponse'.145
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.146
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.146
WarningsExpected @throws tag for 'SecurityExceptionResponse'.146
WarningsExpected @throws tag for 'InvalidURIExceptionResponse'.147
WarningsExpected @throws tag for 'ValidationExceptionResponse'.147
WarningsExpected @throws tag for 'SubscribeNotPermittedExceptionResponse'.147
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.148
WarningsExpected @throws tag for 'SubscriptionControlsExceptionResponse'.148
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.148
WarningsExpected an @return tag.191
WarningsParameter unsubscribe should be final.191
WarningsExpected @param tag for 'unsubscribe'.191
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.191
WarningsExpected @throws tag for 'SecurityExceptionResponse'.192
WarningsExpected @throws tag for 'ValidationExceptionResponse'.192
WarningsExpected @throws tag for 'NoSuchSubscriptionExceptionResponse'.192
WarningsParameter queryModule should be final.227

org/fosstrak/epcis/repository/query/QuerySubscription.java

ViolationMessageLine
WarningsVariable 'subscriptionID' must be private and have accessor methods.99
WarningsVariable 'dest' must be private and have accessor methods.100
WarningsVariable 'initialRecordTime' must be private and have accessor methods.101
WarningsVariable 'reportIfEmpty' must be private and have accessor methods.102
WarningsVariable 'queryName' must be private and have accessor methods.103
InfosComment matches to-do format 'TODO:'.150
Warnings'lastTimeExecuted' hides a field.157
Warnings'queryParams' hides a field.208
Warnings'initialRecordTime' hides a field.208
WarningsExpected an @return tag.320
WarningsParameter poll should be final.320
WarningsExpected @param tag for 'poll'.320
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.320
WarningsExpected @throws tag for 'QueryTooComplexExceptionResponse'.321
WarningsExpected @throws tag for 'QueryTooLargeExceptionResponse'.321
WarningsExpected @throws tag for 'SecurityExceptionResponse'.321
WarningsExpected @throws tag for 'ValidationExceptionResponse'.322
WarningsExpected @throws tag for 'NoSuchNameExceptionResponse'.322
WarningsExpected @throws tag for 'QueryParameterExceptionResponse'.322
WarningsParameter ie should be final.349
WarningsParameter qtle should be final.356
WarningsParameter epcisDoc should be final.459
WarningsExpected @throws tag for 'JAXBException'.459
WarningsParameter url should be final.532
WarningsParameter url should be final.547
Warnings'{' is followed by whitespace.549
WarningsParameter certs should be final.554
WarningsParameter authType should be final.554
WarningsParameter certs should be final.557
WarningsParameter authType should be final.557
Warnings'properties' hides a field.577

org/fosstrak/epcis/repository/query/QuerySubscriptionScheduled.java

ViolationMessageLine
WarningsUnused import - org.fosstrak.epcis.model.ImplementationException.31
WarningsVariable 'schedule' must be private and have accessor methods.53
WarningsVariable 'doItAgain' must be private and have accessor methods.58
WarningsUnused @throws tag for 'ImplementationException'.79
WarningsMore than 7 parameters.82
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.85
WarningsUnused @throws tag for 'ImplementationException'.99
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.102
WarningsExpected @throws tag for 'IllegalArgumentException'.161
WarningsRedundant throws: 'IllegalArgumentException' is unchecked exception.161

org/fosstrak/epcis/repository/query/QuerySubscriptionTriggered.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
WarningsMore than 7 parameters.53

org/fosstrak/epcis/repository/query/Schedule.java

ViolationMessageLine
WarningsUnused import - org.fosstrak.epcis.model.ImplementationException.36
WarningsUnused import - org.fosstrak.epcis.model.SubscriptionControlsException.38
WarningsUnused @throws tag for 'SubscriptionControlsException'.85
WarningsExpected @throws tag for 'SubscriptionControlsExceptionResponse'.88
InfosComment matches to-do format 'TODO:'.90
WarningsUnused @throws tag for 'ImplementationException'.156
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.159
WarningsUnused @throws tag for 'ImplementationException'.178
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.181
WarningsUnused @throws tag for 'ImplementationException'.199
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.202
WarningsUnused @throws tag for 'ImplementationException'.235
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.238
WarningsUnused @throws tag for 'ImplementationException'.276
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.279
WarningsUnused @throws tag for 'ImplementationException'.309
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.312
WarningsUnused @throws tag for 'ImplementationException'.343
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.346
WarningsUnused @throws tag for 'ImplementationException'.366
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.370
InfosComment matches to-do format 'TODO:'.404
WarningsUnused @throws tag for 'ImplementationException'.408
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.412
WarningsUnused @throws tag for 'ImplementationException'.428
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.432
WarningsUnused @throws tag for 'ImplementationException'.463
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.467
WarningsUnused @throws tag for 'ImplementationException'.498
WarningsExpected @throws tag for 'ImplementationExceptionResponse'.501
WarningsUnused @throws tag for 'SubscriptionControlsException'.536
WarningsExpected @throws tag for 'SubscriptionControlsExceptionResponse'.541

org/fosstrak/epcis/repository/query/SimpleEventQueryDTO.java

ViolationMessageLine
WarningsFirst sentence should end with a period.26
InfosComment matches to-do format 'TODO:'.27
WarningsVariable access definition in wrong order.35
WarningsVariable 'eventType' must be private and have accessor methods.35
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter eventType should be final.50
WarningsMissing a Javadoc comment.55
WarningsParameter eventField should be final.55
WarningsParameter op should be final.55
WarningsParameter value should be final.55
WarningsMissing a Javadoc comment.59
WarningsParameter queryParam should be final.59
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.91
WarningsParameter isAnyEpc should be final.91
WarningsMissing a Javadoc comment.95
WarningsParameter limit should be final.95
WarningsMissing a Javadoc comment.99
WarningsParameter maxEventCount should be final.99
WarningsMissing a Javadoc comment.103
WarningsParameter orderBy should be final.103
WarningsMissing a Javadoc comment.107
WarningsParameter orderDirection should be final.107
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.128
WarningsParameter eventField should be final.128
WarningsParameter op should be final.128
WarningsParameter value should be final.128
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.138
WarningsParameter eventField should be final.138
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.146
WarningsParameter op should be final.146
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.154
WarningsParameter value should be final.154

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.9
WarningsMissing a Javadoc comment.18
WarningsRedundant 'public' modifier.21
WarningsMissing a Javadoc comment.26
WarningsRedundant 'public' modifier.29
WarningsMissing a Javadoc comment.35
WarningsRedundant 'public' modifier.38
WarningsMissing a Javadoc comment.43
WarningsRedundant 'public' modifier.46
WarningsMissing a Javadoc comment.51
WarningsRedundant 'public' modifier.54
WarningsMissing a Javadoc comment.59
WarningsRedundant 'public' modifier.62
WarningsMissing a Javadoc comment.67
WarningsRedundant 'public' modifier.70

org/fosstrak/epcis/soap/EPCglobalEPCISService.java

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

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.33
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.33
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.33
WarningsParameter cause should be final.34
WarningsMissing a Javadoc comment.39