The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 11 | Error |
NewlineAtEndOfFile | 28 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 48 | Error |
RegexpSingleline
| 324 | Error |
JavadocMethod | 1154 | Error |
JavadocType | 112 | Error |
JavadocVariable | 1564 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 434 | Error |
MemberName | 54 | Error |
MethodName | 148 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 18 | Error |
TypeName | 6 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 14 | Error |
LineLength | 1288 | Error |
MethodLength | 6 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 72 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 8 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 142 | Error |
WhitespaceAround | 94 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 188 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 18 | Error |
LeftCurly | 6 | Error |
NeedBraces | 64 | Error |
RightCurly | 78 | Error |
AvoidInlineConditionals | 22 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 2 | Error |
HiddenField | 14 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 462 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 694 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 30 | Error |
VisibilityModifier | 140 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 310 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Parameter winClass should be final. | 52 | |
'winClass' hides a field. | 52 | |
Expected @param tag for 'winClass'. | 52 | |
Parameter caption should be final. | 52 | |
'caption' hides a field. | 52 | |
Expected @param tag for 'caption'. | 52 | |
Parameter index should be final. | 52 | |
'index' hides a field. | 52 | |
Expected @param tag for 'index'. | 52 | |
Line is longer than 80 characters. | 65 | |
Parameter parent should be final. | 65 | |
'parent' hides a field. | 65 | |
Expected @param tag for 'parent'. | 65 | |
Parameter winClass should be final. | 65 | |
'winClass' hides a field. | 65 | |
Expected @param tag for 'winClass'. | 65 | |
Parameter caption should be final. | 65 | |
'caption' hides a field. | 65 | |
Expected @param tag for 'caption'. | 65 | |
Parameter index should be final. | 65 | |
'index' hides a field. | 65 | |
Expected @param tag for 'index'. | 65 | |
Parameter winClass should be final. | 52 | |
'winClass' hides a field. | 52 | |
Expected @param tag for 'winClass'. | 52 | |
Parameter caption should be final. | 52 | |
'caption' hides a field. | 52 | |
Expected @param tag for 'caption'. | 52 | |
Parameter index should be final. | 52 | |
'index' hides a field. | 52 | |
Expected @param tag for 'index'. | 52 | |
Line is longer than 80 characters. | 65 | |
Parameter parent should be final. | 65 | |
'parent' hides a field. | 65 | |
Expected @param tag for 'parent'. | 65 | |
Parameter winClass should be final. | 65 | |
'winClass' hides a field. | 65 | |
Expected @param tag for 'winClass'. | 65 | |
Parameter caption should be final. | 65 | |
'caption' hides a field. | 65 | |
Expected @param tag for 'caption'. | 65 | |
Parameter index should be final. | 65 | |
'index' hides a field. | 65 | |
Expected @param tag for 'index'. | 65 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'255' is a magic number. | 78 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'255' is a magic number. | 78 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Method 'VirtualAllocateMemory' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Name 'VirtualAllocateMemory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Method 'VirtualFreeMemory' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Name 'VirtualFreeMemory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Method 'VirtualAllocateMemory' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Name 'VirtualAllocateMemory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
Method 'VirtualFreeMemory' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Name 'VirtualFreeMemory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line has trailing spaces. | 127 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line has trailing spaces. | 127 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 2 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Variable 'win32lib' must be private and have accessor methods. | 27 | |
Line has trailing spaces. | 30 | |
Avoid inline conditionals. | 321 | |
Line has trailing spaces. | 2 | |
Variable 'win32lib' must be private and have accessor methods. | 27 | |
Line has trailing spaces. | 30 | |
Avoid inline conditionals. | 321 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line has trailing spaces. | 131 | |
Avoid inline conditionals. | 215 | |
Line has trailing spaces. | 2 | |
Missing a Javadoc comment. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line has trailing spaces. | 131 | |
Avoid inline conditionals. | 215 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
Name 'HD_ITEM' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 | |
Missing a Javadoc comment. | 27 | |
Variable 'mask' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'cxy' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'pszText' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'hbm' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 31 | |
Variable 'cchTextMax' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'fmt' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'lParam' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'iImage' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'iOrder' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'type' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 38 | |
Variable 'pvFilter' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 42 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 45 | |
'{' is followed by whitespace. | 47 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'GetItem' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Name 'GetItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Line is longer than 80 characters. | 62 | |
Method 'GetItemCount' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Name 'GetItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Method 'GetItemRect' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Name 'GetItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
Name 'HD_ITEM' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 | |
Missing a Javadoc comment. | 27 | |
Variable 'mask' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'cxy' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'pszText' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'hbm' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 31 | |
Variable 'cchTextMax' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'fmt' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'lParam' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Variable 'iImage' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'iOrder' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'type' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 38 | |
Variable 'pvFilter' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 42 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 45 | |
'{' is followed by whitespace. | 47 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'GetItem' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Name 'GetItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Line is longer than 80 characters. | 62 | |
Method 'GetItemCount' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Name 'GetItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Method 'GetItemRect' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Name 'GetItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.listbox.IListBoxContractProxy. | 14 | |
Unused import - com.sun.jna.Pointer. | 16 | |
Unused import - com.sun.jna.platform.win32.WinDef.HWND. | 17 | |
Unused import - com.sun.jna.platform.win32.WinDef.LPARAM. | 18 | |
Unused import - com.sun.jna.platform.win32.WinDef.WPARAM. | 19 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'win32lib' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 43 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter hwnd should be final. | 45 | |
Expected @param tag for 'hwnd'. | 45 | |
Parameter index should be final. | 45 | |
Expected @param tag for 'index'. | 45 | |
Expected @throws tag for 'RemoteException'. | 46 | |
Line is longer than 80 characters. | 54 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Parameter hwnd should be final. | 56 | |
Expected @param tag for 'hwnd'. | 56 | |
Parameter item should be final. | 56 | |
Expected @param tag for 'item'. | 56 | |
Expected @throws tag for 'RemoteException'. | 57 | |
Line is longer than 80 characters. | 64 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter hwnd should be final. | 66 | |
Expected @param tag for 'hwnd'. | 66 | |
Expected @throws tag for 'RemoteException'. | 66 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line is longer than 80 characters. | 80 | |
Expected an @return tag. | 82 | |
Method 'getIListBoxContract' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters. | 90 | |
Expected an @return tag. | 92 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter hwnd should be final. | 92 | |
Expected @param tag for 'hwnd'. | 92 | |
Expected @throws tag for 'RemoteException'. | 92 | |
Line is longer than 80 characters. | 100 | |
Expected an @return tag. | 102 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter hwnd should be final. | 102 | |
Expected @param tag for 'hwnd'. | 102 | |
Expected @throws tag for 'RemoteException'. | 102 | |
Line is longer than 80 characters. | 110 | |
Expected an @return tag. | 112 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Parameter hwnd should be final. | 112 | |
Expected @param tag for 'hwnd'. | 112 | |
Expected @throws tag for 'RemoteException'. | 112 | |
Expected an @return tag. | 121 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 121 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter obj should be final. | 121 | |
Expected @param tag for 'obj'. | 121 | |
Line is longer than 80 characters. | 129 | |
Expected an @return tag. | 131 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter hwnd should be final. | 131 | |
Expected @param tag for 'hwnd'. | 131 | |
Expected @throws tag for 'RemoteException'. | 131 | |
Line is longer than 80 characters. | 139 | |
Expected an @return tag. | 141 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter hwnd should be final. | 141 | |
Expected @param tag for 'hwnd'. | 141 | |
Expected @throws tag for 'RemoteException'. | 141 | |
Line is longer than 80 characters. | 149 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter hwnd should be final. | 151 | |
Expected @param tag for 'hwnd'. | 151 | |
Parameter index should be final. | 151 | |
Expected @param tag for 'index'. | 151 | |
Expected @throws tag for 'RemoteException'. | 152 | |
Line is longer than 80 characters. | 160 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Parameter hwnd should be final. | 162 | |
Expected @param tag for 'hwnd'. | 162 | |
Parameter item should be final. | 162 | |
Expected @param tag for 'item'. | 162 | |
Expected @throws tag for 'RemoteException'. | 163 | |
Line is longer than 80 characters. | 170 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Parameter hwnd should be final. | 172 | |
Expected @param tag for 'hwnd'. | 172 | |
Expected @throws tag for 'RemoteException'. | 172 | |
Line is longer than 80 characters. | 180 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter hwnd should be final. | 182 | |
Expected @param tag for 'hwnd'. | 182 | |
Parameter index should be final. | 182 | |
Expected @param tag for 'index'. | 182 | |
Expected @throws tag for 'RemoteException'. | 183 | |
Line is longer than 80 characters. | 191 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter hwnd should be final. | 193 | |
Expected @param tag for 'hwnd'. | 193 | |
Parameter item should be final. | 193 | |
Expected @param tag for 'item'. | 193 | |
Expected @throws tag for 'RemoteException'. | 193 | |
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.listbox.IListBoxContractProxy. | 14 | |
Unused import - com.sun.jna.Pointer. | 16 | |
Unused import - com.sun.jna.platform.win32.WinDef.HWND. | 17 | |
Unused import - com.sun.jna.platform.win32.WinDef.LPARAM. | 18 | |
Unused import - com.sun.jna.platform.win32.WinDef.WPARAM. | 19 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'win32lib' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 43 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter hwnd should be final. | 45 | |
Expected @param tag for 'hwnd'. | 45 | |
Parameter index should be final. | 45 | |
Expected @param tag for 'index'. | 45 | |
Expected @throws tag for 'RemoteException'. | 46 | |
Line is longer than 80 characters. | 54 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Parameter hwnd should be final. | 56 | |
Expected @param tag for 'hwnd'. | 56 | |
Parameter item should be final. | 56 | |
Expected @param tag for 'item'. | 56 | |
Expected @throws tag for 'RemoteException'. | 57 | |
Line is longer than 80 characters. | 64 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter hwnd should be final. | 66 | |
Expected @param tag for 'hwnd'. | 66 | |
Expected @throws tag for 'RemoteException'. | 66 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line is longer than 80 characters. | 80 | |
Expected an @return tag. | 82 | |
Method 'getIListBoxContract' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters. | 90 | |
Expected an @return tag. | 92 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter hwnd should be final. | 92 | |
Expected @param tag for 'hwnd'. | 92 | |
Expected @throws tag for 'RemoteException'. | 92 | |
Line is longer than 80 characters. | 100 | |
Expected an @return tag. | 102 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter hwnd should be final. | 102 | |
Expected @param tag for 'hwnd'. | 102 | |
Expected @throws tag for 'RemoteException'. | 102 | |
Line is longer than 80 characters. | 110 | |
Expected an @return tag. | 112 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Parameter hwnd should be final. | 112 | |
Expected @param tag for 'hwnd'. | 112 | |
Expected @throws tag for 'RemoteException'. | 112 | |
Expected an @return tag. | 121 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 121 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter obj should be final. | 121 | |
Expected @param tag for 'obj'. | 121 | |
Line is longer than 80 characters. | 129 | |
Expected an @return tag. | 131 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter hwnd should be final. | 131 | |
Expected @param tag for 'hwnd'. | 131 | |
Expected @throws tag for 'RemoteException'. | 131 | |
Line is longer than 80 characters. | 139 | |
Expected an @return tag. | 141 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter hwnd should be final. | 141 | |
Expected @param tag for 'hwnd'. | 141 | |
Expected @throws tag for 'RemoteException'. | 141 | |
Line is longer than 80 characters. | 149 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter hwnd should be final. | 151 | |
Expected @param tag for 'hwnd'. | 151 | |
Parameter index should be final. | 151 | |
Expected @param tag for 'index'. | 151 | |
Expected @throws tag for 'RemoteException'. | 152 | |
Line is longer than 80 characters. | 160 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Parameter hwnd should be final. | 162 | |
Expected @param tag for 'hwnd'. | 162 | |
Parameter item should be final. | 162 | |
Expected @param tag for 'item'. | 162 | |
Expected @throws tag for 'RemoteException'. | 163 | |
Line is longer than 80 characters. | 170 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Parameter hwnd should be final. | 172 | |
Expected @param tag for 'hwnd'. | 172 | |
Expected @throws tag for 'RemoteException'. | 172 | |
Line is longer than 80 characters. | 180 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter hwnd should be final. | 182 | |
Expected @param tag for 'hwnd'. | 182 | |
Parameter index should be final. | 182 | |
Expected @param tag for 'index'. | 182 | |
Expected @throws tag for 'RemoteException'. | 183 | |
Line is longer than 80 characters. | 191 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter hwnd should be final. | 193 | |
Expected @param tag for 'hwnd'. | 193 | |
Parameter item should be final. | 193 | |
Expected @param tag for 'item'. | 193 | |
Expected @throws tag for 'RemoteException'. | 193 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line has trailing spaces. | 163 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line has trailing spaces. | 163 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.scrollbar.IScrollBarContractProxy. | 9 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 30 | |
Expected an @return tag. | 32 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter hwnd should be final. | 32 | |
Expected @param tag for 'hwnd'. | 32 | |
Expected @throws tag for 'RemoteException'. | 32 | |
Line is longer than 80 characters. | 40 | |
Expected an @return tag. | 42 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter hwnd should be final. | 42 | |
Expected @param tag for 'hwnd'. | 42 | |
Expected @throws tag for 'RemoteException'. | 42 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 52 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter hwnd should be final. | 52 | |
Expected @param tag for 'hwnd'. | 52 | |
Expected @throws tag for 'RemoteException'. | 52 | |
Line is longer than 80 characters. | 60 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter hwnd should be final. | 63 | |
Expected @param tag for 'hwnd'. | 63 | |
Parameter pos should be final. | 63 | |
Expected @param tag for 'pos'. | 63 | |
Expected @throws tag for 'RemoteException'. | 63 | |
Line has trailing spaces. | 66 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter hwnd should be final. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Line has trailing spaces. | 74 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter hwnd should be final. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line has trailing spaces. | 79 | |
'if' is not followed by whitespace. | 80 | |
')' is preceded with whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line has trailing spaces. | 84 | |
Method 'decrement' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter hwnd should be final. | 85 | |
'{' is not preceded with whitespace. | 85 | |
Line has trailing spaces. | 89 | |
'if' is not followed by whitespace. | 90 | |
')' is preceded with whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.scrollbar.IScrollBarContractProxy. | 9 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 30 | |
Expected an @return tag. | 32 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter hwnd should be final. | 32 | |
Expected @param tag for 'hwnd'. | 32 | |
Expected @throws tag for 'RemoteException'. | 32 | |
Line is longer than 80 characters. | 40 | |
Expected an @return tag. | 42 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter hwnd should be final. | 42 | |
Expected @param tag for 'hwnd'. | 42 | |
Expected @throws tag for 'RemoteException'. | 42 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 52 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter hwnd should be final. | 52 | |
Expected @param tag for 'hwnd'. | 52 | |
Expected @throws tag for 'RemoteException'. | 52 | |
Line is longer than 80 characters. | 60 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter hwnd should be final. | 63 | |
Expected @param tag for 'hwnd'. | 63 | |
Parameter pos should be final. | 63 | |
Expected @param tag for 'pos'. | 63 | |
Expected @throws tag for 'RemoteException'. | 63 | |
Line has trailing spaces. | 66 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter hwnd should be final. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Line has trailing spaces. | 74 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter hwnd should be final. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line has trailing spaces. | 79 | |
'if' is not followed by whitespace. | 80 | |
')' is preceded with whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line has trailing spaces. | 84 | |
Method 'decrement' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter hwnd should be final. | 85 | |
'{' is not preceded with whitespace. | 85 | |
Line has trailing spaces. | 89 | |
'if' is not followed by whitespace. | 90 | |
')' is preceded with whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.slider.ISliderContractProxy. | 10 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'win32lib' must be private and have accessor methods. | 18 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 31 | |
Expected an @return tag. | 33 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter hwnd should be final. | 33 | |
Expected @param tag for 'hwnd'. | 33 | |
Expected @throws tag for 'RemoteException'. | 33 | |
Line is longer than 80 characters. | 41 | |
Expected an @return tag. | 43 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter hwnd should be final. | 43 | |
Expected @param tag for 'hwnd'. | 43 | |
Expected @throws tag for 'RemoteException'. | 43 | |
Line is longer than 80 characters. | 51 | |
Expected an @return tag. | 53 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter hwnd should be final. | 53 | |
Expected @param tag for 'hwnd'. | 53 | |
Expected @throws tag for 'RemoteException'. | 53 | |
Line is longer than 80 characters. | 61 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter hwnd should be final. | 63 | |
Expected @param tag for 'hwnd'. | 63 | |
Parameter pos should be final. | 63 | |
Expected @param tag for 'pos'. | 63 | |
Expected @throws tag for 'RemoteException'. | 63 | |
Line has trailing spaces. | 2 | |
Unused import - org.sirius.server.win32lib.controls.slider.ISliderContractProxy. | 10 | |
Line has trailing spaces. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 18 | |
Variable 'win32lib' must be private and have accessor methods. | 18 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 31 | |
Expected an @return tag. | 33 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Parameter hwnd should be final. | 33 | |
Expected @param tag for 'hwnd'. | 33 | |
Expected @throws tag for 'RemoteException'. | 33 | |
Line is longer than 80 characters. | 41 | |
Expected an @return tag. | 43 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter hwnd should be final. | 43 | |
Expected @param tag for 'hwnd'. | 43 | |
Expected @throws tag for 'RemoteException'. | 43 | |
Line is longer than 80 characters. | 51 | |
Expected an @return tag. | 53 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter hwnd should be final. | 53 | |
Expected @param tag for 'hwnd'. | 53 | |
Expected @throws tag for 'RemoteException'. | 53 | |
Line is longer than 80 characters. | 61 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter hwnd should be final. | 63 | |
Expected @param tag for 'hwnd'. | 63 | |
Parameter pos should be final. | 63 | |
Expected @param tag for 'pos'. | 63 | |
Expected @throws tag for 'RemoteException'. | 63 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'win32lib' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 30 | |
Expected an @return tag. | 32 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter hwnd should be final. | 32 | |
Expected @param tag for 'hwnd'. | 32 | |
Expected @throws tag for 'RemoteException'. | 32 | |
Line is longer than 80 characters. | 40 | |
Expected an @return tag. | 42 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter hwnd should be final. | 42 | |
Expected @param tag for 'hwnd'. | 42 | |
Expected @throws tag for 'RemoteException'. | 42 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 52 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter hwnd should be final. | 52 | |
Expected @param tag for 'hwnd'. | 52 | |
Expected @throws tag for 'RemoteException'. | 52 | |
Line is longer than 80 characters. | 60 | |
Expected an @return tag. | 62 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter hwnd should be final. | 62 | |
Expected @param tag for 'hwnd'. | 62 | |
Expected @throws tag for 'RemoteException'. | 62 | |
Line is longer than 80 characters. | 70 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter hwnd should be final. | 72 | |
Expected @param tag for 'hwnd'. | 72 | |
Parameter pos should be final. | 72 | |
Expected @param tag for 'pos'. | 72 | |
Expected @throws tag for 'RemoteException'. | 72 | |
Line is longer than 80 characters. | 80 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter hwnd should be final. | 82 | |
Expected @param tag for 'hwnd'. | 82 | |
Parameter text should be final. | 82 | |
Expected @param tag for 'text'. | 82 | |
Expected @throws tag for 'RemoteException'. | 82 | |
Line has trailing spaces. | 85 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter hwnd should be final. | 86 | |
'{' is not preceded with whitespace. | 86 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter hwnd should be final. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line has trailing spaces. | 93 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter hwnd should be final. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line has trailing spaces. | 99 | |
'if' is not followed by whitespace. | 100 | |
')' is preceded with whitespace. | 100 | |
'{' is not preceded with whitespace. | 100 | |
'}' should be on the same line. | 102 | |
Line has trailing spaces. | 107 | |
Method 'decrement' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter hwnd should be final. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line has trailing spaces. | 113 | |
'if' is not followed by whitespace. | 114 | |
')' is preceded with whitespace. | 114 | |
'{' is not preceded with whitespace. | 114 | |
'}' should be on the same line. | 116 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'win32lib' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 30 | |
Expected an @return tag. | 32 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Parameter hwnd should be final. | 32 | |
Expected @param tag for 'hwnd'. | 32 | |
Expected @throws tag for 'RemoteException'. | 32 | |
Line is longer than 80 characters. | 40 | |
Expected an @return tag. | 42 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter hwnd should be final. | 42 | |
Expected @param tag for 'hwnd'. | 42 | |
Expected @throws tag for 'RemoteException'. | 42 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 52 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter hwnd should be final. | 52 | |
Expected @param tag for 'hwnd'. | 52 | |
Expected @throws tag for 'RemoteException'. | 52 | |
Line is longer than 80 characters. | 60 | |
Expected an @return tag. | 62 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter hwnd should be final. | 62 | |
Expected @param tag for 'hwnd'. | 62 | |
Expected @throws tag for 'RemoteException'. | 62 | |
Line is longer than 80 characters. | 70 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Parameter hwnd should be final. | 72 | |
Expected @param tag for 'hwnd'. | 72 | |
Parameter pos should be final. | 72 | |
Expected @param tag for 'pos'. | 72 | |
Expected @throws tag for 'RemoteException'. | 72 | |
Line is longer than 80 characters. | 80 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter hwnd should be final. | 82 | |
Expected @param tag for 'hwnd'. | 82 | |
Parameter text should be final. | 82 | |
Expected @param tag for 'text'. | 82 | |
Expected @throws tag for 'RemoteException'. | 82 | |
Line has trailing spaces. | 85 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter hwnd should be final. | 86 | |
'{' is not preceded with whitespace. | 86 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter hwnd should be final. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line has trailing spaces. | 93 | |
Method 'increment' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter hwnd should be final. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line has trailing spaces. | 99 | |
'if' is not followed by whitespace. | 100 | |
')' is preceded with whitespace. | 100 | |
'{' is not preceded with whitespace. | 100 | |
'}' should be on the same line. | 102 | |
Line has trailing spaces. | 107 | |
Method 'decrement' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter hwnd should be final. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line has trailing spaces. | 113 | |
'if' is not followed by whitespace. | 114 | |
')' is preceded with whitespace. | 114 | |
'{' is not preceded with whitespace. | 114 | |
'}' should be on the same line. | 116 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'hwndFrom' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'idFrom' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'code' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 38 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'{' is followed by whitespace. | 44 | |
Missing a Javadoc comment. | 48 | |
Name 'TC_HITTESTINFO' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'pt' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'flags' must be private and have accessor methods. | 50 | |
Line has trailing spaces. | 54 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'{' is followed by whitespace. | 59 | |
Missing a Javadoc comment. | 63 | |
Name 'TC_ITEM' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'mask' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable 'dwState' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'dwStateMask' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 69 | |
Variable 'pszText' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'cchTextMax' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'iImage' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'lParam' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 81 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 84 | |
'{' is followed by whitespace. | 87 | |
Missing a Javadoc comment. | 92 | |
Variable 'win32lib' must be private and have accessor methods. | 92 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'GetCurFocus' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Name 'GetCurFocus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'GetCurSel' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Name 'GetCurSel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
Method 'GetItem' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Name 'GetItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
'255' is a magic number. | 124 | |
Line is longer than 80 characters. | 127 | |
Method 'GetItemCount' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Name 'GetItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
Method 'GetItemNames' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Name 'GetItemNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
Method 'GetItemRect' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Name 'GetItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
Method 'GetRowCount' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Name 'GetRowCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
Method 'GetSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Name 'GetSelectedItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Method 'HitTest' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Name 'HitTest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
Method 'Select' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Name 'Select' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
Method 'SelectByIndex' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Name 'SelectByIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
Method 'SetCurFocus' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
Name 'SetCurFocus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
Method 'SetCurSel' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Name 'SetCurSel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'hwndFrom' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'idFrom' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'code' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 38 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'{' is followed by whitespace. | 44 | |
Missing a Javadoc comment. | 48 | |
Name 'TC_HITTESTINFO' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'pt' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'flags' must be private and have accessor methods. | 50 | |
Line has trailing spaces. | 54 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'{' is followed by whitespace. | 59 | |
Missing a Javadoc comment. | 63 | |
Name 'TC_ITEM' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'mask' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 66 | |
Variable 'dwState' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'dwStateMask' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 69 | |
Variable 'pszText' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'cchTextMax' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'iImage' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'lParam' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 81 | |
Method 'getFieldOrder' is not designed for extension - needs to be abstract, final or empty. | 84 | |
'{' is followed by whitespace. | 87 | |
Missing a Javadoc comment. | 92 | |
Variable 'win32lib' must be private and have accessor methods. | 92 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'GetCurFocus' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Name 'GetCurFocus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'GetCurSel' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Name 'GetCurSel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
Method 'GetItem' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Name 'GetItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
'255' is a magic number. | 124 | |
Line is longer than 80 characters. | 127 | |
Method 'GetItemCount' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Name 'GetItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
Method 'GetItemNames' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Name 'GetItemNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
Method 'GetItemRect' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Name 'GetItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
Method 'GetRowCount' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Name 'GetRowCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
Method 'GetSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Name 'GetSelectedItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Method 'HitTest' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Name 'HitTest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
Method 'Select' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Missing a Javadoc comment. | 198 | |
Name 'Select' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 198 | |
Method 'SelectByIndex' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Name 'SelectByIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
Method 'SetCurFocus' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
Name 'SetCurFocus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 216 | |
Method 'SetCurSel' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Name 'SetCurSel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 220 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
Line has trailing spaces. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
'10' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
'3' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'11' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'4' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'12' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'5' is a magic number. | 21 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
'10' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
'3' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'11' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'4' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'12' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'5' is a magic number. | 21 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
'25' is a magic number. | 12 | |
Missing a Javadoc comment. | 13 | |
'95' is a magic number. | 13 | |
Missing a Javadoc comment. | 14 | |
'26' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
'96' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
'27' is a magic number. | 16 | |
Missing a Javadoc comment. | 17 | |
'97' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'28' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'29' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
'30' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'33' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'34' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'35' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'36' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'37' is a magic number. | 27 | |
Missing a Javadoc comment. | 28 | |
'38' is a magic number. | 28 | |
Missing a Javadoc comment. | 29 | |
'39' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'40' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'41' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'42' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'43' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'44' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'45' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'115' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'46' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'116' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'47' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'48' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'49' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'50' is a magic number. | 42 | |
Missing a Javadoc comment. | 43 | |
'51' is a magic number. | 43 | |
Missing a Javadoc comment. | 44 | |
'52' is a magic number. | 44 | |
Missing a Javadoc comment. | 45 | |
'117' is a magic number. | 45 | |
Missing a Javadoc comment. | 46 | |
'64' is a magic number. | 46 | |
Missing a Javadoc comment. | 47 | |
'54' is a magic number. | 47 | |
Missing a Javadoc comment. | 48 | |
'55' is a magic number. | 48 | |
Missing a Javadoc comment. | 49 | |
'58' is a magic number. | 49 | |
Missing a Javadoc comment. | 50 | |
'59' is a magic number. | 50 | |
Missing a Javadoc comment. | 51 | |
'31' is a magic number. | 51 | |
Missing a Javadoc comment. | 52 | |
'63' is a magic number. | 52 | |
Missing a Javadoc comment. | 53 | |
'61' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
'56' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
'62' is a magic number. | 55 | |
Missing a Javadoc comment. | 56 | |
'60' is a magic number. | 56 | |
Missing a Javadoc comment. | 57 | |
'53' is a magic number. | 57 | |
Missing a Javadoc comment. | 58 | |
'57' is a magic number. | 58 | |
Missing a Javadoc comment. | 60 | |
'100' is a magic number. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
'3' is a magic number. | 64 | |
Missing a Javadoc comment. | 65 | |
'4' is a magic number. | 65 | |
Missing a Javadoc comment. | 66 | |
'5' is a magic number. | 66 | |
Missing a Javadoc comment. | 67 | |
'75' is a magic number. | 67 | |
Missing a Javadoc comment. | 68 | |
'6' is a magic number. | 68 | |
Missing a Javadoc comment. | 69 | |
'76' is a magic number. | 69 | |
Missing a Javadoc comment. | 70 | |
'8' is a magic number. | 70 | |
Missing a Javadoc comment. | 71 | |
'9' is a magic number. | 71 | |
Missing a Javadoc comment. | 72 | |
'11' is a magic number. | 72 | |
Missing a Javadoc comment. | 73 | |
'50' is a magic number. | 73 | |
Missing a Javadoc comment. | 74 | |
'77' is a magic number. | 74 | |
Missing a Javadoc comment. | 75 | |
'51' is a magic number. | 75 | |
Missing a Javadoc comment. | 76 | |
'78' is a magic number. | 76 | |
Missing a Javadoc comment. | 77 | |
'55' is a magic number. | 77 | |
Missing a Javadoc comment. | 78 | |
'56' is a magic number. | 78 | |
Missing a Javadoc comment. | 79 | |
'57' is a magic number. | 79 | |
Missing a Javadoc comment. | 80 | |
'58' is a magic number. | 80 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
'25' is a magic number. | 12 | |
Missing a Javadoc comment. | 13 | |
'95' is a magic number. | 13 | |
Missing a Javadoc comment. | 14 | |
'26' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
'96' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
'27' is a magic number. | 16 | |
Missing a Javadoc comment. | 17 | |
'97' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'28' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'29' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
'30' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'33' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'34' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'35' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'36' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'37' is a magic number. | 27 | |
Missing a Javadoc comment. | 28 | |
'38' is a magic number. | 28 | |
Missing a Javadoc comment. | 29 | |
'39' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'40' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'41' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'42' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'43' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'44' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'45' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'115' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'46' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'116' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'47' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'48' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'49' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'50' is a magic number. | 42 | |
Missing a Javadoc comment. | 43 | |
'51' is a magic number. | 43 | |
Missing a Javadoc comment. | 44 | |
'52' is a magic number. | 44 | |
Missing a Javadoc comment. | 45 | |
'117' is a magic number. | 45 | |
Missing a Javadoc comment. | 46 | |
'64' is a magic number. | 46 | |
Missing a Javadoc comment. | 47 | |
'54' is a magic number. | 47 | |
Missing a Javadoc comment. | 48 | |
'55' is a magic number. | 48 | |
Missing a Javadoc comment. | 49 | |
'58' is a magic number. | 49 | |
Missing a Javadoc comment. | 50 | |
'59' is a magic number. | 50 | |
Missing a Javadoc comment. | 51 | |
'31' is a magic number. | 51 | |
Missing a Javadoc comment. | 52 | |
'63' is a magic number. | 52 | |
Missing a Javadoc comment. | 53 | |
'61' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
'56' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
'62' is a magic number. | 55 | |
Missing a Javadoc comment. | 56 | |
'60' is a magic number. | 56 | |
Missing a Javadoc comment. | 57 | |
'53' is a magic number. | 57 | |
Missing a Javadoc comment. | 58 | |
'57' is a magic number. | 58 | |
Missing a Javadoc comment. | 60 | |
'100' is a magic number. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
'3' is a magic number. | 64 | |
Missing a Javadoc comment. | 65 | |
'4' is a magic number. | 65 | |
Missing a Javadoc comment. | 66 | |
'5' is a magic number. | 66 | |
Missing a Javadoc comment. | 67 | |
'75' is a magic number. | 67 | |
Missing a Javadoc comment. | 68 | |
'6' is a magic number. | 68 | |
Missing a Javadoc comment. | 69 | |
'76' is a magic number. | 69 | |
Missing a Javadoc comment. | 70 | |
'8' is a magic number. | 70 | |
Missing a Javadoc comment. | 71 | |
'9' is a magic number. | 71 | |
Missing a Javadoc comment. | 72 | |
'11' is a magic number. | 72 | |
Missing a Javadoc comment. | 73 | |
'50' is a magic number. | 73 | |
Missing a Javadoc comment. | 74 | |
'77' is a magic number. | 74 | |
Missing a Javadoc comment. | 75 | |
'51' is a magic number. | 75 | |
Missing a Javadoc comment. | 76 | |
'78' is a magic number. | 76 | |
Missing a Javadoc comment. | 77 | |
'55' is a magic number. | 77 | |
Missing a Javadoc comment. | 78 | |
'56' is a magic number. | 78 | |
Missing a Javadoc comment. | 79 | |
'57' is a magic number. | 79 | |
Missing a Javadoc comment. | 80 | |
'58' is a magic number. | 80 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
'3' is a magic number. | 13 | |
Missing a Javadoc comment. | 14 | |
'4' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
'5' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
'60' is a magic number. | 16 | |
Missing a Javadoc comment. | 17 | |
'6' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'61' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'7' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'62' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'8' is a magic number. | 21 | |
Missing a Javadoc comment. | 22 | |
'9' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'10' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'11' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'12' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'13' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'14' is a magic number. | 27 | |
Missing a Javadoc comment. | 29 | |
'40' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'41' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'42' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'43' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'44' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'45' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'46' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'47' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'48' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'49' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'50' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'51' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'52' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'53' is a magic number. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
'550' is a magic number. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
'3' is a magic number. | 13 | |
Missing a Javadoc comment. | 14 | |
'4' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
'5' is a magic number. | 15 | |
Missing a Javadoc comment. | 16 | |
'60' is a magic number. | 16 | |
Missing a Javadoc comment. | 17 | |
'6' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'61' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'7' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'62' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'8' is a magic number. | 21 | |
Missing a Javadoc comment. | 22 | |
'9' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'10' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'11' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'12' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'13' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'14' is a magic number. | 27 | |
Missing a Javadoc comment. | 29 | |
'40' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'41' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'42' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'43' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'44' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'45' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'46' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'47' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'48' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'49' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'50' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'51' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'52' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'53' is a magic number. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
'550' is a magic number. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
'50' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
'4' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'5' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'7' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'8' is a magic number. | 21 | |
Missing a Javadoc comment. | 22 | |
'9' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'10' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'11' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'12' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'62' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'13' is a magic number. | 27 | |
Missing a Javadoc comment. | 28 | |
'63' is a magic number. | 28 | |
Missing a Javadoc comment. | 29 | |
'14' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'65' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'15' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'16' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'17' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'18' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'19' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'20' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'21' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'22' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'23' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'64' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'25' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'24' is a magic number. | 42 | |
Missing a Javadoc comment. | 43 | |
'31' is a magic number. | 43 | |
Missing a Javadoc comment. | 44 | |
'38' is a magic number. | 44 | |
Missing a Javadoc comment. | 45 | |
'28' is a magic number. | 45 | |
Missing a Javadoc comment. | 46 | |
'34' is a magic number. | 46 | |
Missing a Javadoc comment. | 47 | |
'32' is a magic number. | 47 | |
Missing a Javadoc comment. | 48 | |
'29' is a magic number. | 48 | |
Missing a Javadoc comment. | 49 | |
'26' is a magic number. | 49 | |
Missing a Javadoc comment. | 50 | |
'37' is a magic number. | 50 | |
Missing a Javadoc comment. | 51 | |
'27' is a magic number. | 51 | |
Missing a Javadoc comment. | 52 | |
'33' is a magic number. | 52 | |
Missing a Javadoc comment. | 53 | |
'30' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
'39' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
'40' is a magic number. | 55 | |
Missing a Javadoc comment. | 56 | |
'41' is a magic number. | 56 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 8 | |
interfaces should describe a type and hence have methods. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
'50' is a magic number. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
'4' is a magic number. | 17 | |
Missing a Javadoc comment. | 18 | |
'5' is a magic number. | 18 | |
Missing a Javadoc comment. | 19 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 20 | |
'7' is a magic number. | 20 | |
Missing a Javadoc comment. | 21 | |
'8' is a magic number. | 21 | |
Missing a Javadoc comment. | 22 | |
'9' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
'10' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
'11' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
'12' is a magic number. | 25 | |
Missing a Javadoc comment. | 26 | |
'62' is a magic number. | 26 | |
Missing a Javadoc comment. | 27 | |
'13' is a magic number. | 27 | |
Missing a Javadoc comment. | 28 | |
'63' is a magic number. | 28 | |
Missing a Javadoc comment. | 29 | |
'14' is a magic number. | 29 | |
Missing a Javadoc comment. | 30 | |
'65' is a magic number. | 30 | |
Missing a Javadoc comment. | 31 | |
'15' is a magic number. | 31 | |
Missing a Javadoc comment. | 32 | |
'16' is a magic number. | 32 | |
Missing a Javadoc comment. | 33 | |
'17' is a magic number. | 33 | |
Missing a Javadoc comment. | 34 | |
'18' is a magic number. | 34 | |
Missing a Javadoc comment. | 35 | |
'19' is a magic number. | 35 | |
Missing a Javadoc comment. | 36 | |
'20' is a magic number. | 36 | |
Missing a Javadoc comment. | 37 | |
'21' is a magic number. | 37 | |
Missing a Javadoc comment. | 38 | |
'22' is a magic number. | 38 | |
Missing a Javadoc comment. | 39 | |
'23' is a magic number. | 39 | |
Missing a Javadoc comment. | 40 | |
'64' is a magic number. | 40 | |
Missing a Javadoc comment. | 41 | |
'25' is a magic number. | 41 | |
Missing a Javadoc comment. | 42 | |
'24' is a magic number. | 42 | |
Missing a Javadoc comment. | 43 | |
'31' is a magic number. | 43 | |
Missing a Javadoc comment. | 44 | |
'38' is a magic number. | 44 | |
Missing a Javadoc comment. | 45 | |
'28' is a magic number. | 45 | |
Missing a Javadoc comment. | 46 | |
'34' is a magic number. | 46 | |
Missing a Javadoc comment. | 47 | |
'32' is a magic number. | 47 | |
Missing a Javadoc comment. | 48 | |
'29' is a magic number. | 48 | |
Missing a Javadoc comment. | 49 | |
'26' is a magic number. | 49 | |
Missing a Javadoc comment. | 50 | |
'37' is a magic number. | 50 | |
Missing a Javadoc comment. | 51 | |
'27' is a magic number. | 51 | |
Missing a Javadoc comment. | 52 | |
'33' is a magic number. | 52 | |
Missing a Javadoc comment. | 53 | |
'30' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
'39' is a magic number. | 54 | |
Missing a Javadoc comment. | 55 | |
'40' is a magic number. | 55 | |
Missing a Javadoc comment. | 56 | |
'41' is a magic number. | 56 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 10 | |
interfaces should describe a type and hence have methods. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 159 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 169 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 181 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 185 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 194 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 200 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 203 | |
Missing a Javadoc comment. | 204 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 208 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 218 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 221 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 10 | |
interfaces should describe a type and hence have methods. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 121 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 141 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 145 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 147 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 149 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 151 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 153 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 156 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 159 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 161 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 164 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 168 | |
Missing a Javadoc comment. | 169 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 178 | |
Missing a Javadoc comment. | 179 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 181 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 183 | |
Missing a Javadoc comment. | 184 | |
Missing a Javadoc comment. | 185 | |
Missing a Javadoc comment. | 186 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 188 | |
Missing a Javadoc comment. | 189 | |
Missing a Javadoc comment. | 190 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 194 | |
Missing a Javadoc comment. | 195 | |
Missing a Javadoc comment. | 196 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 198 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 200 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 202 | |
Missing a Javadoc comment. | 203 | |
Missing a Javadoc comment. | 204 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 206 | |
Missing a Javadoc comment. | 207 | |
Missing a Javadoc comment. | 208 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 210 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 215 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 218 | |
Missing a Javadoc comment. | 219 | |
Missing a Javadoc comment. | 220 | |
Missing a Javadoc comment. | 221 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Variable 'dwSize' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'dwICC' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 25 | |
'{' is followed by whitespace. | 30 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 39 | |
Name 'InitCommonControlsEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Variable 'dwSize' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'dwICC' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 25 | |
'{' is followed by whitespace. | 30 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 39 | |
Name 'InitCommonControlsEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 | |
Name 'GetDialogBaseUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Missing a Javadoc comment. | 23 | |
Name 'GetDlgCtrlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Missing a Javadoc comment. | 25 | |
Name 'GetDlgItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Missing a Javadoc comment. | 27 | |
Name 'GetDlgItemInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Missing a Javadoc comment. | 29 | |
Name 'GetDlgItemTextA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Missing a Javadoc comment. | 31 | |
Name 'IsDlgButtonChecked' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Missing a Javadoc comment. | 33 | |
Name 'SetDlgItemInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
Missing a Javadoc comment. | 36 | |
Name 'SetDlgItemTextA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 | |
Name 'GetDialogBaseUnits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Missing a Javadoc comment. | 23 | |
Name 'GetDlgCtrlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Missing a Javadoc comment. | 25 | |
Name 'GetDlgItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Missing a Javadoc comment. | 27 | |
Name 'GetDlgItemInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Missing a Javadoc comment. | 29 | |
Name 'GetDlgItemTextA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Missing a Javadoc comment. | 31 | |
Name 'IsDlgButtonChecked' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
Missing a Javadoc comment. | 33 | |
Name 'SetDlgItemInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
Missing a Javadoc comment. | 36 | |
Name 'SetDlgItemTextA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 | |
Name 'VirtualAllocEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Missing a Javadoc comment. | 24 | |
Name 'VirtualFreeEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 | |
Name 'VirtualAllocEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Missing a Javadoc comment. | 24 | |
Name 'VirtualFreeEx' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 25 | |
Name 'GetClientRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Missing a Javadoc comment. | 27 | |
Name 'GetMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Missing a Javadoc comment. | 29 | |
Name 'GetMenuBarInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Missing a Javadoc comment. | 32 | |
Name 'GetMenuCheckMarkDimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Missing a Javadoc comment. | 34 | |
Name 'GetMenuDefaultItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Missing a Javadoc comment. | 36 | |
Name 'GetMenuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Missing a Javadoc comment. | 38 | |
Name 'GetMenuItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Missing a Javadoc comment. | 40 | |
Name 'GetMenuItemID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Missing a Javadoc comment. | 42 | |
Name 'GetMenuItemInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Missing a Javadoc comment. | 45 | |
Name 'GetMenuItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Missing a Javadoc comment. | 47 | |
Name 'GetMenuState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Missing a Javadoc comment. | 49 | |
Name 'GetMenuString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Missing a Javadoc comment. | 52 | |
Name 'GetParent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 54 | |
Name 'GetSubMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Missing a Javadoc comment. | 56 | |
Name 'GetSystemMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Missing a Javadoc comment. | 58 | |
Name 'GetWindowDC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Missing a Javadoc comment. | 60 | |
Name 'GetWindowPlacement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Missing a Javadoc comment. | 62 | |
Name 'IsIconic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Missing a Javadoc comment. | 64 | |
Name 'IsMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Missing a Javadoc comment. | 66 | |
Name 'IsRectEmpty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Missing a Javadoc comment. | 68 | |
Name 'IsWindow' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Missing a Javadoc comment. | 70 | |
Name 'IsWindowEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Missing a Javadoc comment. | 72 | |
Name 'IsWindowUnicode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Missing a Javadoc comment. | 74 | |
Name 'SendMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Missing a Javadoc comment. | 76 | |
Name 'SetWindowText' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 25 | |
Name 'GetClientRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Missing a Javadoc comment. | 27 | |
Name 'GetMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Missing a Javadoc comment. | 29 | |
Name 'GetMenuBarInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Missing a Javadoc comment. | 32 | |
Name 'GetMenuCheckMarkDimensions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Missing a Javadoc comment. | 34 | |
Name 'GetMenuDefaultItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Missing a Javadoc comment. | 36 | |
Name 'GetMenuInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
Missing a Javadoc comment. | 38 | |
Name 'GetMenuItemCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
Missing a Javadoc comment. | 40 | |
Name 'GetMenuItemID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Missing a Javadoc comment. | 42 | |
Name 'GetMenuItemInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
Missing a Javadoc comment. | 45 | |
Name 'GetMenuItemRect' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Missing a Javadoc comment. | 47 | |
Name 'GetMenuState' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Missing a Javadoc comment. | 49 | |
Name 'GetMenuString' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Missing a Javadoc comment. | 52 | |
Name 'GetParent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Missing a Javadoc comment. | 54 | |
Name 'GetSubMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
Missing a Javadoc comment. | 56 | |
Name 'GetSystemMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Missing a Javadoc comment. | 58 | |
Name 'GetWindowDC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Missing a Javadoc comment. | 60 | |
Name 'GetWindowPlacement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Missing a Javadoc comment. | 62 | |
Name 'IsIconic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
Missing a Javadoc comment. | 64 | |
Name 'IsMenu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Missing a Javadoc comment. | 66 | |
Name 'IsRectEmpty' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
Missing a Javadoc comment. | 68 | |
Name 'IsWindow' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
Missing a Javadoc comment. | 70 | |
Name 'IsWindowEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Missing a Javadoc comment. | 72 | |
Name 'IsWindowUnicode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Missing a Javadoc comment. | 74 | |
Name 'SendMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
Missing a Javadoc comment. | 76 | |
Name 'SetWindowText' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'cbSize' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'rcBar' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'hMenu' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'hwndMenu' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'fBarFocused' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'fFocused' must be private and have accessor methods. | 37 | |
'{' is followed by whitespace. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'cbSize' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'fMask' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'dwStyle' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'cyMax' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'hbrBack' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'dwContextHelpID' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'dwMenuData' must be private and have accessor methods. | 53 | |
'{' is followed by whitespace. | 57 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'cbSize' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Variable 'fMask' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Variable 'fType' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'fState' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'wID' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Variable 'hSubMenu' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'hbmpChecked' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'hbmpUnchecked' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'dwItemData' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'dwTypeData' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 74 | |
Variable 'cch' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 75 | |
Variable 'hbmpItem' must be private and have accessor methods. | 75 | |
'{' is followed by whitespace. | 79 | |
Missing a Javadoc comment. | 86 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Expected @param tag for 'arg0'. | 102 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 109 | |
Variable 'length' must be private and have accessor methods. | 109 | |
Missing a Javadoc comment. | 110 | |
Variable 'flags' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 111 | |
Variable 'showCmd' must be private and have accessor methods. | 111 | |
Missing a Javadoc comment. | 112 | |
Variable 'ptMinPosition' must be private and have accessor methods. | 112 | |
Missing a Javadoc comment. | 113 | |
Variable 'ptMaxPosition' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 114 | |
Variable 'rcNormalPosition' must be private and have accessor methods. | 114 | |
Line has trailing spaces. | 118 | |
'{' is followed by whitespace. | 123 | |
Line has trailing spaces. | 2 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'cbSize' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'rcBar' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'hMenu' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'hwndMenu' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'fBarFocused' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'fFocused' must be private and have accessor methods. | 37 | |
'{' is followed by whitespace. | 41 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'cbSize' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'fMask' must be private and have accessor methods. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'dwStyle' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'cyMax' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'hbrBack' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'dwContextHelpID' must be private and have accessor methods. | 52 | |
Missing a Javadoc comment. | 53 | |
Variable 'dwMenuData' must be private and have accessor methods. | 53 | |
'{' is followed by whitespace. | 57 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'cbSize' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Variable 'fMask' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Variable 'fType' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'fState' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'wID' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Variable 'hSubMenu' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'hbmpChecked' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'hbmpUnchecked' must be private and have accessor methods. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'dwItemData' must be private and have accessor methods. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'dwTypeData' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 74 | |
Variable 'cch' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 75 | |
Variable 'hbmpItem' must be private and have accessor methods. | 75 | |
'{' is followed by whitespace. | 79 | |
Missing a Javadoc comment. | 86 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Expected @param tag for 'arg0'. | 102 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 109 | |
Variable 'length' must be private and have accessor methods. | 109 | |
Missing a Javadoc comment. | 110 | |
Variable 'flags' must be private and have accessor methods. | 110 | |
Missing a Javadoc comment. | 111 | |
Variable 'showCmd' must be private and have accessor methods. | 111 | |
Missing a Javadoc comment. | 112 | |
Variable 'ptMinPosition' must be private and have accessor methods. | 112 | |
Missing a Javadoc comment. | 113 | |
Variable 'ptMaxPosition' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 114 | |
Variable 'rcNormalPosition' must be private and have accessor methods. | 114 | |
Line has trailing spaces. | 118 | |
'{' is followed by whitespace. | 123 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'button' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'edit' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'listBox' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'listView' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Method 'progressBar' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Method 'scrollBar' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'slider' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'spin' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'tab' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'button' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'edit' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'listBox' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'listView' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Method 'progressBar' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Method 'scrollBar' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'slider' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'spin' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'tab' is not designed for extension - needs to be abstract, final or empty. | 105 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ButtonSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'ButtonSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getButtonSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getButtonSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getButtonSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getButtonSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Line is longer than 80 characters. | 132 | |
Method 'setButtonSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'setButtonSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Expected @param tag for 'portName'. | 143 | |
Expected @param tag for 'address'. | 144 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 145 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Expected @param tag for 'portName'. | 158 | |
Expected @param tag for 'address'. | 159 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 160 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ButtonSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'ButtonSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getButtonSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getButtonSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getButtonSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getButtonSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Line is longer than 80 characters. | 132 | |
Method 'setButtonSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'setButtonSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Expected @param tag for 'portName'. | 143 | |
Expected @param tag for 'address'. | 144 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 145 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Expected @param tag for 'portName'. | 158 | |
Expected @param tag for 'address'. | 159 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 160 |
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 | |
'5' is a magic number. | 20 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
'3' is a magic number. | 104 | |
'4' is a magic number. | 129 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 144 | |
Method 'click' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 170 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
'{' is followed by whitespace. | 178 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
Method 'isChecked' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 238 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
'{' is followed by whitespace. | 247 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
Method 'isIntermediate' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 280 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
'{' is followed by whitespace. | 289 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
Method 'isPressed' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
'3' is a magic number. | 314 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 322 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
'{' is followed by whitespace. | 331 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 | |
Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
'4' is a magic number. | 356 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 364 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
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 | |
'5' is a magic number. | 20 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
'3' is a magic number. | 104 | |
'4' is a magic number. | 129 | |
Missing a Javadoc comment. | 133 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 144 | |
Method 'click' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 170 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
'{' is followed by whitespace. | 178 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Missing a Javadoc comment. | 189 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 217 | |
Method 'isChecked' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 238 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
'{' is followed by whitespace. | 247 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
Method 'isIntermediate' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 280 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
'{' is followed by whitespace. | 289 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
Method 'isPressed' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
'3' is a magic number. | 314 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 322 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
'{' is followed by whitespace. | 331 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 339 | |
Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
'4' is a magic number. | 356 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 364 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 |
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. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
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. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIButtonContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'click' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 50 | |
Method 'getIButtonContract' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'isChecked' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'isIntermediate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'isPressed' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIButtonContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'click' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 50 | |
Method 'getIButtonContract' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'isChecked' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'isIntermediate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'isPressed' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setCheck' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'EditSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'EditSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getEditSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getEditSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getEditSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getEditSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEditSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Method 'setEditSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Expected @param tag for 'portName'. | 142 | |
Expected @param tag for 'address'. | 143 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 144 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Expected @param tag for 'portName'. | 157 | |
Expected @param tag for 'address'. | 158 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 159 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'EditSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'EditSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getEditSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getEditSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getEditSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getEditSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEditSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Method 'setEditSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Expected @param tag for 'portName'. | 142 | |
Expected @param tag for 'address'. | 143 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 144 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Expected @param tag for 'portName'. | 157 | |
Expected @param tag for 'address'. | 158 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 159 |
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 | |
'6' is a magic number. | 20 | |
Method length is 184 lines (max allowed is 150). | 24 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
'3' is a magic number. | 132 | |
'4' is a magic number. | 184 | |
'5' is a magic number. | 205 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 220 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
Method 'getSelectedText' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
'5' is a magic number. | 272 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 280 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
'{' is followed by whitespace. | 289 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 322 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
'{' is followed by whitespace. | 330 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
Method 'setCursorPosition' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
'3' is a magic number. | 356 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 364 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 384 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
'4' is a magic number. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 401 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 409 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 427 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 436 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 443 | |
Method 'typeText' is not designed for extension - needs to be abstract, final or empty. | 455 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 472 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 477 | |
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 | |
'6' is a magic number. | 20 | |
Method length is 184 lines (max allowed is 150). | 24 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
'3' is a magic number. | 132 | |
'4' is a magic number. | 184 | |
'5' is a magic number. | 205 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 220 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
Method 'getSelectedText' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 | |
'5' is a magic number. | 272 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 280 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
'{' is followed by whitespace. | 289 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 322 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
'{' is followed by whitespace. | 330 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 338 | |
Method 'setCursorPosition' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 | |
'3' is a magic number. | 356 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 364 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 384 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
'4' is a magic number. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 401 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 409 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 427 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 436 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 443 | |
Method 'typeText' is not designed for extension - needs to be abstract, final or empty. | 455 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 472 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 477 |
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. | 21 | |
Redundant 'public' modifier. | 21 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
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. | 21 | |
Redundant 'public' modifier. | 21 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIEditContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getIEditContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getSelectedText' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'setCursorPosition' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'typeText' is not designed for extension - needs to be abstract, final or empty. | 105 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIEditContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getIEditContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getSelectedText' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'setCursorPosition' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'typeText' is not designed for extension - needs to be abstract, final or empty. | 105 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
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 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
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 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
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 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
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 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIListBoxContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'getIListBoxContract' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIListBoxContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'getIListBoxContract' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ListBoxSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'ListBoxSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getListBoxSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getListBoxSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getListBoxSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getListBoxSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 137 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Expected @param tag for 'portName'. | 150 | |
Expected @param tag for 'address'. | 151 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 152 | |
Line is longer than 80 characters. | 156 | |
Method 'setListBoxSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Method 'setListBoxSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ListBoxSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'ListBoxSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Method 'getListBoxSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getListBoxSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getListBoxSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getListBoxSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 137 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Expected @param tag for 'portName'. | 150 | |
Expected @param tag for 'address'. | 151 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 152 | |
Line is longer than 80 characters. | 156 | |
Method 'setListBoxSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Method 'setListBoxSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 |
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 | |
'13' is a magic number. | 20 | |
Method length is 237 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. | 119 | |
'4' is a magic number. | 140 | |
'5' is a magic number. | 161 | |
'6' is a magic number. | 182 | |
'7' is a magic number. | 208 | |
'8' is a magic number. | 233 | |
'9' is a magic number. | 259 | |
Missing a Javadoc comment. | 263 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
'10' is a magic number. | 289 | |
'11' is a magic number. | 315 | |
'12' is a magic number. | 331 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 339 | |
Missing a Javadoc comment. | 346 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 363 | |
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. | 367 | |
Line is longer than 80 characters. | 383 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 402 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 | |
Line is longer than 80 characters. | 431 | |
Line is longer than 80 characters. | 437 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Missing a Javadoc comment. | 457 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 537 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 545 | |
'{' is followed by whitespace. | 546 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
'3' is a magic number. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 572 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 580 | |
'{' is followed by whitespace. | 581 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 589 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 | |
'4' is a magic number. | 606 | |
Line is longer than 80 characters. | 608 | |
Line is longer than 80 characters. | 614 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 | |
'{' is followed by whitespace. | 623 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 647 | |
'5' is a magic number. | 648 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 656 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
'{' is followed by whitespace. | 665 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 683 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
'6' is a magic number. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 698 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
'{' is followed by whitespace. | 707 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 725 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 | |
'7' is a magic number. | 732 | |
Line is longer than 80 characters. | 734 | |
Line is longer than 80 characters. | 740 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 748 | |
'{' is followed by whitespace. | 749 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 757 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 767 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
'8' is a magic number. | 774 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 782 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 802 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
'9' is a magic number. | 809 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 817 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 837 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 843 | |
'12' is a magic number. | 844 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 852 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 | |
'{' is followed by whitespace. | 861 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 872 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 878 | |
'10' is a magic number. | 879 | |
Line is longer than 80 characters. | 881 | |
Line is longer than 80 characters. | 887 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 895 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 907 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 913 | |
'11' is a magic number. | 914 | |
Line is longer than 80 characters. | 916 | |
Line is longer than 80 characters. | 922 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 930 | |
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 | |
'13' is a magic number. | 20 | |
Method length is 237 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. | 119 | |
'4' is a magic number. | 140 | |
'5' is a magic number. | 161 | |
'6' is a magic number. | 182 | |
'7' is a magic number. | 208 | |
'8' is a magic number. | 233 | |
'9' is a magic number. | 259 | |
Missing a Javadoc comment. | 263 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
'10' is a magic number. | 289 | |
'11' is a magic number. | 315 | |
'12' is a magic number. | 331 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 339 | |
Missing a Javadoc comment. | 346 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 363 | |
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. | 367 | |
Line is longer than 80 characters. | 383 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 402 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 | |
Line is longer than 80 characters. | 431 | |
Line is longer than 80 characters. | 437 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Missing a Javadoc comment. | 457 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 537 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 545 | |
'{' is followed by whitespace. | 546 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
'3' is a magic number. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 572 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 580 | |
'{' is followed by whitespace. | 581 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 589 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 | |
'4' is a magic number. | 606 | |
Line is longer than 80 characters. | 608 | |
Line is longer than 80 characters. | 614 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 | |
'{' is followed by whitespace. | 623 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 647 | |
'5' is a magic number. | 648 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 656 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
'{' is followed by whitespace. | 665 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 683 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
'6' is a magic number. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 698 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
'{' is followed by whitespace. | 707 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 725 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 | |
'7' is a magic number. | 732 | |
Line is longer than 80 characters. | 734 | |
Line is longer than 80 characters. | 740 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 748 | |
'{' is followed by whitespace. | 749 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 757 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 767 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
'8' is a magic number. | 774 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 782 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 802 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
'9' is a magic number. | 809 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 817 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 837 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 843 | |
'12' is a magic number. | 844 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 852 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 | |
'{' is followed by whitespace. | 861 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 872 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 878 | |
'10' is a magic number. | 879 | |
Line is longer than 80 characters. | 881 | |
Line is longer than 80 characters. | 887 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 895 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 907 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 913 | |
'11' is a magic number. | 914 | |
Line is longer than 80 characters. | 916 | |
Line is longer than 80 characters. | 922 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 930 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
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 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
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 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
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 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
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 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIListViewContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'getIListViewContract' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIListViewContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'getIListViewContract' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ListViewSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'ListViewSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'getListViewSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getListViewSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getListViewSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getListViewSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 137 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Expected @param tag for 'portName'. | 150 | |
Expected @param tag for 'address'. | 151 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 152 | |
Line is longer than 80 characters. | 156 | |
Method 'setListViewSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Method 'setListViewSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'ListViewSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Name 'ListViewSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'getListViewSvcPort' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'getListViewSvcPort' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Method 'getListViewSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'getListViewSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 74 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 79 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Avoid inline conditionals. | 89 | |
Expected an @return tag. | 97 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'portName'. | 98 | |
Expected @param tag for 'serviceEndpointInterface'. | 99 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 100 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Expected @param tag for 'portName'. | 135 | |
Expected @param tag for 'address'. | 136 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 137 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Expected @param tag for 'portName'. | 150 | |
Expected @param tag for 'address'. | 151 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 152 | |
Line is longer than 80 characters. | 156 | |
Method 'setListViewSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Method 'setListViewSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 |
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 | |
'13' is a magic number. | 20 | |
Method length is 237 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. | 119 | |
'4' is a magic number. | 140 | |
'5' is a magic number. | 161 | |
'6' is a magic number. | 182 | |
'7' is a magic number. | 208 | |
'8' is a magic number. | 233 | |
'9' is a magic number. | 259 | |
Missing a Javadoc comment. | 263 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
'10' is a magic number. | 289 | |
'11' is a magic number. | 315 | |
'12' is a magic number. | 331 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 339 | |
Missing a Javadoc comment. | 346 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 363 | |
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. | 367 | |
Line is longer than 80 characters. | 383 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 402 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 | |
Line is longer than 80 characters. | 431 | |
Line is longer than 80 characters. | 437 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Missing a Javadoc comment. | 457 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 537 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 545 | |
'{' is followed by whitespace. | 546 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
'3' is a magic number. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 572 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 580 | |
'{' is followed by whitespace. | 581 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 589 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 | |
'4' is a magic number. | 606 | |
Line is longer than 80 characters. | 608 | |
Line is longer than 80 characters. | 614 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 | |
'{' is followed by whitespace. | 623 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 647 | |
'5' is a magic number. | 648 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 656 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
'{' is followed by whitespace. | 665 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 683 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
'6' is a magic number. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 698 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
'{' is followed by whitespace. | 707 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 725 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 | |
'7' is a magic number. | 732 | |
Line is longer than 80 characters. | 734 | |
Line is longer than 80 characters. | 740 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 748 | |
'{' is followed by whitespace. | 749 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 757 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 767 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
'8' is a magic number. | 774 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 782 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 802 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
'9' is a magic number. | 809 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 817 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 837 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 843 | |
'12' is a magic number. | 844 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 852 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 | |
'{' is followed by whitespace. | 861 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 872 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 878 | |
'10' is a magic number. | 879 | |
Line is longer than 80 characters. | 881 | |
Line is longer than 80 characters. | 887 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 895 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 907 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 913 | |
'11' is a magic number. | 914 | |
Line is longer than 80 characters. | 916 | |
Line is longer than 80 characters. | 922 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 930 | |
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 | |
'13' is a magic number. | 20 | |
Method length is 237 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. | 119 | |
'4' is a magic number. | 140 | |
'5' is a magic number. | 161 | |
'6' is a magic number. | 182 | |
'7' is a magic number. | 208 | |
'8' is a magic number. | 233 | |
'9' is a magic number. | 259 | |
Missing a Javadoc comment. | 263 | |
Name '_initOperationDesc2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
'10' is a magic number. | 289 | |
'11' is a magic number. | 315 | |
'12' is a magic number. | 331 | |
Missing a Javadoc comment. | 335 | |
Missing a Javadoc comment. | 339 | |
Missing a Javadoc comment. | 346 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 363 | |
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. | 367 | |
Line is longer than 80 characters. | 383 | |
Method 'addSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
Line is longer than 80 characters. | 396 | |
Line is longer than 80 characters. | 402 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 410 | |
Method 'addSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 428 | |
Line is longer than 80 characters. | 431 | |
Line is longer than 80 characters. | 437 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Missing a Javadoc comment. | 457 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 460 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 510 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 516 | |
Method 'deselectAll' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 537 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 545 | |
'{' is followed by whitespace. | 546 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 563 | |
'3' is a magic number. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 572 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 580 | |
'{' is followed by whitespace. | 581 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 589 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 605 | |
'4' is a magic number. | 606 | |
Line is longer than 80 characters. | 608 | |
Line is longer than 80 characters. | 614 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 622 | |
'{' is followed by whitespace. | 623 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 631 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 647 | |
'5' is a magic number. | 648 | |
Line is longer than 80 characters. | 650 | |
Line is longer than 80 characters. | 656 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
'{' is followed by whitespace. | 665 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 683 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 689 | |
'6' is a magic number. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 698 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 706 | |
'{' is followed by whitespace. | 707 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
Method 'getSelectedItems' is not designed for extension - needs to be abstract, final or empty. | 725 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 731 | |
'7' is a magic number. | 732 | |
Line is longer than 80 characters. | 734 | |
Line is longer than 80 characters. | 740 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 748 | |
'{' is followed by whitespace. | 749 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 757 | |
Method 'removeSelectionByIndex' is not designed for extension - needs to be abstract, final or empty. | 767 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 773 | |
'8' is a magic number. | 774 | |
Line is longer than 80 characters. | 776 | |
Line is longer than 80 characters. | 782 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
Method 'removeSelectionByName' is not designed for extension - needs to be abstract, final or empty. | 802 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
'9' is a magic number. | 809 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 817 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 825 | |
Method 'selectAll' is not designed for extension - needs to be abstract, final or empty. | 837 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 843 | |
'12' is a magic number. | 844 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 852 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 | |
'{' is followed by whitespace. | 861 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 872 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 878 | |
'10' is a magic number. | 879 | |
Line is longer than 80 characters. | 881 | |
Line is longer than 80 characters. | 887 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 895 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 907 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 913 | |
'11' is a magic number. | 914 | |
Line is longer than 80 characters. | 916 | |
Line is longer than 80 characters. | 922 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 930 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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. | 20 | |
Redundant 'public' modifier. | 20 | |
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. | 20 | |
Redundant 'public' modifier. | 20 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIProgressBarContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getIProgressBarContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 84 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initIProgressBarContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getIProgressBarContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'ProgressBarSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'ProgressBarSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Expected an @return tag. | 40 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Expected @param tag for 'serviceEndpointInterface'. | 41 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Avoid inline conditionals. | 56 | |
Expected an @return tag. | 64 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Expected @param tag for 'portName'. | 65 | |
Expected @param tag for 'serviceEndpointInterface'. | 66 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 67 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'getProgressBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line is longer than 80 characters. | 93 | |
Method 'getProgressBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 109 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
Method 'getProgressBarSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'getProgressBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Expected @param tag for 'portName'. | 137 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 139 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Expected @param tag for 'portName'. | 152 | |
Expected @param tag for 'address'. | 153 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 154 | |
Method 'setProgressBarSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line is longer than 80 characters. | 163 | |
Method 'setProgressBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Name 'ProgressBarSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Name 'ProgressBarSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 31 | |
Expected an @return tag. | 40 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Expected @param tag for 'serviceEndpointInterface'. | 41 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Avoid inline conditionals. | 56 | |
Expected an @return tag. | 64 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Expected @param tag for 'portName'. | 65 | |
Expected @param tag for 'serviceEndpointInterface'. | 66 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 67 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'getProgressBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line is longer than 80 characters. | 93 | |
Method 'getProgressBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 109 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
Method 'getProgressBarSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'getProgressBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Expected @param tag for 'portName'. | 137 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 139 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Expected @param tag for 'portName'. | 152 | |
Expected @param tag for 'address'. | 153 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 154 | |
Method 'setProgressBarSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line is longer than 80 characters. | 163 | |
Method 'setProgressBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 |
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 | |
'4' is a magic number. | 21 | |
Missing a Javadoc comment. | 25 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 104 | |
'3' is a magic number. | 114 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 129 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 189 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
'{' is followed by whitespace. | 198 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 231 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
'{' is followed by whitespace. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 273 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
'{' is followed by whitespace. | 282 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
'3' is a magic number. | 307 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 315 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 | |
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 | |
'4' is a magic number. | 21 | |
Missing a Javadoc comment. | 25 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 104 | |
'3' is a magic number. | 114 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 129 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 189 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 197 | |
'{' is followed by whitespace. | 198 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 222 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 231 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
'{' is followed by whitespace. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 273 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 | |
'{' is followed by whitespace. | 282 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
'3' is a magic number. | 307 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 315 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initIScrollBarContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getIScrollBarContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
Parameter pos should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initIScrollBarContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getIScrollBarContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
Parameter pos should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'ScrollBarSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getScrollBarSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'ScrollBarSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getScrollBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setScrollBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getScrollBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getScrollBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setScrollBarSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'ScrollBarSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getScrollBarSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'ScrollBarSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getScrollBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setScrollBarSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getScrollBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getScrollBarSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setScrollBarSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'3' is a magic number. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 94 | |
'5' is a magic number. | 97 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter endpointURL should be final. | 105 | |
Parameter service should be final. | 105 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter service should be final. | 110 | |
Line is longer than 80 characters. | 116 | |
'cast' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 119 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
'}' should be on the same line. | 146 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 152 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter hwnd should be final. | 152 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
Line is longer than 80 characters. | 159 | |
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. | 168 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
'cast' is not followed by whitespace. | 171 | |
'}' should be on the same line. | 172 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 186 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter hwnd should be final. | 186 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 202 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
'cast' is not followed by whitespace. | 205 | |
'}' should be on the same line. | 206 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 220 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter hwnd should be final. | 220 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 236 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
'cast' is not followed by whitespace. | 239 | |
'}' should be on the same line. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 254 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter hwnd should be final. | 254 | |
Parameter pos should be final. | 254 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
'3' is a magic number. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
'cast' is not followed by whitespace. | 273 | |
Line is longer than 80 characters. | 281 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter hwnd should be final. | 281 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
'4' is a magic number. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 297 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
'cast' is not followed by whitespace. | 300 | |
'}' should be on the same line. | 301 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 315 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Parameter hwnd should be final. | 315 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
'5' is a magic number. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 331 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
'cast' is not followed by whitespace. | 334 | |
'}' should be on the same line. | 335 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'3' is a magic number. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 94 | |
'5' is a magic number. | 97 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter endpointURL should be final. | 105 | |
Parameter service should be final. | 105 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter service should be final. | 110 | |
Line is longer than 80 characters. | 116 | |
'cast' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 119 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
'}' should be on the same line. | 146 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 152 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter hwnd should be final. | 152 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
Line is longer than 80 characters. | 159 | |
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. | 168 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
'cast' is not followed by whitespace. | 171 | |
'}' should be on the same line. | 172 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 186 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter hwnd should be final. | 186 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 202 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
'cast' is not followed by whitespace. | 205 | |
'}' should be on the same line. | 206 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 220 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter hwnd should be final. | 220 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 236 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
'cast' is not followed by whitespace. | 239 | |
'}' should be on the same line. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 254 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter hwnd should be final. | 254 | |
Parameter pos should be final. | 254 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
'3' is a magic number. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
'cast' is not followed by whitespace. | 273 | |
Line is longer than 80 characters. | 281 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter hwnd should be final. | 281 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
'4' is a magic number. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 297 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
'cast' is not followed by whitespace. | 300 | |
'}' should be on the same line. | 301 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 315 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Parameter hwnd should be final. | 315 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
'5' is a magic number. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 331 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
'cast' is not followed by whitespace. | 334 | |
'}' should be on the same line. | 335 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
Line is longer than 80 characters. | 341 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initISliderContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getISliderContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
Parameter pos should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initISliderContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getISliderContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
Parameter pos should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'SliderSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getSliderSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 | |
Name 'SliderSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getSliderSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setSliderSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getSliderSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getSliderSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setSliderSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'SliderSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getSliderSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 | |
Name 'SliderSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getSliderSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setSliderSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getSliderSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getSliderSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setSliderSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'3' is a magic number. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 94 | |
'5' is a magic number. | 97 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter endpointURL should be final. | 105 | |
Parameter service should be final. | 105 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter service should be final. | 110 | |
Line is longer than 80 characters. | 116 | |
'cast' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 119 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
'}' should be on the same line. | 146 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 152 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter hwnd should be final. | 152 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
Line is longer than 80 characters. | 159 | |
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. | 168 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
'cast' is not followed by whitespace. | 171 | |
'}' should be on the same line. | 172 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 186 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter hwnd should be final. | 186 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 202 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
'cast' is not followed by whitespace. | 205 | |
'}' should be on the same line. | 206 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 220 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter hwnd should be final. | 220 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 236 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
'cast' is not followed by whitespace. | 239 | |
'}' should be on the same line. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 254 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter hwnd should be final. | 254 | |
Parameter pos should be final. | 254 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
'3' is a magic number. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
'cast' is not followed by whitespace. | 273 | |
Line is longer than 80 characters. | 281 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter hwnd should be final. | 281 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
'4' is a magic number. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 297 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
'cast' is not followed by whitespace. | 300 | |
'}' should be on the same line. | 301 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 315 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Parameter hwnd should be final. | 315 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
'5' is a magic number. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 331 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
'cast' is not followed by whitespace. | 334 | |
'}' should be on the same line. | 335 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'6' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'3' is a magic number. | 73 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 94 | |
'5' is a magic number. | 97 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter endpointURL should be final. | 105 | |
Parameter service should be final. | 105 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter service should be final. | 110 | |
Line is longer than 80 characters. | 116 | |
'cast' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 119 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
'}' should be on the same line. | 146 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 152 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter hwnd should be final. | 152 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
Line is longer than 80 characters. | 159 | |
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. | 168 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
'cast' is not followed by whitespace. | 171 | |
'}' should be on the same line. | 172 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 186 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter hwnd should be final. | 186 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 190 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 202 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
'cast' is not followed by whitespace. | 205 | |
'}' should be on the same line. | 206 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 220 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter hwnd should be final. | 220 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 224 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 236 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
'cast' is not followed by whitespace. | 239 | |
'}' should be on the same line. | 240 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 254 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter hwnd should be final. | 254 | |
Parameter pos should be final. | 254 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
'3' is a magic number. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
'cast' is not followed by whitespace. | 273 | |
Line is longer than 80 characters. | 281 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter hwnd should be final. | 281 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
'4' is a magic number. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 297 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 297 | |
'cast' is not followed by whitespace. | 300 | |
'}' should be on the same line. | 301 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
Line is longer than 80 characters. | 307 | |
Line is longer than 80 characters. | 315 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Parameter hwnd should be final. | 315 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
'5' is a magic number. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 331 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
'cast' is not followed by whitespace. | 334 | |
'}' should be on the same line. | 335 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
Line is longer than 80 characters. | 341 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Redundant 'public' modifier. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initISpinContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getISpinContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
Parameter pos should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
Parameter pos should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter hwnd should be final. | 83 | |
'{' is not preceded with whitespace. | 83 | |
'if' construct must use '{}'s. | 84 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter hwnd should be final. | 89 | |
'{' is not preceded with whitespace. | 89 | |
'if' construct must use '{}'s. | 90 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 95 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 3 | |
Missing a Javadoc comment. | 4 | |
Name '_endpoint' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 4 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Parameter endpoint should be final. | 11 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Name '_initISpinContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Line is longer than 80 characters. | 18 | |
'if' construct must use '{}'s. | 20 | |
Line is longer than 80 characters. | 21 | |
'cast' is not followed by whitespace. | 21 | |
'else' construct must use '{}'s. | 22 | |
Line is longer than 80 characters. | 23 | |
'cast' is not followed by whitespace. | 23 | |
'cast' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
'}' should be on the same line. | 26 | |
Must have at least one statement. | 27 | |
'{' is not followed by whitespace. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter endpoint should be final. | 34 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 37 | |
'cast' is not followed by whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getISpinContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'if' construct must use '{}'s. | 42 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter hwnd should be final. | 47 | |
'{' is not preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter hwnd should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter hwnd should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'if' construct must use '{}'s. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter hwnd should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter hwnd should be final. | 71 | |
Parameter pos should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter hwnd should be final. | 77 | |
Parameter pos should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 78 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter hwnd should be final. | 83 | |
'{' is not preceded with whitespace. | 83 | |
'if' construct must use '{}'s. | 84 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter hwnd should be final. | 89 | |
'{' is not preceded with whitespace. | 89 | |
'if' construct must use '{}'s. | 90 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'SpinSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getSpinSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 | |
Name 'SpinSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getSpinSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setSpinSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getSpinSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getSpinSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setSpinSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Parameter config should be final. | 16 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter wsdlLoc should be final. | 20 | |
Parameter sName should be final. | 20 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Name 'SpinSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Method 'getSpinSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 32 | |
Name 'SpinSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
Method 'getSpinSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setSpinSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
Line is longer than 80 characters. | 42 | |
Method 'getSpinSvcPort' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 53 | |
Method 'getSpinSvcPort' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter portAddress should be final. | 53 | |
Line is longer than 80 characters. | 55 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
'}' should be on the same line. | 58 | |
Method 'setSpinSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter address should be final. | 64 | |
Expected an @return tag. | 73 | |
Line is longer than 80 characters. | 73 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter serviceEndpointInterface should be final. | 73 | |
Expected @param tag for 'serviceEndpointInterface'. | 73 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
'}' should be on the same line. | 80 | |
Line is longer than 80 characters. | 84 | |
Avoid inline conditionals. | 84 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter portName should be final. | 92 | |
Expected @param tag for 'portName'. | 92 | |
Parameter serviceEndpointInterface should be final. | 92 | |
Expected @param tag for 'serviceEndpointInterface'. | 92 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 92 | |
'}' should be on the same line. | 99 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 111 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter portName should be final. | 124 | |
Expected @param tag for 'portName'. | 124 | |
Parameter address should be final. | 124 | |
Expected @param tag for 'address'. | 124 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 124 | |
Line has trailing spaces. | 125 | |
'}' should be on the same line. | 128 | |
Line has trailing spaces. | 129 | |
'{' should be on the previous line. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 138 | |
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. | 138 | |
Expected @param tag for 'address'. | 138 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 138 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'8' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 69 | |
'3' is a magic number. | 72 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
'5' is a magic number. | 98 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
'6' is a magic number. | 110 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 119 | |
'7' is a magic number. | 122 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter endpointURL should be final. | 130 | |
Parameter service should be final. | 130 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter service should be final. | 135 | |
Line is longer than 80 characters. | 141 | |
'cast' is not followed by whitespace. | 141 | |
Line is longer than 80 characters. | 144 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
'}' should be on the same line. | 171 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 177 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter hwnd should be final. | 177 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 193 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
'cast' is not followed by whitespace. | 196 | |
'}' should be on the same line. | 197 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 211 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter hwnd should be final. | 211 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 227 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
'cast' is not followed by whitespace. | 230 | |
'}' should be on the same line. | 231 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 245 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Missing a Javadoc comment. | 245 | |
Parameter hwnd should be final. | 245 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 261 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
'cast' is not followed by whitespace. | 264 | |
'}' should be on the same line. | 265 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 279 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter hwnd should be final. | 279 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
'3' is a magic number. | 284 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 295 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
'cast' is not followed by whitespace. | 298 | |
'}' should be on the same line. | 299 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 313 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Missing a Javadoc comment. | 313 | |
Parameter hwnd should be final. | 313 | |
Parameter pos should be final. | 313 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
'4' is a magic number. | 318 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 329 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
'cast' is not followed by whitespace. | 332 | |
Line is longer than 80 characters. | 340 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter hwnd should be final. | 340 | |
Parameter pos should be final. | 340 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
'5' is a magic number. | 345 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 352 | |
Line is longer than 80 characters. | 356 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
'cast' is not followed by whitespace. | 359 | |
Line is longer than 80 characters. | 367 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Missing a Javadoc comment. | 367 | |
Parameter hwnd should be final. | 367 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 | |
'6' is a magic number. | 372 | |
Line is longer than 80 characters. | 374 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 377 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 383 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 | |
'cast' is not followed by whitespace. | 386 | |
'}' should be on the same line. | 387 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 401 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Missing a Javadoc comment. | 401 | |
Parameter hwnd should be final. | 401 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 | |
'7' is a magic number. | 406 | |
Line is longer than 80 characters. | 408 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 417 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 417 | |
'cast' is not followed by whitespace. | 420 | |
'}' should be on the same line. | 421 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Name '_operations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Variable '_operations' must be private and have accessor methods. | 16 | |
'8' is a magic number. | 19 | |
Missing a Javadoc comment. | 23 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 69 | |
'3' is a magic number. | 72 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
'4' is a magic number. | 85 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
'5' is a magic number. | 98 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
'6' is a magic number. | 110 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 119 | |
'7' is a magic number. | 122 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter endpointURL should be final. | 130 | |
Parameter service should be final. | 130 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter service should be final. | 135 | |
Line is longer than 80 characters. | 141 | |
'cast' is not followed by whitespace. | 141 | |
Line is longer than 80 characters. | 144 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
'}' should be on the same line. | 171 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 177 | |
Method 'getLowerBound' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter hwnd should be final. | 177 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 193 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
'cast' is not followed by whitespace. | 196 | |
'}' should be on the same line. | 197 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 211 | |
Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter hwnd should be final. | 211 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 227 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
'cast' is not followed by whitespace. | 230 | |
'}' should be on the same line. | 231 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 245 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Missing a Javadoc comment. | 245 | |
Parameter hwnd should be final. | 245 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 249 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 261 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 261 | |
'cast' is not followed by whitespace. | 264 | |
'}' should be on the same line. | 265 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 279 | |
Method 'getUpperBound' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter hwnd should be final. | 279 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 | |
'3' is a magic number. | 284 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 295 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
'cast' is not followed by whitespace. | 298 | |
'}' should be on the same line. | 299 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 313 | |
Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Missing a Javadoc comment. | 313 | |
Parameter hwnd should be final. | 313 | |
Parameter pos should be final. | 313 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
'4' is a magic number. | 318 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 322 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 329 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
'cast' is not followed by whitespace. | 332 | |
Line is longer than 80 characters. | 340 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter hwnd should be final. | 340 | |
Parameter pos should be final. | 340 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
'5' is a magic number. | 345 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 352 | |
Line is longer than 80 characters. | 356 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 356 | |
'cast' is not followed by whitespace. | 359 | |
Line is longer than 80 characters. | 367 | |
Method 'getSmallStep' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Missing a Javadoc comment. | 367 | |
Parameter hwnd should be final. | 367 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 371 | |
'6' is a magic number. | 372 | |
Line is longer than 80 characters. | 374 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 377 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 383 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 383 | |
'cast' is not followed by whitespace. | 386 | |
'}' should be on the same line. | 387 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 401 | |
Method 'getLargeStep' is not designed for extension - needs to be abstract, final or empty. | 401 | |
Missing a Javadoc comment. | 401 | |
Parameter hwnd should be final. | 401 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 405 | |
'7' is a magic number. | 406 | |
Line is longer than 80 characters. | 408 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 417 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 417 | |
'cast' is not followed by whitespace. | 420 | |
'}' should be on the same line. | 421 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
Line is longer than 80 characters. | 427 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
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. | 20 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
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. | 20 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initITabContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getITabContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
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 | |
Missing a Javadoc comment. | 17 | |
Name '_initITabContractProxy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 29 | |
Must have at least one statement. | 33 | |
Method 'getEndpoint' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 41 | |
Method 'getITabContract' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setEndpoint' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 |
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. | 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'TabSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'TabSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Expected an @return tag. | 38 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Expected @param tag for 'serviceEndpointInterface'. | 39 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 40 | |
Line is longer than 80 characters. | 44 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Avoid inline conditionals. | 54 | |
Expected an @return tag. | 62 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Expected @param tag for 'portName'. | 63 | |
Expected @param tag for 'serviceEndpointInterface'. | 64 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 65 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'getTabSvcPort' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'getTabSvcPort' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line is longer than 80 characters. | 113 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
Method 'getTabSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'getTabSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Expected @param tag for 'portName'. | 134 | |
Expected @param tag for 'address'. | 135 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Expected @param tag for 'portName'. | 149 | |
Expected @param tag for 'address'. | 150 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 151 | |
Method 'setTabSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Method 'setTabSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Name 'TabSvcPort_address' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Missing a Javadoc comment. | 17 | |
Name 'TabSvcPortWSDDServiceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Expected an @return tag. | 38 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Expected @param tag for 'serviceEndpointInterface'. | 39 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 40 | |
Line is longer than 80 characters. | 44 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Avoid inline conditionals. | 54 | |
Expected an @return tag. | 62 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Expected @param tag for 'portName'. | 63 | |
Expected @param tag for 'serviceEndpointInterface'. | 64 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 65 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
Method 'getPorts' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Method 'getTabSvcPort' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'getTabSvcPort' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line is longer than 80 characters. | 113 | |
Name '_stub' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
Method 'getTabSvcPortAddress' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'getTabSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Expected @param tag for 'portName'. | 134 | |
Expected @param tag for 'address'. | 135 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 136 | |
Method 'setEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Expected @param tag for 'portName'. | 149 | |
Expected @param tag for 'address'. | 150 | |
Expected @throws tag for 'javax.xml.rpc.ServiceException'. | 151 | |
Method 'setTabSvcPortEndpointAddress' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Method 'setTabSvcPortWSDDServiceName' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 |
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 | |
'6' is a magic number. | 20 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 104 | |
'3' is a magic number. | 111 | |
'4' is a magic number. | 136 | |
'5' is a magic number. | 162 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 177 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 214 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 271 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
'3' is a magic number. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 298 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
'{' is followed by whitespace. | 307 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 340 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
'{' is followed by whitespace. | 349 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 382 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
'{' is followed by whitespace. | 391 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 409 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 415 | |
Line is longer than 80 characters. | 418 | |
Line is longer than 80 characters. | 424 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 | |
'{' is followed by whitespace. | 433 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 451 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
'4' is a magic number. | 458 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 466 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 492 | |
'5' is a magic number. | 493 | |
Line is longer than 80 characters. | 495 | |
Line is longer than 80 characters. | 501 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 | |
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 | |
'6' is a magic number. | 20 | |
Missing a Javadoc comment. | 24 | |
Name '_initOperationDesc1' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 104 | |
'3' is a magic number. | 111 | |
'4' is a magic number. | 136 | |
'5' is a magic number. | 162 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 170 | |
Missing a Javadoc comment. | 177 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 214 | |
Method 'createCall' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 271 | |
Name '_t' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
Method 'getItemNames' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
'3' is a magic number. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 298 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
'{' is followed by whitespace. | 307 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
Method 'getItemsCount' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 340 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
'{' is followed by whitespace. | 349 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 357 | |
Method 'getSelectedIndex' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 373 | |
Line is longer than 80 characters. | 376 | |
Line is longer than 80 characters. | 382 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
'{' is followed by whitespace. | 391 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
Method 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 409 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 415 | |
Line is longer than 80 characters. | 418 | |
Line is longer than 80 characters. | 424 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 432 | |
'{' is followed by whitespace. | 433 | |
Name '_exception' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 441 | |
Method 'selectByIndex' is not designed for extension - needs to be abstract, final or empty. | 451 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
'4' is a magic number. | 458 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 466 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 474 | |
Method 'selectByName' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Name '_call' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 492 | |
'5' is a magic number. | 493 | |
Line is longer than 80 characters. | 495 | |
Line is longer than 80 characters. | 501 | |
Name '_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 509 |