The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 3 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 63 | ![]() |
RegexpSingleline
| 1539 | ![]() |
JavadocMethod | 365 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 295 | ![]() |
JavadocStyle | 204 | ![]() |
ConstantName | 106 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 4 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 45 | ![]() |
LineLength | 878 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 5 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 31 | ![]() |
WhitespaceAround | 78 | ![]() |
ModifierOrder | 106 | ![]() |
RedundantModifier | 7 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 5 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 8 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 28 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 1 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 493 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 148 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 237 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'value' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter value should be final. | 62 |
![]() | 'value' hides a field. | 62 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'value' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | 'value' hides a field. | 64 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 15 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'address' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'referenceProperties' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'referenceParameters' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'portType' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'serviceName' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'any' must be private and have accessor methods. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Parameter value should be final. | 89 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Method 'getReferenceProperties' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 111 |
![]() | Method 'setReferenceProperties' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter value should be final. | 113 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getReferenceParameters' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 135 |
![]() | Method 'setReferenceParameters' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter value should be final. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 147 |
![]() | Method 'getPortType' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Line has trailing spaces. | 155 |
![]() | Line has trailing spaces. | 159 |
![]() | Method 'setPortType' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Parameter value should be final. | 161 |
![]() | Line has trailing spaces. | 167 |
![]() | Line has trailing spaces. | 171 |
![]() | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Line has trailing spaces. | 179 |
![]() | Line has trailing spaces. | 183 |
![]() | Method 'setServiceName' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Parameter value should be final. | 185 |
![]() | Line has trailing spaces. | 191 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 203 |
![]() | Line has trailing spaces. | 204 |
![]() | Line has trailing spaces. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Expected an @return tag. | 212 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 212 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line has trailing spaces. | 221 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 225 |
![]() | Line has trailing spaces. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 233 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name '_ReplyAfter_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_EndpointReference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name '_To_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Name '_RetryAfter_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Name '_MessageID_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Name '_FaultTo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Name '_Action_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Name '_ReplyTo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Name '_From_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Name '_RelatesTo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | First sentence should end with a period. | 45 |
![]() | Line has trailing spaces. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Method 'createReplyAfterType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | First sentence should end with a period. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Expected an @return tag. | 57 |
![]() | Method 'createRelationship' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | First sentence should end with a period. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 65 |
![]() | Method 'createEndpointReferenceType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | First sentence should end with a period. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'createReferencePropertiesType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'createReferenceParametersType' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | First sentence should end with a period. | 85 |
![]() | Line has trailing spaces. | 87 |
![]() | Expected an @return tag. | 89 |
![]() | Method 'createAttributedQName' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | First sentence should end with a period. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Expected an @return tag. | 97 |
![]() | Method 'createRetryAfterType' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | First sentence should end with a period. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Expected an @return tag. | 105 |
![]() | Method 'createAttributedURI' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | First sentence should end with a period. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Expected an @return tag. | 113 |
![]() | Method 'createServiceNameType' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | First sentence should end with a period. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Expected an @return tag. | 121 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Method 'createReplyAfter' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Parameter value should be final. | 122 |
![]() | Expected @param tag for 'value'. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | First sentence should end with a period. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Expected an @return tag. | 130 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'createEndpointReference' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | Expected @param tag for 'value'. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | First sentence should end with a period. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 137 |
![]() | Expected an @return tag. | 139 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Method 'createTo' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter value should be final. | 140 |
![]() | Expected @param tag for 'value'. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | First sentence should end with a period. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Expected an @return tag. | 148 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Method 'createRetryAfter' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter value should be final. | 149 |
![]() | Expected @param tag for 'value'. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | First sentence should end with a period. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Expected an @return tag. | 157 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Method 'createMessageID' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter value should be final. | 158 |
![]() | Expected @param tag for 'value'. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | First sentence should end with a period. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Expected an @return tag. | 166 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Method 'createFaultTo' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Parameter value should be final. | 167 |
![]() | Expected @param tag for 'value'. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | First sentence should end with a period. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line has trailing spaces. | 173 |
![]() | Expected an @return tag. | 175 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Method 'createAction' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter value should be final. | 176 |
![]() | Expected @param tag for 'value'. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | First sentence should end with a period. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line has trailing spaces. | 182 |
![]() | Expected an @return tag. | 184 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Method 'createReplyTo' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Parameter value should be final. | 185 |
![]() | Expected @param tag for 'value'. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | First sentence should end with a period. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line has trailing spaces. | 191 |
![]() | Expected an @return tag. | 193 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Method 'createFrom' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Parameter value should be final. | 194 |
![]() | Expected @param tag for 'value'. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | First sentence should end with a period. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Expected an @return tag. | 202 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Method 'createRelatesTo' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Parameter value should be final. | 203 |
![]() | Expected @param tag for 'value'. | 203 |
![]() | Line is longer than 80 characters. | 204 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 10 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'any' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 10 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'any' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'value' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'relationshipType' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter value should be final. | 68 |
![]() | 'value' hides a field. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'getRelationshipType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'setRelationshipType' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter value should be final. | 92 |
![]() | 'value' hides a field. | 92 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'value' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter value should be final. | 65 |
![]() | 'value' hides a field. | 65 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'value' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter value should be final. | 65 |
![]() | 'value' hides a field. | 65 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'value' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'portName' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter value should be final. | 71 |
![]() | 'value' hides a field. | 71 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'getPortName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'setPortName' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter value should be final. | 95 |
![]() | 'value' hides a field. | 95 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 113 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Missing a Javadoc comment. | 2 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - org.apache.xpath.XPathAPI. | 35 |
![]() | Unused import - org.w3c.dom.NodeList. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'doFilterHttp' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter request should be final. | 60 |
![]() | Parameter response should be final. | 60 |
![]() | Parameter filterChain should be final. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | 'if' is not followed by whitespace. | 64 |
![]() | '{' is not preceded with whitespace. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '{' is not preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 86 |
![]() | 'try' is not followed by whitespace. | 87 |
![]() | '{' is not preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | '{' is not preceded with whitespace. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Must have at least one statement. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 98 |
![]() | 'for' is not followed by whitespace. | 99 |
![]() | '{' is not preceded with whitespace. | 99 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '{' is not preceded with whitespace. | 101 |
![]() | 'cast' is not followed by whitespace. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | '{' is not preceded with whitespace. | 103 |
![]() | 'cast' is not followed by whitespace. | 104 |
![]() | '}' should be on the same line. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | 'cast' is not followed by whitespace. | 107 |
![]() | 'cast' is not followed by whitespace. | 108 |
![]() | Line has trailing spaces. | 110 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' is not preceded with whitespace. | 112 |
![]() | 'cast' is not followed by whitespace. | 113 |
![]() | 'if' is not followed by whitespace. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | '}' should be on the same line. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '{' is not preceded with whitespace. | 125 |
![]() | Line has trailing spaces. | 129 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | 'catch' is not followed by whitespace. | 155 |
![]() | '{' is not preceded with whitespace. | 155 |
![]() | Line has trailing spaces. | 158 |
![]() | Line has trailing spaces. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | '{' is not preceded with whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | 'if' is not followed by whitespace. | 167 |
![]() | '{' is not preceded with whitespace. | 167 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter proxyTicket should be final. | 173 |
![]() | Parameter proxyTargetService should be final. | 173 |
![]() | 'proxyTargetService' hides a field. | 173 |
![]() | Line has trailing spaces. | 176 |
![]() | Line has trailing spaces. | 181 |
![]() | Line has trailing spaces. | 186 |
![]() | Line has trailing spaces. | 191 |
![]() | Line has trailing spaces. | 196 |
![]() | Line has trailing spaces. | 199 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter tagName should be final. | 200 |
![]() | '{' is not preceded with whitespace. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | 'try' is not followed by whitespace. | 203 |
![]() | '{' is not preceded with whitespace. | 203 |
![]() | Line has trailing spaces. | 205 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | 'catch' is not followed by whitespace. | 211 |
![]() | '{' is not preceded with whitespace. | 211 |
![]() | Line has trailing spaces. | 216 |
![]() | Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Method 'getProxyTargetService' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Method 'setProxyTargetService' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter proxyTargetService should be final. | 226 |
![]() | 'proxyTargetService' hides a field. | 226 |
![]() | Method 'getSecurityTokenService' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'setSecurityTokenService' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter stsClient should be final. | 234 |
![]() | 'stsClient' hides a field. | 234 |
![]() | Method 'getUseCasProxyMechanism' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Method 'setUseCasProxyMechanism' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter useCasProxyMechanism should be final. | 242 |
![]() | 'useCasProxyMechanism' hides a field. | 242 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 15 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'any' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name '_All_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_ExactlyOne_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | First sentence should end with a period. | 37 |
![]() | Line has trailing spaces. | 39 |
![]() | Expected an @return tag. | 41 |
![]() | Method 'createPolicyReference' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | First sentence should end with a period. | 45 |
![]() | Line has trailing spaces. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Method 'createPolicy' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | First sentence should end with a period. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Expected an @return tag. | 57 |
![]() | Method 'createAppliesTo' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | First sentence should end with a period. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 65 |
![]() | Method 'createOperatorContentType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | First sentence should end with a period. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'createPolicyAttachment' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | First sentence should end with a period. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Expected an @return tag. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Method 'createAll' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Parameter value should be final. | 82 |
![]() | Expected @param tag for 'value'. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | First sentence should end with a period. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Expected an @return tag. | 90 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Method 'createExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Parameter value should be final. | 91 |
![]() | Expected @param tag for 'value'. | 91 |
![]() | Line is longer than 80 characters. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 14 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Variable 'policyOrAllOrExactlyOne' must be private and have accessor methods. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getPolicyOrAllOrExactlyOne' is not designed for extension - needs to be abstract, final or empty. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | '{' should be on the previous line. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'name' must be private and have accessor methods. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'id' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 62 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter value should be final. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter value should be final. | 100 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 118 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 17 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'appliesTo' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'policyOrPolicyReference' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'any' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'getAppliesTo' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'setAppliesTo' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter value should be final. | 86 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Expected an @return tag. | 113 |
![]() | Method 'getPolicyOrPolicyReference' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Expected an @return tag. | 143 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 156 |
![]() | Line has trailing spaces. | 159 |
![]() | Line has trailing spaces. | 160 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 164 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'uri' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'digest' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'digestAlgorithm' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter value should be final. | 72 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'getDigest' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'setDigest' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter value should be final. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 104 |
![]() | Method 'getDigestAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 120 |
![]() | Method 'setDigestAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter value should be final. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Missing a Javadoc comment. | 2 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 11 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'combinedHash' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'any' must be private and have accessor methods. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'getCombinedHash' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setCombinedHash' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Expected an @return tag. | 91 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'value' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'valueType' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'encodingType' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter value should be final. | 72 |
![]() | 'value' hides a field. | 72 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 94 |
![]() | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter value should be final. | 96 |
![]() | 'value' hides a field. | 96 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 106 |
![]() | Method 'getEncodingType' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'setEncodingType' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter value should be final. | 120 |
![]() | 'value' hides a field. | 120 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 138 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'value' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'type' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | 'value' hides a field. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter value should be final. | 88 |
![]() | 'value' hides a field. | 88 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 96 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'any' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter value should be final. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'any' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'dialect' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Expected an @return tag. | 77 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getDialect' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'setDialect' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter value should be final. | 104 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 14 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'any' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Expected an @return tag. | 71 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 10 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'any' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'created' must be private and have accessor methods. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'expires' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter value should be final. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Method 'getExpires' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 85 |
![]() | Method 'setExpires' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter value should be final. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_RequestSecurityToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name '_IssuedTokens_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Name '_SignChallenge_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Name '_RequestedSecurityToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Name '_RequestSecurityTokenResponse_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Name '_RequestSecurityTokenResponseCollection_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Name '_Issuer_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Name '_Authenticator_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Name '_AllowPostdating_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | Name '_RequestKET_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Name '_DelegateTo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | Name '_UseKey_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Name '_Encryption_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | Name '_RequestedTokenCancelled_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | Name '_Claims_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() | Name '_SignatureAlgorithm_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() | Name '_RequestedAttachedReference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() | Name '_SignWith_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Name '_RenewTarget_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Name '_Delegatable_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Name '_Forwardable_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Name '_KeyExchangeToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Name '_EncryptWith_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Name '_BinarySecret_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Name '_ComputedKey_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Name '_RequestedProofToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Name '_ComputedKeyAlgorithm_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() | Name '_AuthenticationType_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 56 |
![]() | Name '_EncryptionAlgorithm_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Name '_OnBehalfOf_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Name '_RequestedUnattachedReference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Name '_TokenType_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Name '_SignChallengeResponse_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Name '_CombinedHash_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | Name '_KeySize_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Name '_KeyType_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() | Name '_Participants_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | Name '_Renewing_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Name '_Entropy_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Name '_ProofEncryption_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | Name '_Status_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() | Name '_Lifetime_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() | Name '_Challenge_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | Name '_BinaryExchange_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() | Name '_CancelTarget_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | 'static' modifier out of order with the JLS suggestions. | 73 |
![]() | Name '_CanonicalizationAlgorithm_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | Name '_RequestType_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | First sentence should end with a period. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | First sentence should end with a period. | 83 |
![]() | Line has trailing spaces. | 85 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'createRequestSecurityTokenType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | First sentence should end with a period. | 91 |
![]() | Line has trailing spaces. | 93 |
![]() | Expected an @return tag. | 95 |
![]() | Method 'createBinarySecretType' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | First sentence should end with a period. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Expected an @return tag. | 103 |
![]() | Method 'createRequestedSecurityTokenType' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | First sentence should end with a period. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | Expected an @return tag. | 111 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Method 'createRequestSecurityTokenResponseType' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | First sentence should end with a period. | 115 |
![]() | Line has trailing spaces. | 117 |
![]() | Expected an @return tag. | 119 |
![]() | Method 'createOnBehalfOfType' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | First sentence should end with a period. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Expected an @return tag. | 127 |
![]() | Method 'createRequestedReferenceType' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | First sentence should end with a period. | 131 |
![]() | Line has trailing spaces. | 133 |
![]() | Expected an @return tag. | 135 |
![]() | Method 'createRequestedTokenCancelledType' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | First sentence should end with a period. | 139 |
![]() | Line has trailing spaces. | 141 |
![]() | Expected an @return tag. | 143 |
![]() | Method 'createKeyExchangeTokenType' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | First sentence should end with a period. | 147 |
![]() | Line has trailing spaces. | 149 |
![]() | Expected an @return tag. | 151 |
![]() | Method 'createCancelTargetType' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | First sentence should end with a period. | 155 |
![]() | Line has trailing spaces. | 157 |
![]() | Expected an @return tag. | 159 |
![]() | Method 'createRequestedProofTokenType' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | First sentence should end with a period. | 163 |
![]() | Line has trailing spaces. | 165 |
![]() | Expected an @return tag. | 167 |
![]() | Method 'createLifetimeType' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | First sentence should end with a period. | 171 |
![]() | Line has trailing spaces. | 173 |
![]() | Expected an @return tag. | 175 |
![]() | Method 'createAllowPostdatingType' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | First sentence should end with a period. | 179 |
![]() | Line has trailing spaces. | 181 |
![]() | Expected an @return tag. | 183 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'createRequestSecurityTokenResponseCollectionType' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | First sentence should end with a period. | 187 |
![]() | Line has trailing spaces. | 189 |
![]() | Expected an @return tag. | 191 |
![]() | Method 'createBinaryExchangeType' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | First sentence should end with a period. | 195 |
![]() | Line has trailing spaces. | 197 |
![]() | Expected an @return tag. | 199 |
![]() | Method 'createClaimsType' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | First sentence should end with a period. | 203 |
![]() | Line has trailing spaces. | 205 |
![]() | Expected an @return tag. | 207 |
![]() | Method 'createEntropyType' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | First sentence should end with a period. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Expected an @return tag. | 215 |
![]() | Method 'createRenewTargetType' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | First sentence should end with a period. | 219 |
![]() | Line has trailing spaces. | 221 |
![]() | Expected an @return tag. | 223 |
![]() | Method 'createUseKeyType' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | First sentence should end with a period. | 227 |
![]() | Line has trailing spaces. | 229 |
![]() | Expected an @return tag. | 231 |
![]() | Method 'createDelegateToType' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | First sentence should end with a period. | 235 |
![]() | Line has trailing spaces. | 237 |
![]() | Expected an @return tag. | 239 |
![]() | Method 'createProofEncryptionType' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | First sentence should end with a period. | 243 |
![]() | Line has trailing spaces. | 245 |
![]() | Expected an @return tag. | 247 |
![]() | Method 'createSignChallengeType' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | First sentence should end with a period. | 251 |
![]() | Line has trailing spaces. | 253 |
![]() | Expected an @return tag. | 255 |
![]() | Method 'createRequestKETType' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | First sentence should end with a period. | 259 |
![]() | Line has trailing spaces. | 261 |
![]() | Expected an @return tag. | 263 |
![]() | Method 'createParticipantsType' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | First sentence should end with a period. | 267 |
![]() | Line has trailing spaces. | 269 |
![]() | Expected an @return tag. | 271 |
![]() | Method 'createEncryptionType' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | First sentence should end with a period. | 275 |
![]() | Line has trailing spaces. | 277 |
![]() | Expected an @return tag. | 279 |
![]() | Method 'createRenewingType' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | First sentence should end with a period. | 283 |
![]() | Line has trailing spaces. | 285 |
![]() | Expected an @return tag. | 287 |
![]() | Method 'createStatusType' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | First sentence should end with a period. | 291 |
![]() | Line has trailing spaces. | 293 |
![]() | Expected an @return tag. | 295 |
![]() | Method 'createParticipantType' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | First sentence should end with a period. | 299 |
![]() | Line has trailing spaces. | 301 |
![]() | Expected an @return tag. | 303 |
![]() | Method 'createAuthenticatorType' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | First sentence should end with a period. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line has trailing spaces. | 309 |
![]() | Expected an @return tag. | 311 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Method 'createRequestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Parameter value should be final. | 312 |
![]() | Expected @param tag for 'value'. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | First sentence should end with a period. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Line has trailing spaces. | 318 |
![]() | Expected an @return tag. | 320 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Method 'createIssuedTokens' is not designed for extension - needs to be abstract, final or empty. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Parameter value should be final. | 321 |
![]() | Expected @param tag for 'value'. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | First sentence should end with a period. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Expected an @return tag. | 329 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Method 'createSignChallenge' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Parameter value should be final. | 330 |
![]() | Expected @param tag for 'value'. | 330 |
![]() | Line is longer than 80 characters. | 331 |
![]() | First sentence should end with a period. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line has trailing spaces. | 336 |
![]() | Expected an @return tag. | 338 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Method 'createRequestedSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Parameter value should be final. | 339 |
![]() | Expected @param tag for 'value'. | 339 |
![]() | Line is longer than 80 characters. | 340 |
![]() | First sentence should end with a period. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line has trailing spaces. | 345 |
![]() | Expected an @return tag. | 347 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Method 'createRequestSecurityTokenResponse' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Parameter value should be final. | 348 |
![]() | Expected @param tag for 'value'. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | First sentence should end with a period. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Line has trailing spaces. | 354 |
![]() | Expected an @return tag. | 356 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Method 'createRequestSecurityTokenResponseCollection' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Parameter value should be final. | 357 |
![]() | Expected @param tag for 'value'. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | First sentence should end with a period. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line has trailing spaces. | 363 |
![]() | Expected an @return tag. | 365 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Method 'createIssuer' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Parameter value should be final. | 366 |
![]() | Expected @param tag for 'value'. | 366 |
![]() | Line is longer than 80 characters. | 367 |
![]() | First sentence should end with a period. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line has trailing spaces. | 372 |
![]() | Expected an @return tag. | 374 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Method 'createAuthenticator' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Parameter value should be final. | 375 |
![]() | Expected @param tag for 'value'. | 375 |
![]() | Line is longer than 80 characters. | 376 |
![]() | First sentence should end with a period. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line has trailing spaces. | 381 |
![]() | Expected an @return tag. | 383 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Method 'createAllowPostdating' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Parameter value should be final. | 384 |
![]() | Expected @param tag for 'value'. | 384 |
![]() | Line is longer than 80 characters. | 385 |
![]() | First sentence should end with a period. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line has trailing spaces. | 390 |
![]() | Expected an @return tag. | 392 |
![]() | Line is longer than 80 characters. | 392 |
![]() | Method 'createRequestKET' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() | Parameter value should be final. | 393 |
![]() | Expected @param tag for 'value'. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | First sentence should end with a period. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line has trailing spaces. | 399 |
![]() | Expected an @return tag. | 401 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Method 'createDelegateTo' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | Parameter value should be final. | 402 |
![]() | Expected @param tag for 'value'. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | First sentence should end with a period. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | Line has trailing spaces. | 408 |
![]() | Expected an @return tag. | 410 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Method 'createUseKey' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Parameter value should be final. | 411 |
![]() | Expected @param tag for 'value'. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | First sentence should end with a period. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line has trailing spaces. | 417 |
![]() | Expected an @return tag. | 419 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Method 'createEncryption' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Parameter value should be final. | 420 |
![]() | Expected @param tag for 'value'. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | First sentence should end with a period. | 424 |
![]() | Line is longer than 80 characters. | 425 |
![]() | Line has trailing spaces. | 426 |
![]() | Expected an @return tag. | 428 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Method 'createRequestedTokenCancelled' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Parameter value should be final. | 429 |
![]() | Expected @param tag for 'value'. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | First sentence should end with a period. | 433 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Line has trailing spaces. | 435 |
![]() | Expected an @return tag. | 437 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Method 'createClaims' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Parameter value should be final. | 438 |
![]() | Expected @param tag for 'value'. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | First sentence should end with a period. | 442 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line has trailing spaces. | 444 |
![]() | Expected an @return tag. | 446 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Method 'createSignatureAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() | Parameter value should be final. | 447 |
![]() | Expected @param tag for 'value'. | 447 |
![]() | Line is longer than 80 characters. | 448 |
![]() | First sentence should end with a period. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Line has trailing spaces. | 453 |
![]() | Expected an @return tag. | 455 |
![]() | Line is longer than 80 characters. | 455 |
![]() | Method 'createRequestedAttachedReference' is not designed for extension - needs to be abstract, final or empty. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Parameter value should be final. | 456 |
![]() | Expected @param tag for 'value'. | 456 |
![]() | Line is longer than 80 characters. | 457 |
![]() | First sentence should end with a period. | 460 |
![]() | Line is longer than 80 characters. | 461 |
![]() | Line has trailing spaces. | 462 |
![]() | Expected an @return tag. | 464 |
![]() | Line is longer than 80 characters. | 464 |
![]() | Method 'createSignWith' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Parameter value should be final. | 465 |
![]() | Expected @param tag for 'value'. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | First sentence should end with a period. | 469 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Line has trailing spaces. | 471 |
![]() | Expected an @return tag. | 473 |
![]() | Line is longer than 80 characters. | 473 |
![]() | Method 'createRenewTarget' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Parameter value should be final. | 474 |
![]() | Expected @param tag for 'value'. | 474 |
![]() | Line is longer than 80 characters. | 475 |
![]() | First sentence should end with a period. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line has trailing spaces. | 480 |
![]() | Expected an @return tag. | 482 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Method 'createDelegatable' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Parameter value should be final. | 483 |
![]() | Expected @param tag for 'value'. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | First sentence should end with a period. | 487 |
![]() | Line is longer than 80 characters. | 488 |
![]() | Line has trailing spaces. | 489 |
![]() | Expected an @return tag. | 491 |
![]() | Line is longer than 80 characters. | 491 |
![]() | Method 'createForwardable' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() | Parameter value should be final. | 492 |
![]() | Expected @param tag for 'value'. | 492 |
![]() | Line is longer than 80 characters. | 493 |
![]() | First sentence should end with a period. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | Line has trailing spaces. | 498 |
![]() | Expected an @return tag. | 500 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Method 'createKeyExchangeToken' is not designed for extension - needs to be abstract, final or empty. | 500 |
![]() | Line is longer than 80 characters. | 501 |
![]() | Parameter value should be final. | 501 |
![]() | Expected @param tag for 'value'. | 501 |
![]() | Line is longer than 80 characters. | 502 |
![]() | First sentence should end with a period. | 505 |
![]() | Line is longer than 80 characters. | 506 |
![]() | Line has trailing spaces. | 507 |
![]() | Expected an @return tag. | 509 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Method 'createEncryptWith' is not designed for extension - needs to be abstract, final or empty. | 509 |
![]() | Parameter value should be final. | 510 |
![]() | Expected @param tag for 'value'. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | First sentence should end with a period. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line has trailing spaces. | 516 |
![]() | Expected an @return tag. | 518 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Method 'createBinarySecret' is not designed for extension - needs to be abstract, final or empty. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Parameter value should be final. | 519 |
![]() | Expected @param tag for 'value'. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | First sentence should end with a period. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Line has trailing spaces. | 525 |
![]() | Expected an @return tag. | 527 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Method 'createComputedKey' is not designed for extension - needs to be abstract, final or empty. | 527 |
![]() | Parameter value should be final. | 528 |
![]() | Expected @param tag for 'value'. | 528 |
![]() | Line is longer than 80 characters. | 529 |
![]() | First sentence should end with a period. | 532 |
![]() | Line is longer than 80 characters. | 533 |
![]() | Line has trailing spaces. | 534 |
![]() | Expected an @return tag. | 536 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Method 'createRequestedProofToken' is not designed for extension - needs to be abstract, final or empty. | 536 |
![]() | Line is longer than 80 characters. | 537 |
![]() | Parameter value should be final. | 537 |
![]() | Expected @param tag for 'value'. | 537 |
![]() | Line is longer than 80 characters. | 538 |
![]() | First sentence should end with a period. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | Line has trailing spaces. | 543 |
![]() | Expected an @return tag. | 545 |
![]() | Line is longer than 80 characters. | 545 |
![]() | Method 'createComputedKeyAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() | Parameter value should be final. | 546 |
![]() | Expected @param tag for 'value'. | 546 |
![]() | Line is longer than 80 characters. | 547 |
![]() | First sentence should end with a period. | 550 |
![]() | Line is longer than 80 characters. | 551 |
![]() | Line has trailing spaces. | 552 |
![]() | Expected an @return tag. | 554 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Method 'createAuthenticationType' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() | Parameter value should be final. | 555 |
![]() | Expected @param tag for 'value'. | 555 |
![]() | Line is longer than 80 characters. | 556 |
![]() | First sentence should end with a period. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line has trailing spaces. | 561 |
![]() | Expected an @return tag. | 563 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Method 'createEncryptionAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 563 |
![]() | Parameter value should be final. | 564 |
![]() | Expected @param tag for 'value'. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | First sentence should end with a period. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line has trailing spaces. | 570 |
![]() | Expected an @return tag. | 572 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Method 'createOnBehalfOf' is not designed for extension - needs to be abstract, final or empty. | 572 |
![]() | Parameter value should be final. | 573 |
![]() | Expected @param tag for 'value'. | 573 |
![]() | Line is longer than 80 characters. | 574 |
![]() | First sentence should end with a period. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | Line has trailing spaces. | 579 |
![]() | Expected an @return tag. | 581 |
![]() | Line is longer than 80 characters. | 581 |
![]() | Method 'createRequestedUnattachedReference' is not designed for extension - needs to be abstract, final or empty. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Parameter value should be final. | 582 |
![]() | Expected @param tag for 'value'. | 582 |
![]() | Line is longer than 80 characters. | 583 |
![]() | First sentence should end with a period. | 586 |
![]() | Line is longer than 80 characters. | 587 |
![]() | Line has trailing spaces. | 588 |
![]() | Expected an @return tag. | 590 |
![]() | Line is longer than 80 characters. | 590 |
![]() | Method 'createTokenType' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Parameter value should be final. | 591 |
![]() | Expected @param tag for 'value'. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | First sentence should end with a period. | 595 |
![]() | Line is longer than 80 characters. | 596 |
![]() | Line has trailing spaces. | 597 |
![]() | Expected an @return tag. | 599 |
![]() | Line is longer than 80 characters. | 599 |
![]() | Method 'createSignChallengeResponse' is not designed for extension - needs to be abstract, final or empty. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | Parameter value should be final. | 600 |
![]() | Expected @param tag for 'value'. | 600 |
![]() | Line is longer than 80 characters. | 601 |
![]() | First sentence should end with a period. | 604 |
![]() | Line is longer than 80 characters. | 605 |
![]() | Line has trailing spaces. | 606 |
![]() | Expected an @return tag. | 608 |
![]() | Line is longer than 80 characters. | 608 |
![]() | Method 'createCombinedHash' is not designed for extension - needs to be abstract, final or empty. | 608 |
![]() | Parameter value should be final. | 609 |
![]() | Expected @param tag for 'value'. | 609 |
![]() | Line is longer than 80 characters. | 610 |
![]() | First sentence should end with a period. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | Line has trailing spaces. | 615 |
![]() | Expected an @return tag. | 617 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Method 'createKeySize' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Parameter value should be final. | 618 |
![]() | Expected @param tag for 'value'. | 618 |
![]() | First sentence should end with a period. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | Line has trailing spaces. | 624 |
![]() | Expected an @return tag. | 626 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Method 'createKeyType' is not designed for extension - needs to be abstract, final or empty. | 626 |
![]() | Parameter value should be final. | 627 |
![]() | Expected @param tag for 'value'. | 627 |
![]() | Line is longer than 80 characters. | 628 |
![]() | First sentence should end with a period. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | Line has trailing spaces. | 633 |
![]() | Expected an @return tag. | 635 |
![]() | Line is longer than 80 characters. | 635 |
![]() | Method 'createParticipants' is not designed for extension - needs to be abstract, final or empty. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Parameter value should be final. | 636 |
![]() | Expected @param tag for 'value'. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | First sentence should end with a period. | 640 |
![]() | Line is longer than 80 characters. | 641 |
![]() | Line has trailing spaces. | 642 |
![]() | Expected an @return tag. | 644 |
![]() | Line is longer than 80 characters. | 644 |
![]() | Method 'createRenewing' is not designed for extension - needs to be abstract, final or empty. | 644 |
![]() | Parameter value should be final. | 645 |
![]() | Expected @param tag for 'value'. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | First sentence should end with a period. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | Line has trailing spaces. | 651 |
![]() | Expected an @return tag. | 653 |
![]() | Line is longer than 80 characters. | 653 |
![]() | Method 'createEntropy' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() | Parameter value should be final. | 654 |
![]() | Expected @param tag for 'value'. | 654 |
![]() | Line is longer than 80 characters. | 655 |
![]() | First sentence should end with a period. | 658 |
![]() | Line is longer than 80 characters. | 659 |
![]() | Line has trailing spaces. | 660 |
![]() | Expected an @return tag. | 662 |
![]() | Line is longer than 80 characters. | 662 |
![]() | Method 'createProofEncryption' is not designed for extension - needs to be abstract, final or empty. | 662 |
![]() | Line is longer than 80 characters. | 663 |
![]() | Parameter value should be final. | 663 |
![]() | Expected @param tag for 'value'. | 663 |
![]() | Line is longer than 80 characters. | 664 |
![]() | First sentence should end with a period. | 667 |
![]() | Line is longer than 80 characters. | 668 |
![]() | Line has trailing spaces. | 669 |
![]() | Expected an @return tag. | 671 |
![]() | Line is longer than 80 characters. | 671 |
![]() | Method 'createStatus' is not designed for extension - needs to be abstract, final or empty. | 671 |
![]() | Parameter value should be final. | 672 |
![]() | Expected @param tag for 'value'. | 672 |
![]() | Line is longer than 80 characters. | 673 |
![]() | First sentence should end with a period. | 676 |
![]() | Line is longer than 80 characters. | 677 |
![]() | Line has trailing spaces. | 678 |
![]() | Expected an @return tag. | 680 |
![]() | Line is longer than 80 characters. | 680 |
![]() | Method 'createLifetime' is not designed for extension - needs to be abstract, final or empty. | 680 |
![]() | Parameter value should be final. | 681 |
![]() | Expected @param tag for 'value'. | 681 |
![]() | Line is longer than 80 characters. | 682 |
![]() | First sentence should end with a period. | 685 |
![]() | Line is longer than 80 characters. | 686 |
![]() | Line has trailing spaces. | 687 |
![]() | Expected an @return tag. | 689 |
![]() | Line is longer than 80 characters. | 689 |
![]() | Method 'createChallenge' is not designed for extension - needs to be abstract, final or empty. | 689 |
![]() | Parameter value should be final. | 690 |
![]() | Expected @param tag for 'value'. | 690 |
![]() | Line is longer than 80 characters. | 691 |
![]() | First sentence should end with a period. | 694 |
![]() | Line is longer than 80 characters. | 695 |
![]() | Line has trailing spaces. | 696 |
![]() | Expected an @return tag. | 698 |
![]() | Line is longer than 80 characters. | 698 |
![]() | Method 'createBinaryExchange' is not designed for extension - needs to be abstract, final or empty. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Parameter value should be final. | 699 |
![]() | Expected @param tag for 'value'. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | First sentence should end with a period. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | Line has trailing spaces. | 705 |
![]() | Expected an @return tag. | 707 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Method 'createCancelTarget' is not designed for extension - needs to be abstract, final or empty. | 707 |
![]() | Line is longer than 80 characters. | 708 |
![]() | Parameter value should be final. | 708 |
![]() | Expected @param tag for 'value'. | 708 |
![]() | Line is longer than 80 characters. | 709 |
![]() | First sentence should end with a period. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Line has trailing spaces. | 714 |
![]() | Expected an @return tag. | 716 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Method 'createCanonicalizationAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 716 |
![]() | Parameter value should be final. | 717 |
![]() | Expected @param tag for 'value'. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | First sentence should end with a period. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line has trailing spaces. | 723 |
![]() | Expected an @return tag. | 725 |
![]() | Line is longer than 80 characters. | 725 |
![]() | Method 'createRequestType' is not designed for extension - needs to be abstract, final or empty. | 725 |
![]() | Parameter value should be final. | 726 |
![]() | Expected @param tag for 'value'. | 726 |
![]() | Line is longer than 80 characters. | 727 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 11 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'primary' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'participant' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'any' must be private and have accessor methods. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'getPrimary' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 68 |
![]() | Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter value should be final. | 70 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Expected an @return tag. | 96 |
![]() | Method 'getParticipant' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Expected an @return tag. | 126 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'any' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter value should be final. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'allow' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'ok' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'isAllow' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'setAllow' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter value should be final. | 57 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Method 'isOK' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'setOK' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter value should be final. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Variable 'requestSecurityTokenResponse' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected an @return tag. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'getRequestSecurityTokenResponse' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Variable 'any' must be private and have accessor methods. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Variable 'context' must be private and have accessor methods. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Expected an @return tag. | 115 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 128 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 140 |
![]() | Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter value should be final. | 142 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Variable 'any' must be private and have accessor methods. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Variable 'context' must be private and have accessor methods. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Expected an @return tag. | 110 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 135 |
![]() | Method 'setContext' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter value should be final. | 137 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 155 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'securityTokenReference' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'getSecurityTokenReference' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'setSecurityTokenReference' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter value should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 8 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'any' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 15 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'challenge' must be private and have accessor methods. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'any' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'getChallenge' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 71 |
![]() | Method 'setChallenge' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter value should be final. | 73 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Expected an @return tag. | 100 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'code' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'reason' must be private and have accessor methods. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter value should be final. | 62 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter value should be final. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 10 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'any' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'sig' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'setAny' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter value should be final. | 67 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 77 |
![]() | Method 'getSig' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'setSig' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter value should be final. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Missing a Javadoc comment. | 2 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 10 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | '}' is not preceded with whitespace. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Line is longer than 80 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 12 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | '}' is not preceded with whitespace. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line is longer than 80 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.io.StringWriter. | 5 |
![]() | Unused import - javax.xml.transform.Transformer. | 18 |
![]() | Unused import - javax.xml.transform.TransformerFactory. | 19 |
![]() | Unused import - javax.xml.transform.dom.DOMSource. | 20 |
![]() | Unused import - javax.xml.transform.stream.StreamResult. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'requestSecurityToken2' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter request should be final. | 54 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'requestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter request should be final. | 59 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 69 |
![]() | 'for' is not followed by whitespace. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | 'cast' is not followed by whitespace. | 73 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | '{' is not preceded with whitespace. | 74 |
![]() | 'cast' is not followed by whitespace. | 75 |
![]() | '}' should be on the same line. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | '}' should be on the same line. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | 'cast' is not followed by whitespace. | 81 |
![]() | '}' should be on the same line. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | 'cast' is not followed by whitespace. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '{' is not preceded with whitespace. | 88 |
![]() | 'cast' is not followed by whitespace. | 89 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '(' is followed by whitespace. | 90 |
![]() | '{' is not preceded with whitespace. | 90 |
![]() | '}' should be on the same line. | 92 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '}' should be on the same line. | 95 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | '}' should be on the same line. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | 'if' is not followed by whitespace. | 99 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '{' is not preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' is not preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line has trailing spaces. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | 'if' is not followed by whitespace. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | Line has trailing spaces. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '{' is not preceded with whitespace. | 122 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | '{' is not preceded with whitespace. | 128 |
![]() | 'try' is not followed by whitespace. | 133 |
![]() | '{' is not preceded with whitespace. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line has trailing spaces. | 139 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | 'if' is not followed by whitespace. | 150 |
![]() | '{' is not preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | 'catch' is not followed by whitespace. | 159 |
![]() | '{' is not preceded with whitespace. | 159 |
![]() | Line has trailing spaces. | 165 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter proxyTicketId should be final. | 169 |
![]() | Parameter proxyTargetService should be final. | 169 |
![]() | '{' is not preceded with whitespace. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line has trailing spaces. | 173 |
![]() | Line is longer than 80 characters. | 178 |
![]() | '255' is a magic number. | 181 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line has trailing spaces. | 199 |
![]() | ',' is not followed by whitespace. | 200 |
![]() | ',' is not followed by whitespace. | 200 |
![]() | Line has trailing spaces. | 205 |
![]() | Line has trailing spaces. | 208 |
![]() | Line has trailing spaces. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 219 |
![]() | Line has trailing spaces. | 222 |
![]() | Line has trailing spaces. | 224 |
![]() | Line has trailing spaces. | 226 |
![]() | Line has trailing spaces. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Parameter proxyTicketId should be final. | 236 |
![]() | Parameter proxyTargetService should be final. | 236 |
![]() | '{' is not preceded with whitespace. | 236 |
![]() | Line has trailing spaces. | 238 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Avoid inline conditionals. | 238 |
![]() | Line has trailing spaces. | 239 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line has trailing spaces. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Parameter principal should be final. | 246 |
![]() | '{' is not preceded with whitespace. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | ',' is not followed by whitespace. | 248 |
![]() | ',' is not followed by whitespace. | 248 |
![]() | 'if' is not followed by whitespace. | 252 |
![]() | '{' is not preceded with whitespace. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | 'else' is not preceded with whitespace. | 254 |
![]() | '}' is not followed by whitespace. | 254 |
![]() | 'else' is not followed by whitespace. | 254 |
![]() | '{' is not preceded with whitespace. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line has trailing spaces. | 257 |
![]() | Line has trailing spaces. | 260 |
![]() | Line has trailing spaces. | 262 |
![]() | Line has trailing spaces. | 264 |
![]() | Line has trailing spaces. | 267 |
![]() | Method 'getCasServerUrl' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Method 'setCasServerUrl' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Parameter casServerUrl should be final. | 275 |
![]() | 'casServerUrl' hides a field. | 275 |
![]() | Method 'getSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Method 'setSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Parameter samlIssuerForUser should be final. | 283 |
![]() | 'samlIssuerForUser' hides a field. | 283 |
![]() | Method 'getProxyCallBackUrl' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Method 'setProxyCallBackUrl' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Parameter proxyCallBackUrl should be final. | 291 |
![]() | 'proxyCallBackUrl' hides a field. | 291 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 11 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | '}' is not preceded with whitespace. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Name 'RequestSecurityToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getRequestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'setRequestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter newRequestSecurityToken should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Name 'RequestSecurityToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getRequestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'setRequestSecurityToken' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter newRequestSecurityToken should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Name 'RequestSecurityTokenResponseCollection' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getRequestSecurityTokenResponseCollection' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'setRequestSecurityTokenResponseCollection' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter newRequestSecurityTokenResponseCollection should be final. | 29 |
![]() | Line is longer than 80 characters. | 30 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 10 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Name 'RequestSecurityTokenResponse' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Method 'getRequestSecurityTokenResponse' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Method 'setRequestSecurityTokenResponse' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter newRequestSecurityTokenResponse should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'value' must be private and have accessor methods. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'id' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter value should be final. | 80 |
![]() | 'value' hides a field. | 80 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter value should be final. | 104 |
![]() | 'value' hides a field. | 104 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'valueType' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'any' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'valueType' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Expected an @return tag. | 79 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 104 |
![]() | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter value should be final. | 106 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 124 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | '{' should be on the previous line. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'encodingType' must be private and have accessor methods. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'getEncodingType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 64 |
![]() | Method 'setEncodingType' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter value should be final. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'valueType' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name '_Nonce_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_Embedded_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name '_Password_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Name '_Reference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Name '_Security_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Name '_SecurityTokenReference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Name '_BinarySecurityToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Name '_KeyIdentifier_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Name '_TransformationParameters_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Name '_UsernameToken_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | First sentence should end with a period. | 45 |
![]() | Line has trailing spaces. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Method 'createSecurityTokenReferenceType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | First sentence should end with a period. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Expected an @return tag. | 57 |
![]() | Method 'createAttributedString' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | First sentence should end with a period. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Expected an @return tag. | 65 |
![]() | Method 'createBinarySecurityTokenType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | First sentence should end with a period. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'createSecurityHeaderType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | First sentence should end with a period. | 77 |
![]() | Line has trailing spaces. | 79 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'createUsernameTokenType' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | First sentence should end with a period. | 85 |
![]() | Line has trailing spaces. | 87 |
![]() | Expected an @return tag. | 89 |
![]() | Method 'createKeyIdentifierType' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | First sentence should end with a period. | 93 |
![]() | Line has trailing spaces. | 95 |
![]() | Expected an @return tag. | 97 |
![]() | Method 'createReferenceType' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | First sentence should end with a period. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Expected an @return tag. | 105 |
![]() | Method 'createEncodedString' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | First sentence should end with a period. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Expected an @return tag. | 113 |
![]() | Method 'createPasswordString' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | First sentence should end with a period. | 117 |
![]() | Line has trailing spaces. | 119 |
![]() | Expected an @return tag. | 121 |
![]() | Method 'createEmbeddedType' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | First sentence should end with a period. | 125 |
![]() | Line has trailing spaces. | 127 |
![]() | Expected an @return tag. | 129 |
![]() | Method 'createTransformationParametersType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | First sentence should end with a period. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Expected an @return tag. | 137 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Method 'createNonce' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter value should be final. | 138 |
![]() | Expected @param tag for 'value'. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | First sentence should end with a period. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Expected an @return tag. | 146 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'createEmbedded' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter value should be final. | 147 |
![]() | Expected @param tag for 'value'. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | First sentence should end with a period. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line has trailing spaces. | 153 |
![]() | Expected an @return tag. | 155 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Method 'createPassword' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter value should be final. | 156 |
![]() | Expected @param tag for 'value'. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | First sentence should end with a period. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Expected an @return tag. | 164 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Method 'createReference' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter value should be final. | 165 |
![]() | Expected @param tag for 'value'. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | First sentence should end with a period. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Expected an @return tag. | 173 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Method 'createSecurity' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Parameter value should be final. | 174 |
![]() | Expected @param tag for 'value'. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | First sentence should end with a period. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Expected an @return tag. | 182 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Method 'createSecurityTokenReference' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Parameter value should be final. | 183 |
![]() | Expected @param tag for 'value'. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | First sentence should end with a period. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Expected an @return tag. | 191 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Method 'createBinarySecurityToken' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Parameter value should be final. | 192 |
![]() | Expected @param tag for 'value'. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | First sentence should end with a period. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Expected an @return tag. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Method 'createKeyIdentifier' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Parameter value should be final. | 201 |
![]() | Expected @param tag for 'value'. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | First sentence should end with a period. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Expected an @return tag. | 209 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Method 'createTransformationParameters' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Parameter value should be final. | 210 |
![]() | Expected @param tag for 'value'. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | First sentence should end with a period. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line has trailing spaces. | 216 |
![]() | Expected an @return tag. | 218 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Method 'createUsernameToken' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Parameter value should be final. | 219 |
![]() | Expected @param tag for 'value'. | 219 |
![]() | Line is longer than 80 characters. | 220 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | '{' should be on the previous line. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'type' must be private and have accessor methods. | 39 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter value should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'uri' must be private and have accessor methods. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'valueType' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter value should be final. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter value should be final. | 93 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 14 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'any' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 19 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'any' must be private and have accessor methods. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'id' must be private and have accessor methods. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'usage' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line has trailing spaces. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 112 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter value should be final. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Expected an @return tag. | 140 |
![]() | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 151 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 14 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'any' must be private and have accessor methods. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Variable 'username' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'any' must be private and have accessor methods. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'id' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter value should be final. | 86 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Expected an @return tag. | 113 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 126 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Line has trailing spaces. | 134 |
![]() | Line has trailing spaces. | 138 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter value should be final. | 140 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 148 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Missing a Javadoc comment. | 2 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'value' must be private and have accessor methods. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'id' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter value should be final. | 77 |
![]() | 'value' hides a field. | 77 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line has trailing spaces. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter value should be final. | 101 |
![]() | 'value' hides a field. | 101 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'value' must be private and have accessor methods. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'id' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 64 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 76 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter value should be final. | 78 |
![]() | 'value' hides a field. | 78 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 88 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Line has trailing spaces. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter value should be final. | 102 |
![]() | 'value' hides a field. | 102 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 120 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name '_Expires_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_Timestamp_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name '_Created_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | First sentence should end with a period. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | First sentence should end with a period. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Expected an @return tag. | 42 |
![]() | Method 'createTimestampType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | First sentence should end with a period. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Expected an @return tag. | 50 |
![]() | Method 'createAttributedDateTime' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | First sentence should end with a period. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Expected an @return tag. | 58 |
![]() | Method 'createAttributedURI' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | First sentence should end with a period. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Expected an @return tag. | 66 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Method 'createExpires' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter value should be final. | 67 |
![]() | Expected @param tag for 'value'. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | First sentence should end with a period. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Expected an @return tag. | 75 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'createTimestamp' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter value should be final. | 76 |
![]() | Expected @param tag for 'value'. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | First sentence should end with a period. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Expected an @return tag. | 84 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Method 'createCreated' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Parameter value should be final. | 85 |
![]() | Expected @param tag for 'value'. | 85 |
![]() | Line is longer than 80 characters. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 20 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'created' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'expires' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'any' must be private and have accessor methods. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Variable 'id' must be private and have accessor methods. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 80 |
![]() | Method 'getCreated' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 92 |
![]() | Method 'setCreated' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter value should be final. | 94 |
![]() | Line has trailing spaces. | 100 |
![]() | Line has trailing spaces. | 104 |
![]() | Method 'getExpires' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Line has trailing spaces. | 112 |
![]() | Line has trailing spaces. | 116 |
![]() | Method 'setExpires' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter value should be final. | 118 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 136 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Expected an @return tag. | 145 |
![]() | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 158 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Line has trailing spaces. | 166 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Parameter value should be final. | 172 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line has trailing spaces. | 178 |
![]() | Line has trailing spaces. | 180 |
![]() | Line has trailing spaces. | 182 |
![]() | Line has trailing spaces. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 190 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 1 |
![]() | Missing a Javadoc comment. | 2 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'content' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'algorithm' must be private and have accessor methods. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Expected an @return tag. | 71 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 84 |
![]() | Method 'getAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 96 |
![]() | Method 'setAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter value should be final. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'p' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'q' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'g' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'y' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'j' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'seed' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'pgenCounter' must be private and have accessor methods. | 64 |
![]() | Line has trailing spaces. | 68 |
![]() | Method 'getP' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line has trailing spaces. | 79 |
![]() | Method 'setP' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter value should be final. | 84 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getQ' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'setQ' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter value should be final. | 106 |
![]() | Line has trailing spaces. | 112 |
![]() | Method 'getG' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line has trailing spaces. | 123 |
![]() | Method 'setG' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter value should be final. | 128 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line has trailing spaces. | 145 |
![]() | Method 'setY' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter value should be final. | 150 |
![]() | Line has trailing spaces. | 156 |
![]() | Method 'getJ' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Line has trailing spaces. | 167 |
![]() | Method 'setJ' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Parameter value should be final. | 172 |
![]() | Line has trailing spaces. | 178 |
![]() | Method 'getSeed' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Line has trailing spaces. | 189 |
![]() | Method 'setSeed' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Parameter value should be final. | 194 |
![]() | Line has trailing spaces. | 200 |
![]() | Method 'getPgenCounter' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Line has trailing spaces. | 211 |
![]() | Method 'setPgenCounter' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter value should be final. | 216 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 13 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'content' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'algorithm' must be private and have accessor methods. | 47 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'setAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter value should be final. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 19 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Variable 'content' must be private and have accessor methods. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'id' must be private and have accessor methods. | 71 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Expected an @return tag. | 104 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 117 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter value should be final. | 131 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 14 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Variable 'content' must be private and have accessor methods. | 50 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Expected an @return tag. | 78 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'reference' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'id' must be private and have accessor methods. | 49 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter value should be final. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name '_PGPData_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name '_SPKIData_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Name '_RetrievalMethod_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Name '_CanonicalizationMethod_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Name '_SignatureProperty_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Name '_Transforms_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Name '_Manifest_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Name '_SignatureMethod_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Name '_KeyInfo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | Name '_DigestMethod_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Name '_MgmtData_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | Name '_Reference_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Name '_RSAKeyValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | Name '_Signature_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | Name '_DSAKeyValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | 'static' modifier out of order with the JLS suggestions. | 43 |
![]() | Name '_SignedInfo_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() | Name '_Object_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() | Name '_SignatureValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Name '_Transform_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Name '_X509Data_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Name '_DigestValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Name '_SignatureProperties_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Name '_KeyName_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Name '_KeyValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Name '_SignatureMethodTypeHMACOutputLength_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Name '_X509DataTypeX509IssuerSerial_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Name '_X509DataTypeX509Certificate_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() | Name '_X509DataTypeX509SKI_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 56 |
![]() | Name '_X509DataTypeX509SubjectName_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Name '_X509DataTypeX509CRL_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Name '_TransformTypeXPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Name '_PGPDataTypePGPKeyID_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Name '_PGPDataTypePGPKeyPacket_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Name '_SPKIDataTypeSPKISexp_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | First sentence should end with a period. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | First sentence should end with a period. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Expected an @return tag. | 74 |
![]() | Method 'createSignatureValueType' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | First sentence should end with a period. | 78 |
![]() | Line has trailing spaces. | 80 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'createKeyInfoType' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | First sentence should end with a period. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Expected an @return tag. | 90 |
![]() | Method 'createSignaturePropertyType' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | First sentence should end with a period. | 94 |
![]() | Line has trailing spaces. | 96 |
![]() | Expected an @return tag. | 98 |
![]() | Method 'createCanonicalizationMethodType' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | First sentence should end with a period. | 102 |
![]() | Line has trailing spaces. | 104 |
![]() | Expected an @return tag. | 106 |
![]() | Method 'createSignatureType' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | First sentence should end with a period. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Expected an @return tag. | 114 |
![]() | Method 'createSignedInfoType' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | First sentence should end with a period. | 118 |
![]() | Line has trailing spaces. | 120 |
![]() | Expected an @return tag. | 122 |
![]() | Method 'createRetrievalMethodType' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | First sentence should end with a period. | 126 |
![]() | Line has trailing spaces. | 128 |
![]() | Expected an @return tag. | 130 |
![]() | Method 'createPGPDataType' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | First sentence should end with a period. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Expected an @return tag. | 138 |
![]() | Method 'createX509DataType' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | First sentence should end with a period. | 142 |
![]() | Line has trailing spaces. | 144 |
![]() | Expected an @return tag. | 146 |
![]() | Method 'createTransformType' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | First sentence should end with a period. | 150 |
![]() | Line has trailing spaces. | 152 |
![]() | Expected an @return tag. | 154 |
![]() | Method 'createKeyValueType' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | First sentence should end with a period. | 158 |
![]() | Line has trailing spaces. | 160 |
![]() | Expected an @return tag. | 162 |
![]() | Method 'createSPKIDataType' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | First sentence should end with a period. | 166 |
![]() | Line has trailing spaces. | 168 |
![]() | Expected an @return tag. | 170 |
![]() | Method 'createSignatureMethodType' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | First sentence should end with a period. | 174 |
![]() | Line has trailing spaces. | 176 |
![]() | Expected an @return tag. | 178 |
![]() | Method 'createObjectType' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | First sentence should end with a period. | 182 |
![]() | Line has trailing spaces. | 184 |
![]() | Expected an @return tag. | 186 |
![]() | Method 'createReferenceType' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | First sentence should end with a period. | 190 |
![]() | Line has trailing spaces. | 192 |
![]() | Expected an @return tag. | 194 |
![]() | Method 'createDigestMethodType' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | First sentence should end with a period. | 198 |
![]() | Line has trailing spaces. | 200 |
![]() | Expected an @return tag. | 202 |
![]() | Method 'createManifestType' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | First sentence should end with a period. | 206 |
![]() | Line has trailing spaces. | 208 |
![]() | Expected an @return tag. | 210 |
![]() | Method 'createX509IssuerSerialType' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | First sentence should end with a period. | 214 |
![]() | Line has trailing spaces. | 216 |
![]() | Expected an @return tag. | 218 |
![]() | Method 'createRSAKeyValueType' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | First sentence should end with a period. | 222 |
![]() | Line has trailing spaces. | 224 |
![]() | Expected an @return tag. | 226 |
![]() | Method 'createTransformsType' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | First sentence should end with a period. | 230 |
![]() | Line has trailing spaces. | 232 |
![]() | Expected an @return tag. | 234 |
![]() | Method 'createSignaturePropertiesType' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | First sentence should end with a period. | 238 |
![]() | Line has trailing spaces. | 240 |
![]() | Expected an @return tag. | 242 |
![]() | Method 'createDSAKeyValueType' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | First sentence should end with a period. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Expected an @return tag. | 250 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Method 'createPGPData' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Parameter value should be final. | 251 |
![]() | Expected @param tag for 'value'. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | First sentence should end with a period. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Expected an @return tag. | 259 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Method 'createSPKIData' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Parameter value should be final. | 260 |
![]() | Expected @param tag for 'value'. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | First sentence should end with a period. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Expected an @return tag. | 268 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Method 'createRetrievalMethod' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Parameter value should be final. | 269 |
![]() | Expected @param tag for 'value'. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | First sentence should end with a period. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line has trailing spaces. | 275 |
![]() | Expected an @return tag. | 277 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Method 'createCanonicalizationMethod' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Parameter value should be final. | 278 |
![]() | Expected @param tag for 'value'. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | First sentence should end with a period. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line has trailing spaces. | 284 |
![]() | Expected an @return tag. | 286 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Method 'createSignatureProperty' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Parameter value should be final. | 287 |
![]() | Expected @param tag for 'value'. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | First sentence should end with a period. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Expected an @return tag. | 295 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Method 'createTransforms' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Parameter value should be final. | 296 |
![]() | Expected @param tag for 'value'. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | First sentence should end with a period. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line has trailing spaces. | 302 |
![]() | Expected an @return tag. | 304 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Method 'createManifest' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Parameter value should be final. | 305 |
![]() | Expected @param tag for 'value'. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | First sentence should end with a period. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line has trailing spaces. | 311 |
![]() | Expected an @return tag. | 313 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Method 'createSignatureMethod' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Parameter value should be final. | 314 |
![]() | Expected @param tag for 'value'. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | First sentence should end with a period. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line has trailing spaces. | 320 |
![]() | Expected an @return tag. | 322 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Method 'createKeyInfo' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Parameter value should be final. | 323 |
![]() | Expected @param tag for 'value'. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | First sentence should end with a period. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line has trailing spaces. | 329 |
![]() | Expected an @return tag. | 331 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Method 'createDigestMethod' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Parameter value should be final. | 332 |
![]() | Expected @param tag for 'value'. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | First sentence should end with a period. | 336 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Line has trailing spaces. | 338 |
![]() | Expected an @return tag. | 340 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Method 'createMgmtData' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Parameter value should be final. | 341 |
![]() | Expected @param tag for 'value'. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | First sentence should end with a period. | 345 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line has trailing spaces. | 347 |
![]() | Expected an @return tag. | 349 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Method 'createReference' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Parameter value should be final. | 350 |
![]() | Expected @param tag for 'value'. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | First sentence should end with a period. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line has trailing spaces. | 356 |
![]() | Expected an @return tag. | 358 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Method 'createRSAKeyValue' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Parameter value should be final. | 359 |
![]() | Expected @param tag for 'value'. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | First sentence should end with a period. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line has trailing spaces. | 365 |
![]() | Expected an @return tag. | 367 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Method 'createSignature' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() | Parameter value should be final. | 368 |
![]() | Expected @param tag for 'value'. | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | First sentence should end with a period. | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Line has trailing spaces. | 374 |
![]() | Expected an @return tag. | 376 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Method 'createDSAKeyValue' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Parameter value should be final. | 377 |
![]() | Expected @param tag for 'value'. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | First sentence should end with a period. | 381 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line has trailing spaces. | 383 |
![]() | Expected an @return tag. | 385 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Method 'createSignedInfo' is not designed for extension - needs to be abstract, final or empty. | 385 |
![]() | Parameter value should be final. | 386 |
![]() | Expected @param tag for 'value'. | 386 |
![]() | Line is longer than 80 characters. | 387 |
![]() | First sentence should end with a period. | 390 |
![]() | Line is longer than 80 characters. | 391 |
![]() | Line has trailing spaces. | 392 |
![]() | Expected an @return tag. | 394 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Method 'createObject' is not designed for extension - needs to be abstract, final or empty. | 394 |
![]() | Parameter value should be final. | 395 |
![]() | Expected @param tag for 'value'. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | First sentence should end with a period. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Line has trailing spaces. | 401 |
![]() | Expected an @return tag. | 403 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Method 'createSignatureValue' is not designed for extension - needs to be abstract, final or empty. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Parameter value should be final. | 404 |
![]() | Expected @param tag for 'value'. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | First sentence should end with a period. | 408 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Line has trailing spaces. | 410 |
![]() | Expected an @return tag. | 412 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Method 'createTransform' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Parameter value should be final. | 413 |
![]() | Expected @param tag for 'value'. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | First sentence should end with a period. | 417 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Line has trailing spaces. | 419 |
![]() | Expected an @return tag. | 421 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Method 'createX509Data' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() | Parameter value should be final. | 422 |
![]() | Expected @param tag for 'value'. | 422 |
![]() | Line is longer than 80 characters. | 423 |
![]() | First sentence should end with a period. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line has trailing spaces. | 428 |
![]() | Expected an @return tag. | 430 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Method 'createDigestValue' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Parameter value should be final. | 431 |
![]() | Expected @param tag for 'value'. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | First sentence should end with a period. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line has trailing spaces. | 437 |
![]() | Expected an @return tag. | 439 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Method 'createSignatureProperties' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Parameter value should be final. | 440 |
![]() | Expected @param tag for 'value'. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | First sentence should end with a period. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Line has trailing spaces. | 446 |
![]() | Expected an @return tag. | 448 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Method 'createKeyName' is not designed for extension - needs to be abstract, final or empty. | 448 |
![]() | Parameter value should be final. | 449 |
![]() | Expected @param tag for 'value'. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | First sentence should end with a period. | 453 |
![]() | Line is longer than 80 characters. | 454 |
![]() | Line has trailing spaces. | 455 |
![]() | Expected an @return tag. | 457 |
![]() | Line is longer than 80 characters. | 457 |
![]() | Method 'createKeyValue' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Parameter value should be final. | 458 |
![]() | Expected @param tag for 'value'. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | First sentence should end with a period. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Line has trailing spaces. | 464 |
![]() | Expected an @return tag. | 466 |
![]() | Line is longer than 80 characters. | 466 |
![]() | Method 'createSignatureMethodTypeHMACOutputLength' is not designed for extension - needs to be abstract, final or empty. | 466 |
![]() | Line is longer than 80 characters. | 467 |
![]() | Parameter value should be final. | 467 |
![]() | Expected @param tag for 'value'. | 467 |
![]() | Line is longer than 80 characters. | 468 |
![]() | First sentence should end with a period. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Line has trailing spaces. | 473 |
![]() | Expected an @return tag. | 475 |
![]() | Line is longer than 80 characters. | 475 |
![]() | Method 'createX509DataTypeX509IssuerSerial' is not designed for extension - needs to be abstract, final or empty. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Parameter value should be final. | 476 |
![]() | Expected @param tag for 'value'. | 476 |
![]() | Line is longer than 80 characters. | 477 |
![]() | First sentence should end with a period. | 480 |
![]() | Line is longer than 80 characters. | 481 |
![]() | Line has trailing spaces. | 482 |
![]() | Expected an @return tag. | 484 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Method 'createX509DataTypeX509Certificate' is not designed for extension - needs to be abstract, final or empty. | 484 |
![]() | Parameter value should be final. | 485 |
![]() | Expected @param tag for 'value'. | 485 |
![]() | Line is longer than 80 characters. | 486 |
![]() | First sentence should end with a period. | 489 |
![]() | Line is longer than 80 characters. | 490 |
![]() | Line has trailing spaces. | 491 |
![]() | Expected an @return tag. | 493 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Method 'createX509DataTypeX509SKI' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | Parameter value should be final. | 494 |
![]() | Expected @param tag for 'value'. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | First sentence should end with a period. | 498 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Line has trailing spaces. | 500 |
![]() | Expected an @return tag. | 502 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Method 'createX509DataTypeX509SubjectName' is not designed for extension - needs to be abstract, final or empty. | 502 |
![]() | Parameter value should be final. | 503 |
![]() | Expected @param tag for 'value'. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | First sentence should end with a period. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | Line has trailing spaces. | 509 |
![]() | Expected an @return tag. | 511 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Method 'createX509DataTypeX509CRL' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() | Parameter value should be final. | 512 |
![]() | Expected @param tag for 'value'. | 512 |
![]() | Line is longer than 80 characters. | 513 |
![]() | First sentence should end with a period. | 516 |
![]() | Line is longer than 80 characters. | 517 |
![]() | Line has trailing spaces. | 518 |
![]() | Expected an @return tag. | 520 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Method 'createTransformTypeXPath' is not designed for extension - needs to be abstract, final or empty. | 520 |
![]() | Parameter value should be final. | 521 |
![]() | Expected @param tag for 'value'. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | First sentence should end with a period. | 525 |
![]() | Line is longer than 80 characters. | 526 |
![]() | Line has trailing spaces. | 527 |
![]() | Expected an @return tag. | 529 |
![]() | Line is longer than 80 characters. | 529 |
![]() | Method 'createPGPDataTypePGPKeyID' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() | Parameter value should be final. | 530 |
![]() | Expected @param tag for 'value'. | 530 |
![]() | Line is longer than 80 characters. | 531 |
![]() | First sentence should end with a period. | 534 |
![]() | Line is longer than 80 characters. | 535 |
![]() | Line has trailing spaces. | 536 |
![]() | Expected an @return tag. | 538 |
![]() | Line is longer than 80 characters. | 538 |
![]() | Method 'createPGPDataTypePGPKeyPacket' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() | Parameter value should be final. | 539 |
![]() | Expected @param tag for 'value'. | 539 |
![]() | Line is longer than 80 characters. | 540 |
![]() | First sentence should end with a period. | 543 |
![]() | Line is longer than 80 characters. | 544 |
![]() | Line has trailing spaces. | 545 |
![]() | Expected an @return tag. | 547 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Method 'createSPKIDataTypeSPKISexp' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() | Parameter value should be final. | 548 |
![]() | Expected @param tag for 'value'. | 548 |
![]() | Line is longer than 80 characters. | 549 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'content' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'id' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'mimeType' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'encoding' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter value should be final. | 112 |
![]() | Line has trailing spaces. | 118 |
![]() | Line has trailing spaces. | 122 |
![]() | Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 134 |
![]() | Method 'setMimeType' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter value should be final. | 136 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 146 |
![]() | Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 158 |
![]() | Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter value should be final. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 13 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Variable 'content' must be private and have accessor methods. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Expected an @return tag. | 91 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 91 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'modulus' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'exponent' must be private and have accessor methods. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'getModulus' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'setModulus' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter value should be final. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'getExponent' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line has trailing spaces. | 77 |
![]() | Method 'setExponent' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter value should be final. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'transforms' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'digestMethod' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'digestValue' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'id' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'uri' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'type' must be private and have accessor methods. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 71 |
![]() | Method 'getTransforms' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Method 'setTransforms' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter value should be final. | 85 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 95 |
![]() | Method 'getDigestMethod' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'setDigestMethod' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter value should be final. | 109 |
![]() | Line has trailing spaces. | 115 |
![]() | Method 'getDigestValue' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Line has trailing spaces. | 126 |
![]() | Method 'setDigestValue' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 141 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 153 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter value should be final. | 155 |
![]() | Line has trailing spaces. | 161 |
![]() | Line has trailing spaces. | 165 |
![]() | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Line has trailing spaces. | 173 |
![]() | Line has trailing spaces. | 177 |
![]() | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Parameter value should be final. | 179 |
![]() | Line has trailing spaces. | 185 |
![]() | Line has trailing spaces. | 189 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Line has trailing spaces. | 197 |
![]() | Line has trailing spaces. | 201 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter value should be final. | 203 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'transforms' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'uri' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'type' must be private and have accessor methods. | 46 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 54 |
![]() | Method 'getTransforms' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'setTransforms' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter value should be final. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'setURI' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter value should be final. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 114 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter value should be final. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 12 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'spkiSexpAndAny' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Expected an @return tag. | 69 |
![]() | Method 'getSPKISexpAndAny' is not designed for extension - needs to be abstract, final or empty. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.math.BigInteger. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'content' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'algorithm' must be private and have accessor methods. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Expected an @return tag. | 77 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'getAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'setAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter value should be final. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'signatureProperty' must be private and have accessor methods. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'id' must be private and have accessor methods. | 49 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Expected an @return tag. | 73 |
![]() | Method 'getSignatureProperty' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line has trailing spaces. | 94 |
![]() | Line has trailing spaces. | 98 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter value should be final. | 100 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 16 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'content' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'target' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'id' must be private and have accessor methods. | 56 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Expected an @return tag. | 82 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line has trailing spaces. | 91 |
![]() | Line has trailing spaces. | 95 |
![]() | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 107 |
![]() | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter value should be final. | 109 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 119 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line has trailing spaces. | 127 |
![]() | Line has trailing spaces. | 131 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter value should be final. | 133 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line has trailing spaces. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'signedInfo' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'signatureValue' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'keyInfo' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'object' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'id' must be private and have accessor methods. | 61 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'getSignedInfo' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line has trailing spaces. | 77 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'setSignedInfo' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter value should be final. | 83 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'getSignatureValue' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 105 |
![]() | Method 'setSignatureValue' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter value should be final. | 107 |
![]() | Line has trailing spaces. | 113 |
![]() | Line has trailing spaces. | 117 |
![]() | Method 'getKeyInfo' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Line has trailing spaces. | 125 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'setKeyInfo' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | Line has trailing spaces. | 137 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Expected an @return tag. | 157 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Line has trailing spaces. | 166 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Line has trailing spaces. | 178 |
![]() | Line has trailing spaces. | 182 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Parameter value should be final. | 184 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'value' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'id' must be private and have accessor methods. | 44 |
![]() | Line has trailing spaces. | 48 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | 'value' hides a field. | 64 |
![]() | Line has trailing spaces. | 70 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line has trailing spaces. | 82 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter value should be final. | 88 |
![]() | 'value' hides a field. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'canonicalizationMethod' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'signatureMethod' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'reference' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'id' must be private and have accessor methods. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'getCanonicalizationMethod' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 77 |
![]() | Method 'setCanonicalizationMethod' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter value should be final. | 79 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'getSignatureMethod' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Line has trailing spaces. | 97 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'setSignatureMethod' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter value should be final. | 103 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line has trailing spaces. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Expected an @return tag. | 129 |
![]() | Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line has trailing spaces. | 138 |
![]() | Line has trailing spaces. | 142 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Line has trailing spaces. | 150 |
![]() | Line has trailing spaces. | 154 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter value should be final. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 15 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'content' must be private and have accessor methods. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'algorithm' must be private and have accessor methods. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Expected an @return tag. | 78 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'getAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Line has trailing spaces. | 99 |
![]() | Line has trailing spaces. | 103 |
![]() | Method 'setAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter value should be final. | 105 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'transform' must be private and have accessor methods. | 38 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Expected an @return tag. | 62 |
![]() | Method 'getTransform' is not designed for extension - needs to be abstract, final or empty. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.w3c.dom.Element. | 13 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Variable 'x509IssuerSerialOrX509SKIOrX509SubjectName' must be private and have accessor methods. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Expected an @return tag. | 86 |
![]() | Method 'getX509IssuerSerialOrX509SKIOrX509SubjectName' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Line is longer than 80 characters. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'x509IssuerName' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'x509SerialNumber' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 49 |
![]() | Method 'getX509IssuerName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line has trailing spaces. | 57 |
![]() | Line has trailing spaces. | 61 |
![]() | Method 'setX509IssuerName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter value should be final. | 63 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Method 'getX509SerialNumber' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 85 |
![]() | Method 'setX509SerialNumber' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter value should be final. | 87 |