The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
0 | Error |
NewlineAtEndOfFile | 4 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
0 | Error |
RegexpSingleline
|
18 | Error |
JavadocMethod | 367 | Error |
JavadocType | 24 | Error |
JavadocVariable | 60 | Error |
JavadocStyle | 15 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 172 | Error |
MemberName | 21 | Error |
MethodName | 10 | Error |
PackageName | 0 | Error |
ParameterName | 18 | Error |
StaticVariableName | 4 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 296 | Error |
MethodLength | 4 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 19 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 19 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 60 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 4 | Error |
LeftCurly | 0 | Error |
NeedBraces | 76 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 4 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 16 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 76 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 57 | Error |
SimplifyBooleanExpression | 4 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 187 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 4 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 266 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 13 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 18 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 29 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 33 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 37 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Variable '_operations' must be private and have accessor methods. | 18 | |
'10' is a magic number. | 21 | |
Method length is 279 lines (max allowed is 150). | 25 | |
Missing a Javadoc comment. | 25 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
'3' is a magic number. | 149 | |
'4' is a magic number. | 189 | |
'5' is a magic number. | 222 | |
'6' is a magic number. | 247 | |
'7' is a magic number. | 265 | |
'8' is a magic number. | 283 | |
'9' is a magic number. | 301 | |
Missing a Javadoc comment. | 305 | |
Missing a Javadoc comment. | 310 | |
Parameter endpointURL should be final. | 310 | |
Parameter service should be final. | 311 | |
Missing a Javadoc comment. | 316 | |
Parameter service should be final. | 316 | |
Line is longer than 80 characters. | 328 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 333 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 337 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 351 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 401 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 407 | |
Method 'moveDirectory' is not designed for extension - needs to be abstract, final or empty. | 413 | |
Missing a Javadoc comment. | 413 | |
Parameter origin should be final. | 413 | |
Parameter destination should be final. | 414 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 415 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 419 | |
Line is longer than 80 characters. | 428 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 | |
Line is longer than 80 characters. | 451 | |
Line is longer than 80 characters. | 454 | |
Line is longer than 80 characters. | 455 | |
Method 'moveDirectoryEx' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Parameter origin should be final. | 462 | |
Parameter destination should be final. | 463 | |
Parameter overwrite should be final. | 463 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 465 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 469 | |
Line is longer than 80 characters. | 478 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 485 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 494 | |
Line is longer than 80 characters. | 501 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Method 'getContentsEx' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Missing a Javadoc comment. | 512 | |
Parameter path should be final. | 512 | |
Parameter recursive should be final. | 513 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 517 | |
Line is longer than 80 characters. | 526 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 542 | |
Method 'createEx' is not designed for extension - needs to be abstract, final or empty. | 552 | |
Missing a Javadoc comment. | 552 | |
Parameter path should be final. | 552 | |
Parameter overwrite should be final. | 552 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 557 | |
'3' is a magic number. | 558 | |
Line is longer than 80 characters. | 566 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 573 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
Method 'copyEx' is not designed for extension - needs to be abstract, final or empty. | 592 | |
Missing a Javadoc comment. | 592 | |
Parameter origin should be final. | 592 | |
Parameter destination should be final. | 593 | |
Parameter overwrite should be final. | 593 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 595 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 599 | |
'4' is a magic number. | 600 | |
Line is longer than 80 characters. | 608 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 615 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 624 | |
Line is longer than 80 characters. | 631 | |
Line is longer than 80 characters. | 634 | |
Line is longer than 80 characters. | 635 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 642 | |
Missing a Javadoc comment. | 642 | |
Parameter origin should be final. | 642 | |
Parameter destination should be final. | 642 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 644 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 648 | |
'5' is a magic number. | 649 | |
Line is longer than 80 characters. | 657 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Line is longer than 80 characters. | 680 | |
Line is longer than 80 characters. | 683 | |
Line is longer than 80 characters. | 684 | |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 691 | |
Missing a Javadoc comment. | 691 | |
Parameter path should be final. | 691 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 693 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 697 | |
'6' is a magic number. | 698 | |
Line is longer than 80 characters. | 706 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 713 | |
'{' is followed by whitespace. | 714 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
Line is longer than 80 characters. | 729 | |
Line is longer than 80 characters. | 732 | |
Line is longer than 80 characters. | 733 | |
Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 740 | |
Missing a Javadoc comment. | 740 | |
Parameter path should be final. | 740 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 745 | |
'7' is a magic number. | 746 | |
Line is longer than 80 characters. | 754 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 761 | |
'{' is followed by whitespace. | 762 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 770 | |
Method 'create' is not designed for extension - needs to be abstract, final or empty. | 780 | |
Missing a Javadoc comment. | 780 | |
Parameter path should be final. | 780 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 785 | |
'8' is a magic number. | 786 | |
Line is longer than 80 characters. | 794 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 801 | |
'{' is followed by whitespace. | 802 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 810 | |
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 820 | |
Missing a Javadoc comment. | 820 | |
Parameter path should be final. | 820 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
'9' is a magic number. | 826 | |
Line is longer than 80 characters. | 834 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 841 | |
'{' is followed by whitespace. | 842 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 850 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 3 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 12 | |
Parameter endpoint should be final. | 12 | |
Missing a Javadoc comment. | 17 | |
Name '_initDirectoryOperationsProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
'if' construct must use '{}'s. | 22 | |
'else' construct must use '{}'s. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 32 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter endpoint should be final. | 40 | |
'if' construct must use '{}'s. | 42 | |
Line is longer than 80 characters. | 48 | |
Method 'getDirectoryOperations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'if' construct must use '{}'s. | 49 | |
Method 'moveDirectory' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter origin should be final. | 54 | |
Parameter destination should be final. | 55 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 56 | |
'if' construct must use '{}'s. | 57 | |
Method 'moveDirectoryEx' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter origin should be final. | 62 | |
Parameter destination should be final. | 63 | |
Parameter overwrite should be final. | 63 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 65 | |
'if' construct must use '{}'s. | 66 | |
Method 'getContentsEx' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter path should be final. | 72 | |
Parameter recursive should be final. | 73 | |
'if' construct must use '{}'s. | 74 | |
Method 'createEx' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter path should be final. | 79 | |
Parameter overwrite should be final. | 79 | |
'if' construct must use '{}'s. | 81 | |
Method 'copyEx' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter origin should be final. | 86 | |
Parameter destination should be final. | 87 | |
Parameter overwrite should be final. | 87 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 89 | |
'if' construct must use '{}'s. | 90 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter origin should be final. | 95 | |
Parameter destination should be final. | 95 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 97 | |
'if' construct must use '{}'s. | 98 | |
Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter path should be final. | 103 | |
Redundant throws: 'org.sirius.client.core.system.dir.IOException' is subclass of 'java.rmi.RemoteException'. | 105 | |
'if' construct must use '{}'s. | 106 | |
Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter path should be final. | 111 | |
'if' construct must use '{}'s. | 113 | |
Method 'create' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter path should be final. | 118 | |
'if' construct must use '{}'s. | 120 | |
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter path should be final. | 125 | |
'if' construct must use '{}'s. | 127 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter config should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter wsdlLoc should be final. | 22 | |
Parameter sName should be final. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'DirectoryOperationsPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Method 'getDirectoryOperationsPortAddress' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'DirectoryOperationsPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Method 'getDirectoryOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'setDirectoryOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter name should be final. | 42 | |
Line is longer than 80 characters. | 46 | |
Method 'getDirectoryOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 57 | |
Method 'getDirectoryOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter portAddress should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Method 'setDirectoryOperationsPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter address should be final. | 70 | |
Expected an @return tag. | 78 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter serviceEndpointInterface should be final. | 78 | |
Expected @param tag for 'serviceEndpointInterface'. | 78 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 79 | |
Line is longer than 80 characters. | 83 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 93 | |
Expected an @return tag. | 101 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter portName should be final. | 101 | |
Expected @param tag for 'portName'. | 101 | |
Parameter serviceEndpointInterface should be final. | 102 | |
Expected @param tag for 'serviceEndpointInterface'. | 102 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 103 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 123 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter portName should be final. | 138 | |
Expected @param tag for 'portName'. | 138 | |
Parameter address should be final. | 139 | |
Expected @param tag for 'address'. | 139 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 139 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Parameter portName should be final. | 152 | |
Expected @param tag for 'portName'. | 152 | |
Parameter address should be final. | 153 | |
Expected @param tag for 'address'. | 153 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 153 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter message1 should be final. | 17 | |
'message1' hides a field. | 17 | |
Line has trailing spaces. | 23 | |
Method 'getMessage1' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line has trailing spaces. | 32 | |
Method 'setMessage1' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter message1 should be final. | 35 | |
'message1' hides a field. | 35 | |
Expected @param tag for 'message1'. | 35 | |
Missing a Javadoc comment. | 39 | |
Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter obj should be final. | 41 | |
'if' construct must use '{}'s. | 42 | |
'if' construct must use '{}'s. | 45 | |
'if' construct must use '{}'s. | 47 | |
Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line is longer than 80 characters. | 54 | |
Expression can be simplified. | 54 | |
Missing a Javadoc comment. | 60 | |
Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 83 | |
First sentence should end with a period. | 93 | |
Expected an @return tag. | 96 | |
First sentence should end with a period. | 100 | |
Expected an @return tag. | 103 | |
Parameter mechType should be final. | 104 | |
Expected @param tag for 'mechType'. | 104 | |
Parameter _javaType should be final. | 104 | |
Expected @param tag for '_javaType'. | 104 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Parameter _xmlType should be final. | 105 | |
Expected @param tag for '_xmlType'. | 105 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
First sentence should end with a period. | 110 | |
Expected an @return tag. | 113 | |
Parameter mechType should be final. | 114 | |
Expected @param tag for 'mechType'. | 114 | |
Parameter _javaType should be final. | 114 | |
Expected @param tag for '_javaType'. | 114 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Parameter _xmlType should be final. | 115 | |
Expected @param tag for '_xmlType'. | 115 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
First sentence should end with a period. | 120 | |
Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter qname should be final. | 123 | |
Expected @param tag for 'qname'. | 123 | |
Parameter context should be final. | 124 | |
Expected @param tag for 'context'. | 124 | |
Expected @throws tag for 'java.io.IOException'. | 125 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 17 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 24 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 32 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 36 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 50 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 54 | |
Missing a Javadoc comment. | 56 | |
Redundant 'public' modifier. | 56 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 58 | |
Missing a Javadoc comment. | 60 | |
Redundant 'public' modifier. | 60 | |
Missing a Javadoc comment. | 62 | |
Redundant 'public' modifier. | 62 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 64 | |
Missing a Javadoc comment. | 66 | |
Redundant 'public' modifier. | 66 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 68 | |
Missing a Javadoc comment. | 70 | |
Redundant 'public' modifier. | 70 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 72 | |
Missing a Javadoc comment. | 74 | |
Redundant 'public' modifier. | 74 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 76 | |
Missing a Javadoc comment. | 78 | |
Redundant 'public' modifier. | 78 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Variable '_operations' must be private and have accessor methods. | 17 | |
'19' is a magic number. | 20 | |
Method length is 270 lines (max allowed is 150). | 25 | |
Missing a Javadoc comment. | 25 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
'3' is a magic number. | 127 | |
'4' is a magic number. | 166 | |
'5' is a magic number. | 198 | |
'6' is a magic number. | 231 | |
'7' is a magic number. | 256 | |
'8' is a magic number. | 274 | |
'9' is a magic number. | 292 | |
Method length is 293 lines (max allowed is 150). | 296 | |
Missing a Javadoc comment. | 296 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
'10' is a magic number. | 337 | |
'11' is a magic number. | 370 | |
'12' is a magic number. | 404 | |
'13' is a magic number. | 422 | |
'14' is a magic number. | 456 | |
'15' is a magic number. | 489 | |
'16' is a magic number. | 521 | |
'17' is a magic number. | 553 | |
'18' is a magic number. | 586 | |
Missing a Javadoc comment. | 590 | |
Missing a Javadoc comment. | 594 | |
Parameter endpointURL should be final. | 594 | |
Parameter service should be final. | 595 | |
Missing a Javadoc comment. | 600 | |
Parameter service should be final. | 600 | |
Line is longer than 80 characters. | 612 | |
Line is longer than 80 characters. | 613 | |
Line is longer than 80 characters. | 614 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 617 | |
Line is longer than 80 characters. | 618 | |
Line is longer than 80 characters. | 619 | |
Line is longer than 80 characters. | 620 | |
Line is longer than 80 characters. | 621 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 632 | |
Missing a Javadoc comment. | 632 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 635 | |
Line is longer than 80 characters. | 671 | |
Line is longer than 80 characters. | 675 | |
Line is longer than 80 characters. | 677 | |
Line is longer than 80 characters. | 679 | |
Line is longer than 80 characters. | 680 | |
Line is longer than 80 characters. | 681 | |
Line is longer than 80 characters. | 683 | |
Line is longer than 80 characters. | 685 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
Method 'fileExists' is not designed for extension - needs to be abstract, final or empty. | 697 | |
Missing a Javadoc comment. | 697 | |
Parameter fileName should be final. | 697 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 702 | |
Line is longer than 80 characters. | 711 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 718 | |
'{' is followed by whitespace. | 719 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 727 | |
Method 'copyEx' is not designed for extension - needs to be abstract, final or empty. | 737 | |
Missing a Javadoc comment. | 737 | |
Parameter origin should be final. | 737 | |
Parameter destination should be final. | 738 | |
Parameter overwrite should be final. | 738 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 740 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 744 | |
Line is longer than 80 characters. | 753 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 760 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 769 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 779 | |
Line is longer than 80 characters. | 780 | |
Method 'createFile' is not designed for extension - needs to be abstract, final or empty. | 787 | |
Missing a Javadoc comment. | 787 | |
Parameter fileName should be final. | 787 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 792 | |
Line is longer than 80 characters. | 801 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
'{' is followed by whitespace. | 809 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 | |
Method 'getFileContents' is not designed for extension - needs to be abstract, final or empty. | 827 | |
Missing a Javadoc comment. | 827 | |
Parameter path should be final. | 827 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 829 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 833 | |
'3' is a magic number. | 834 | |
Line is longer than 80 characters. | 842 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 849 | |
'{' is followed by whitespace. | 850 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 858 | |
Line is longer than 80 characters. | 865 | |
Line is longer than 80 characters. | 868 | |
Line is longer than 80 characters. | 869 | |
Method 'getFileContentsEx2' is not designed for extension - needs to be abstract, final or empty. | 876 | |
Missing a Javadoc comment. | 876 | |
Parameter path should be final. | 876 | |
Parameter start should be final. | 877 | |
Parameter number should be final. | 877 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 878 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 882 | |
'4' is a magic number. | 883 | |
Line is longer than 80 characters. | 891 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 898 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 908 | |
Line is longer than 80 characters. | 915 | |
Line is longer than 80 characters. | 918 | |
Line is longer than 80 characters. | 919 | |
Line is longer than 80 characters. | 926 | |
Method 'getFileContentsEx' is not designed for extension - needs to be abstract, final or empty. | 926 | |
Missing a Javadoc comment. | 926 | |
Parameter path should be final. | 926 | |
Parameter start should be final. | 926 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 928 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 932 | |
'5' is a magic number. | 933 | |
Line is longer than 80 characters. | 941 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 948 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 957 | |
Line is longer than 80 characters. | 964 | |
Line is longer than 80 characters. | 967 | |
Line is longer than 80 characters. | 968 | |
Method 'appendEx' is not designed for extension - needs to be abstract, final or empty. | 975 | |
Missing a Javadoc comment. | 975 | |
Parameter path should be final. | 975 | |
Parameter text should be final. | 975 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 977 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 981 | |
'6' is a magic number. | 982 | |
Line is longer than 80 characters. | 990 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 997 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 | |
Line is longer than 80 characters. | 1013 | |
Line is longer than 80 characters. | 1016 | |
Line is longer than 80 characters. | 1017 | |
Method 'createFileEx' is not designed for extension - needs to be abstract, final or empty. | 1024 | |
Missing a Javadoc comment. | 1024 | |
Parameter fileName should be final. | 1024 | |
Parameter overwrite should be final. | 1024 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1029 | |
'7' is a magic number. | 1030 | |
Line is longer than 80 characters. | 1038 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1045 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1054 | |
Method 'deleteFile' is not designed for extension - needs to be abstract, final or empty. | 1064 | |
Missing a Javadoc comment. | 1064 | |
Parameter fileName should be final. | 1064 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1069 | |
'8' is a magic number. | 1070 | |
Line is longer than 80 characters. | 1078 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1085 | |
'{' is followed by whitespace. | 1086 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1094 | |
Method 'getAllBytes' is not designed for extension - needs to be abstract, final or empty. | 1104 | |
Missing a Javadoc comment. | 1104 | |
Parameter fileName should be final. | 1104 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1109 | |
'9' is a magic number. | 1110 | |
Line is longer than 80 characters. | 1118 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1125 | |
'{' is followed by whitespace. | 1126 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1134 | |
Method 'moveEx' is not designed for extension - needs to be abstract, final or empty. | 1144 | |
Missing a Javadoc comment. | 1144 | |
Parameter origin should be final. | 1144 | |
Parameter destination should be final. | 1145 | |
Parameter overwrite should be final. | 1145 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1147 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1151 | |
'10' is a magic number. | 1152 | |
Line is longer than 80 characters. | 1160 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1167 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1176 | |
Line is longer than 80 characters. | 1183 | |
Line is longer than 80 characters. | 1186 | |
Line is longer than 80 characters. | 1187 | |
Method 'writeEx' is not designed for extension - needs to be abstract, final or empty. | 1194 | |
Missing a Javadoc comment. | 1194 | |
Parameter path should be final. | 1194 | |
Parameter text should be final. | 1194 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1196 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1200 | |
'11' is a magic number. | 1201 | |
Line is longer than 80 characters. | 1209 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1216 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1225 | |
Line is longer than 80 characters. | 1232 | |
Line is longer than 80 characters. | 1235 | |
Line is longer than 80 characters. | 1236 | |
Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1243 | |
Missing a Javadoc comment. | 1243 | |
Parameter path should be final. | 1243 | |
Parameter content should be final. | 1243 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1245 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1249 | |
'12' is a magic number. | 1250 | |
Line is longer than 80 characters. | 1258 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1265 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1274 | |
Line is longer than 80 characters. | 1281 | |
Line is longer than 80 characters. | 1284 | |
Line is longer than 80 characters. | 1285 | |
Line is longer than 80 characters. | 1292 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 1292 | |
Missing a Javadoc comment. | 1292 | |
Parameter fileName should be final. | 1292 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1296 | |
'13' is a magic number. | 1297 | |
Line is longer than 80 characters. | 1305 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1312 | |
'{' is followed by whitespace. | 1313 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1321 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 1331 | |
Missing a Javadoc comment. | 1331 | |
Parameter path should be final. | 1331 | |
Parameter content should be final. | 1331 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1333 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1337 | |
'14' is a magic number. | 1338 | |
Line is longer than 80 characters. | 1346 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1353 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1362 | |
Line is longer than 80 characters. | 1369 | |
Line is longer than 80 characters. | 1372 | |
Line is longer than 80 characters. | 1373 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 1380 | |
Missing a Javadoc comment. | 1380 | |
Parameter origin should be final. | 1380 | |
Parameter destination should be final. | 1380 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1382 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1386 | |
'15' is a magic number. | 1387 | |
Line is longer than 80 characters. | 1395 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1402 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1411 | |
Line is longer than 80 characters. | 1418 | |
Line is longer than 80 characters. | 1421 | |
Line is longer than 80 characters. | 1422 | |
Method 'head' is not designed for extension - needs to be abstract, final or empty. | 1429 | |
Missing a Javadoc comment. | 1429 | |
Parameter path should be final. | 1429 | |
Parameter lines should be final. | 1429 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1431 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1435 | |
'16' is a magic number. | 1436 | |
Line is longer than 80 characters. | 1444 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1451 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1460 | |
Line is longer than 80 characters. | 1467 | |
Line is longer than 80 characters. | 1470 | |
Line is longer than 80 characters. | 1471 | |
Method 'tail' is not designed for extension - needs to be abstract, final or empty. | 1478 | |
Missing a Javadoc comment. | 1478 | |
Parameter path should be final. | 1478 | |
Parameter lines should be final. | 1478 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1480 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1484 | |
'17' is a magic number. | 1485 | |
Line is longer than 80 characters. | 1493 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1500 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1509 | |
Line is longer than 80 characters. | 1516 | |
Line is longer than 80 characters. | 1519 | |
Line is longer than 80 characters. | 1520 | |
Method 'move' is not designed for extension - needs to be abstract, final or empty. | 1527 | |
Missing a Javadoc comment. | 1527 | |
Parameter origin should be final. | 1527 | |
Parameter destination should be final. | 1527 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 1529 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1533 | |
'18' is a magic number. | 1534 | |
Line is longer than 80 characters. | 1542 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1549 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1558 | |
Line is longer than 80 characters. | 1565 | |
Line is longer than 80 characters. | 1568 | |
Line is longer than 80 characters. | 1569 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 3 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 12 | |
Parameter endpoint should be final. | 12 | |
Missing a Javadoc comment. | 17 | |
Name '_initFileOperationsProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
'if' construct must use '{}'s. | 22 | |
'else' construct must use '{}'s. | 27 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 32 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter endpoint should be final. | 40 | |
'if' construct must use '{}'s. | 42 | |
Line is longer than 80 characters. | 48 | |
Method 'getFileOperations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'if' construct must use '{}'s. | 49 | |
Method 'fileExists' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter fileName should be final. | 54 | |
'if' construct must use '{}'s. | 56 | |
Method 'copyEx' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter origin should be final. | 61 | |
Parameter destination should be final. | 62 | |
Parameter overwrite should be final. | 62 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 64 | |
'if' construct must use '{}'s. | 65 | |
Method 'createFile' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter fileName should be final. | 70 | |
'if' construct must use '{}'s. | 72 | |
Method 'getFileContents' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter path should be final. | 77 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 79 | |
'if' construct must use '{}'s. | 80 | |
Method 'getFileContentsEx2' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter path should be final. | 85 | |
Parameter start should be final. | 86 | |
Parameter number should be final. | 86 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 87 | |
'if' construct must use '{}'s. | 88 | |
Line is longer than 80 characters. | 93 | |
Method 'getFileContentsEx' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter path should be final. | 93 | |
Parameter start should be final. | 93 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 95 | |
'if' construct must use '{}'s. | 96 | |
Method 'appendEx' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter path should be final. | 101 | |
Parameter text should be final. | 101 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 103 | |
'if' construct must use '{}'s. | 104 | |
Method 'createFileEx' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter fileName should be final. | 109 | |
Parameter overwrite should be final. | 109 | |
'if' construct must use '{}'s. | 111 | |
Method 'deleteFile' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter fileName should be final. | 116 | |
'if' construct must use '{}'s. | 118 | |
Method 'getAllBytes' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter fileName should be final. | 123 | |
'if' construct must use '{}'s. | 125 | |
Method 'moveEx' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter origin should be final. | 130 | |
Parameter destination should be final. | 131 | |
Parameter overwrite should be final. | 131 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 133 | |
'if' construct must use '{}'s. | 134 | |
Method 'writeEx' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter path should be final. | 139 | |
Parameter text should be final. | 139 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 141 | |
'if' construct must use '{}'s. | 142 | |
Method 'append' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter path should be final. | 147 | |
Parameter content should be final. | 147 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 149 | |
'if' construct must use '{}'s. | 150 | |
Line is longer than 80 characters. | 155 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter fileName should be final. | 155 | |
'if' construct must use '{}'s. | 156 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter path should be final. | 161 | |
Parameter content should be final. | 161 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 163 | |
'if' construct must use '{}'s. | 164 | |
Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter origin should be final. | 169 | |
Parameter destination should be final. | 169 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 171 | |
'if' construct must use '{}'s. | 172 | |
Method 'head' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter path should be final. | 177 | |
Parameter lines should be final. | 177 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 179 | |
'if' construct must use '{}'s. | 180 | |
Method 'tail' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter path should be final. | 185 | |
Parameter lines should be final. | 185 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 187 | |
'if' construct must use '{}'s. | 188 | |
Method 'move' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter origin should be final. | 193 | |
Parameter destination should be final. | 193 | |
Redundant throws: 'org.sirius.client.core.system.file.IOException' is subclass of 'java.rmi.RemoteException'. | 195 | |
'if' construct must use '{}'s. | 196 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter config should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter wsdlLoc should be final. | 22 | |
Parameter sName should be final. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'FileOperationsPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Method 'getFileOperationsPortAddress' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'FileOperationsPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Method 'getFileOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setFileOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter name should be final. | 42 | |
Line is longer than 80 characters. | 46 | |
Method 'getFileOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 57 | |
Method 'getFileOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter portAddress should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Method 'setFileOperationsPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter address should be final. | 69 | |
Expected an @return tag. | 77 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter serviceEndpointInterface should be final. | 77 | |
Expected @param tag for 'serviceEndpointInterface'. | 77 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 78 | |
Line is longer than 80 characters. | 82 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Avoid inline conditionals. | 92 | |
Expected an @return tag. | 100 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter portName should be final. | 100 | |
Expected @param tag for 'portName'. | 100 | |
Parameter serviceEndpointInterface should be final. | 101 | |
Expected @param tag for 'serviceEndpointInterface'. | 101 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 102 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter portName should be final. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Parameter address should be final. | 136 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter portName should be final. | 149 | |
Expected @param tag for 'portName'. | 149 | |
Parameter address should be final. | 150 | |
Expected @param tag for 'address'. | 150 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 150 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter message1 should be final. | 17 | |
'message1' hides a field. | 17 | |
Line has trailing spaces. | 23 | |
Method 'getMessage1' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line has trailing spaces. | 32 | |
Method 'setMessage1' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter message1 should be final. | 35 | |
'message1' hides a field. | 35 | |
Expected @param tag for 'message1'. | 35 | |
Missing a Javadoc comment. | 39 | |
Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter obj should be final. | 41 | |
'if' construct must use '{}'s. | 42 | |
'if' construct must use '{}'s. | 45 | |
'if' construct must use '{}'s. | 47 | |
Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line is longer than 80 characters. | 54 | |
Expression can be simplified. | 54 | |
Missing a Javadoc comment. | 60 | |
Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 83 | |
First sentence should end with a period. | 93 | |
Expected an @return tag. | 96 | |
First sentence should end with a period. | 100 | |
Expected an @return tag. | 103 | |
Parameter mechType should be final. | 104 | |
Expected @param tag for 'mechType'. | 104 | |
Parameter _javaType should be final. | 104 | |
Expected @param tag for '_javaType'. | 104 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Parameter _xmlType should be final. | 105 | |
Expected @param tag for '_xmlType'. | 105 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
First sentence should end with a period. | 110 | |
Expected an @return tag. | 113 | |
Parameter mechType should be final. | 114 | |
Expected @param tag for 'mechType'. | 114 | |
Parameter _javaType should be final. | 114 | |
Expected @param tag for '_javaType'. | 114 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Parameter _xmlType should be final. | 115 | |
Expected @param tag for '_xmlType'. | 115 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
First sentence should end with a period. | 120 | |
Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter qname should be final. | 123 | |
Expected @param tag for 'qname'. | 123 | |
Parameter context should be final. | 124 | |
Expected @param tag for 'context'. | 124 | |
Expected @throws tag for 'java.io.IOException'. | 125 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Name 'PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Parameter imageName should be final. | 24 | |
'imageName' hides a field. | 24 | |
Parameter memUsage should be final. | 24 | |
'memUsage' hides a field. | 24 | |
Parameter PID should be final. | 24 | |
'PID' hides a field. | 24 | |
Name 'PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Parameter sessionName should be final. | 25 | |
'sessionName' hides a field. | 25 | |
Parameter sessionNum should be final. | 25 | |
'sessionNum' hides a field. | 25 | |
Line has trailing spaces. | 35 | |
Method 'getImageName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line has trailing spaces. | 44 | |
Method 'setImageName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter imageName should be final. | 47 | |
'imageName' hides a field. | 47 | |
Expected @param tag for 'imageName'. | 47 | |
Line has trailing spaces. | 53 | |
Method 'getMemUsage' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line has trailing spaces. | 62 | |
Method 'setMemUsage' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter memUsage should be final. | 65 | |
'memUsage' hides a field. | 65 | |
Expected @param tag for 'memUsage'. | 65 | |
Line has trailing spaces. | 71 | |
Method 'getPID' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line has trailing spaces. | 80 | |
Method 'setPID' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter PID should be final. | 83 | |
'PID' hides a field. | 83 | |
Expected @param tag for 'PID'. | 83 | |
Name 'PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Line has trailing spaces. | 89 | |
Method 'getSessionName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line has trailing spaces. | 98 | |
Method 'setSessionName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter sessionName should be final. | 101 | |
'sessionName' hides a field. | 101 | |
Expected @param tag for 'sessionName'. | 101 | |
Line has trailing spaces. | 107 | |
Method 'getSessionNum' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line has trailing spaces. | 116 | |
Method 'setSessionNum' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter sessionNum should be final. | 119 | |
'sessionNum' hides a field. | 119 | |
Expected @param tag for 'sessionNum'. | 119 | |
Missing a Javadoc comment. | 123 | |
Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter obj should be final. | 125 | |
'if' construct must use '{}'s. | 126 | |
'if' construct must use '{}'s. | 129 | |
'if' construct must use '{}'s. | 131 | |
Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
Line is longer than 80 characters. | 139 | |
Expression can be simplified. | 139 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 150 | |
Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
Line is longer than 80 characters. | 172 | |
Missing a Javadoc comment. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 179 | |
First sentence should end with a period. | 218 | |
Expected an @return tag. | 221 | |
First sentence should end with a period. | 225 | |
Expected an @return tag. | 228 | |
Parameter mechType should be final. | 229 | |
Expected @param tag for 'mechType'. | 229 | |
Parameter _javaType should be final. | 229 | |
Expected @param tag for '_javaType'. | 229 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
Parameter _xmlType should be final. | 230 | |
Expected @param tag for '_xmlType'. | 230 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 230 | |
First sentence should end with a period. | 235 | |
Expected an @return tag. | 238 | |
Parameter mechType should be final. | 239 | |
Expected @param tag for 'mechType'. | 239 | |
Parameter _javaType should be final. | 239 | |
Expected @param tag for '_javaType'. | 239 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
Parameter _xmlType should be final. | 240 | |
Expected @param tag for '_xmlType'. | 240 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Variable '_operations' must be private and have accessor methods. | 18 | |
'12' is a magic number. | 21 | |
Method length is 207 lines (max allowed is 150). | 26 | |
Missing a Javadoc comment. | 26 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
'3' is a magic number. | 104 | |
'4' is a magic number. | 129 | |
Line is longer than 80 characters. | 135 | |
'5' is a magic number. | 139 | |
Line is longer than 80 characters. | 153 | |
'6' is a magic number. | 157 | |
Line is longer than 80 characters. | 172 | |
'7' is a magic number. | 176 | |
'8' is a magic number. | 203 | |
'9' is a magic number. | 230 | |
Missing a Javadoc comment. | 234 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
'10' is a magic number. | 253 | |
'11' is a magic number. | 271 | |
Missing a Javadoc comment. | 275 | |
Missing a Javadoc comment. | 279 | |
Parameter endpointURL should be final. | 279 | |
Parameter service should be final. | 280 | |
Missing a Javadoc comment. | 285 | |
Parameter service should be final. | 285 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 306 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 317 | |
Missing a Javadoc comment. | 317 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 366 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 370 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 376 | |
Method 'waitProcessCloseByIdEx' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Parameter pid should be final. | 382 | |
Parameter timeout should be final. | 382 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 387 | |
Line is longer than 80 characters. | 396 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 403 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 414 | |
Method 'kill' is not designed for extension - needs to be abstract, final or empty. | 424 | |
Missing a Javadoc comment. | 424 | |
Parameter processName should be final. | 424 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 429 | |
Line is longer than 80 characters. | 438 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
'{' is followed by whitespace. | 446 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 | |
Method 'waitProcessCloseById' is not designed for extension - needs to be abstract, final or empty. | 464 | |
Missing a Javadoc comment. | 464 | |
Parameter pid should be final. | 464 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 468 | |
Line is longer than 80 characters. | 477 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 | |
Line is longer than 80 characters. | 485 | |
'{' is followed by whitespace. | 485 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 | |
Method 'waitProcessClose' is not designed for extension - needs to be abstract, final or empty. | 503 | |
Missing a Javadoc comment. | 503 | |
Parameter process should be final. | 503 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 508 | |
'3' is a magic number. | 509 | |
Line is longer than 80 characters. | 517 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 524 | |
'{' is followed by whitespace. | 525 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
Method 'waitProcessCloseEx' is not designed for extension - needs to be abstract, final or empty. | 543 | |
Missing a Javadoc comment. | 543 | |
Parameter process should be final. | 543 | |
Parameter timeout should be final. | 543 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 548 | |
'4' is a magic number. | 549 | |
Line is longer than 80 characters. | 557 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 564 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 573 | |
Method 'listAll' is not designed for extension - needs to be abstract, final or empty. | 583 | |
Missing a Javadoc comment. | 583 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 588 | |
'5' is a magic number. | 589 | |
Line is longer than 80 characters. | 597 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 604 | |
Line is longer than 80 characters. | 611 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 612 | |
Line is longer than 80 characters. | 613 | |
Line is longer than 80 characters. | 616 | |
Method 'listByMask' is not designed for extension - needs to be abstract, final or empty. | 624 | |
Missing a Javadoc comment. | 624 | |
Parameter mask should be final. | 625 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 629 | |
'6' is a magic number. | 630 | |
Line is longer than 80 characters. | 638 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 645 | |
'{' is followed by whitespace. | 646 | |
Line is longer than 80 characters. | 653 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 654 | |
Line is longer than 80 characters. | 655 | |
Line is longer than 80 characters. | 658 | |
Method 'listByFilter' is not designed for extension - needs to be abstract, final or empty. | 666 | |
Missing a Javadoc comment. | 666 | |
Parameter filter should be final. | 667 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 672 | |
'7' is a magic number. | 673 | |
Line is longer than 80 characters. | 681 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 688 | |
'{' is followed by whitespace. | 689 | |
Line is longer than 80 characters. | 696 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 697 | |
Line is longer than 80 characters. | 698 | |
Line is longer than 80 characters. | 701 | |
Method 'startEx' is not designed for extension - needs to be abstract, final or empty. | 709 | |
Missing a Javadoc comment. | 709 | |
Parameter command should be final. | 709 | |
Parameter args should be final. | 709 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 714 | |
'8' is a magic number. | 715 | |
Line is longer than 80 characters. | 723 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 730 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 739 | |
Method 'runEx' is not designed for extension - needs to be abstract, final or empty. | 749 | |
Missing a Javadoc comment. | 749 | |
Parameter command should be final. | 749 | |
Parameter args should be final. | 749 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 | |
'9' is a magic number. | 755 | |
Line is longer than 80 characters. | 763 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 770 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 779 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 789 | |
Missing a Javadoc comment. | 789 | |
Parameter command should be final. | 789 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 794 | |
'10' is a magic number. | 795 | |
Line is longer than 80 characters. | 803 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 810 | |
'{' is followed by whitespace. | 811 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 819 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 829 | |
Missing a Javadoc comment. | 829 | |
Parameter command should be final. | 829 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 833 | |
'11' is a magic number. | 834 | |
Line is longer than 80 characters. | 842 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 849 | |
'{' is followed by whitespace. | 850 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 858 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 3 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 12 | |
Parameter endpoint should be final. | 12 | |
Missing a Javadoc comment. | 17 | |
Name '_initProcessOperationsProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
'if' construct must use '{}'s. | 22 | |
'else' construct must use '{}'s. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 32 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter endpoint should be final. | 40 | |
'if' construct must use '{}'s. | 42 | |
Line is longer than 80 characters. | 48 | |
Method 'getProcessOperations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'if' construct must use '{}'s. | 49 | |
Method 'waitProcessCloseByIdEx' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter pid should be final. | 54 | |
Parameter timeout should be final. | 54 | |
'if' construct must use '{}'s. | 56 | |
Method 'kill' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter processName should be final. | 61 | |
'if' construct must use '{}'s. | 63 | |
Method 'waitProcessCloseById' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter pid should be final. | 68 | |
'if' construct must use '{}'s. | 69 | |
Method 'waitProcessClose' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter process should be final. | 74 | |
'if' construct must use '{}'s. | 76 | |
Method 'waitProcessCloseEx' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter process should be final. | 81 | |
Parameter timeout should be final. | 81 | |
'if' construct must use '{}'s. | 83 | |
Method 'listAll' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
'if' construct must use '{}'s. | 90 | |
Method 'listByMask' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter mask should be final. | 96 | |
'if' construct must use '{}'s. | 97 | |
Method 'listByFilter' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter filter should be final. | 103 | |
'if' construct must use '{}'s. | 105 | |
Method 'startEx' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter command should be final. | 110 | |
Parameter args should be final. | 110 | |
'if' construct must use '{}'s. | 112 | |
Method 'runEx' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter command should be final. | 117 | |
Parameter args should be final. | 117 | |
'if' construct must use '{}'s. | 119 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter command should be final. | 124 | |
'if' construct must use '{}'s. | 126 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter command should be final. | 131 | |
'if' construct must use '{}'s. | 132 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter config should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter wsdlLoc should be final. | 22 | |
Parameter sName should be final. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'ProcessOperationsPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Method 'getProcessOperationsPortAddress' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'ProcessOperationsPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Method 'getProcessOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setProcessOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter name should be final. | 42 | |
Line is longer than 80 characters. | 46 | |
Method 'getProcessOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 57 | |
Method 'getProcessOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter portAddress should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Line is longer than 80 characters. | 69 | |
Method 'setProcessOperationsPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter address should be final. | 69 | |
Expected an @return tag. | 77 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter serviceEndpointInterface should be final. | 77 | |
Expected @param tag for 'serviceEndpointInterface'. | 77 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 78 | |
Line is longer than 80 characters. | 82 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Avoid inline conditionals. | 92 | |
Expected an @return tag. | 100 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter portName should be final. | 100 | |
Expected @param tag for 'portName'. | 100 | |
Parameter serviceEndpointInterface should be final. | 101 | |
Expected @param tag for 'serviceEndpointInterface'. | 101 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 102 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Line is longer than 80 characters. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter portName should be final. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Parameter address should be final. | 136 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter portName should be final. | 149 | |
Expected @param tag for 'portName'. | 149 | |
Parameter address should be final. | 150 | |
Expected @param tag for 'address'. | 150 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 150 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter message1 should be final. | 17 | |
'message1' hides a field. | 17 | |
Line has trailing spaces. | 23 | |
Method 'getMessage1' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line has trailing spaces. | 32 | |
Method 'setMessage1' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter message1 should be final. | 35 | |
'message1' hides a field. | 35 | |
Expected @param tag for 'message1'. | 35 | |
Missing a Javadoc comment. | 39 | |
Name '__equalsCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter obj should be final. | 41 | |
'if' construct must use '{}'s. | 42 | |
'if' construct must use '{}'s. | 45 | |
'if' construct must use '{}'s. | 47 | |
Name '_equals' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
Line is longer than 80 characters. | 54 | |
Expression can be simplified. | 54 | |
Missing a Javadoc comment. | 60 | |
Name '__hashCodeCalc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Name '_hashCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 83 | |
First sentence should end with a period. | 93 | |
Expected an @return tag. | 96 | |
First sentence should end with a period. | 100 | |
Expected an @return tag. | 103 | |
Parameter mechType should be final. | 104 | |
Expected @param tag for 'mechType'. | 104 | |
Parameter _javaType should be final. | 104 | |
Expected @param tag for '_javaType'. | 104 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
Parameter _xmlType should be final. | 105 | |
Expected @param tag for '_xmlType'. | 105 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
First sentence should end with a period. | 110 | |
Expected an @return tag. | 113 | |
Parameter mechType should be final. | 114 | |
Expected @param tag for 'mechType'. | 114 | |
Parameter _javaType should be final. | 114 | |
Expected @param tag for '_javaType'. | 114 | |
Name '_javaType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Parameter _xmlType should be final. | 115 | |
Expected @param tag for '_xmlType'. | 115 | |
Name '_xmlType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
First sentence should end with a period. | 120 | |
Method 'writeDetails' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter qname should be final. | 123 | |
Expected @param tag for 'qname'. | 123 | |
Parameter context should be final. | 124 | |
Expected @param tag for 'context'. | 124 | |
Expected @throws tag for 'java.io.IOException'. | 125 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Redundant throws: 'org.sirius.client.core.system.sys.IOException' is subclass of 'java.rmi.RemoteException'. | 25 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Variable '_operations' must be private and have accessor methods. | 18 | |
'7' is a magic number. | 21 | |
Missing a Javadoc comment. | 25 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
'3' is a magic number. | 74 | |
'4' is a magic number. | 92 | |
'5' is a magic number. | 125 | |
'6' is a magic number. | 135 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 143 | |
Parameter endpointURL should be final. | 143 | |
Parameter service should be final. | 144 | |
Missing a Javadoc comment. | 149 | |
Parameter service should be final. | 149 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 184 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 234 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 | |
Method 'getMachineName' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
Line is longer than 80 characters. | 259 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 266 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 274 | |
Method 'getFreeMemory' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
Line is longer than 80 characters. | 297 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 | |
Method 'getFreeDiskSpace' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Missing a Javadoc comment. | 322 | |
Parameter arg0 should be final. | 322 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 327 | |
Line is longer than 80 characters. | 336 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 343 | |
'{' is followed by whitespace. | 344 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
Method 'getCurrentUser' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
'3' is a magic number. | 367 | |
Line is longer than 80 characters. | 375 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 382 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
Method 'getEnvironmentVariable' is not designed for extension - needs to be abstract, final or empty. | 400 | |
Missing a Javadoc comment. | 400 | |
Parameter arg0 should be final. | 400 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 | |
'4' is a magic number. | 406 | |
Line is longer than 80 characters. | 414 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 | |
'{' is followed by whitespace. | 422 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 | |
Method 'setEnvironmentVariable' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Missing a Javadoc comment. | 440 | |
Parameter variableName should be final. | 440 | |
Parameter value should be final. | 441 | |
Redundant throws: 'org.sirius.client.core.system.sys.IOException' is subclass of 'java.rmi.RemoteException'. | 442 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 446 | |
'5' is a magic number. | 447 | |
Line is longer than 80 characters. | 455 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 462 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 482 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Missing a Javadoc comment. | 489 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 | |
'6' is a magic number. | 494 | |
Line is longer than 80 characters. | 502 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 517 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 3 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 12 | |
Parameter endpoint should be final. | 12 | |
Missing a Javadoc comment. | 17 | |
Name '_initSystemOperationsProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
'if' construct must use '{}'s. | 22 | |
'else' construct must use '{}'s. | 27 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 32 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter endpoint should be final. | 40 | |
'if' construct must use '{}'s. | 42 | |
Line is longer than 80 characters. | 48 | |
Method 'getSystemOperations' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'if' construct must use '{}'s. | 49 | |
Method 'getMachineName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'if' construct must use '{}'s. | 55 | |
Method 'getFreeMemory' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'if' construct must use '{}'s. | 61 | |
Method 'getFreeDiskSpace' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter arg0 should be final. | 66 | |
'if' construct must use '{}'s. | 68 | |
Method 'getCurrentUser' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'if' construct must use '{}'s. | 74 | |
Method 'getEnvironmentVariable' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter arg0 should be final. | 79 | |
'if' construct must use '{}'s. | 81 | |
Method 'setEnvironmentVariable' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter variableName should be final. | 86 | |
Parameter value should be final. | 87 | |
Redundant throws: 'org.sirius.client.core.system.sys.IOException' is subclass of 'java.rmi.RemoteException'. | 88 | |
'if' construct must use '{}'s. | 89 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
'if' construct must use '{}'s. | 95 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Parameter config should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter wsdlLoc should be final. | 22 | |
Parameter sName should be final. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'SystemOperationsPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Method 'getSystemOperationsPortAddress' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Name 'SystemOperationsPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Method 'getSystemOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setSystemOperationsPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter name should be final. | 42 | |
Line is longer than 80 characters. | 46 | |
Method 'getSystemOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 57 | |
Method 'getSystemOperationsPort' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter portAddress should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Line is longer than 80 characters. | 69 | |
Method 'setSystemOperationsPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter address should be final. | 69 | |
Expected an @return tag. | 77 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter serviceEndpointInterface should be final. | 77 | |
Expected @param tag for 'serviceEndpointInterface'. | 77 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 78 | |
Line is longer than 80 characters. | 82 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Avoid inline conditionals. | 92 | |
Expected an @return tag. | 100 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter portName should be final. | 100 | |
Expected @param tag for 'portName'. | 100 | |
Parameter serviceEndpointInterface should be final. | 101 | |
Expected @param tag for 'serviceEndpointInterface'. | 101 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 102 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Line is longer than 80 characters. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter portName should be final. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Parameter address should be final. | 136 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter portName should be final. | 149 | |
Expected @param tag for 'portName'. | 149 | |
Parameter address should be final. | 150 | |
Expected @param tag for 'address'. | 150 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 150 |