Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 466 | 0 | 0 | 3637 |
Files
net/sf/asterisk/Main.java
| Error | Line |
| Utility classes should not have a public or default constructor. |
28
|
| Missing a Javadoc comment. |
30
|
| Parameter args should be final. |
30
|
| Line has trailing spaces. |
33
|
net/sf/asterisk/fastagi/AGIConnectionHandler.java
| Error | Line |
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Name 'channel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
42
|
| Parameter socket should be final. |
61
|
| Parameter mappingStrategy should be final. |
62
|
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Missing a Javadoc comment. |
68
|
| Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Missing a Javadoc comment. |
78
|
| Must have at least one statement. |
135
|
net/sf/asterisk/fastagi/AGIException.java
| Error | Line |
| Parameter message should be final. |
40
|
| Parameter message should be final. |
52
|
| Parameter cause should be final. |
52
|
net/sf/asterisk/fastagi/AGIHangupException.java
| Error | Line |
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
net/sf/asterisk/fastagi/AGINetworkException.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Parameter message should be final. |
33
|
| Parameter cause should be final. |
33
|
net/sf/asterisk/fastagi/AGIServer.java
| Error | Line |
| Redundant throws: 'IllegalStateException' is unchecked exception. |
40
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
50
|
net/sf/asterisk/fastagi/AbstractAGIScript.java
| Error | Line |
| Method 'answer' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter channel should be final. |
57
|
| Expected @param tag for 'channel'. |
57
|
| Expected @throws tag for 'AGIException'. |
57
|
| Method 'hangup' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter channel should be final. |
65
|
| Expected @param tag for 'channel'. |
65
|
| Expected @throws tag for 'AGIException'. |
65
|
| Method 'setAutoHangup' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter channel should be final. |
78
|
| Expected @param tag for 'channel'. |
78
|
| Parameter time should be final. |
78
|
| Expected @throws tag for 'AGIException'. |
79
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter channel should be final. |
89
|
| Expected @param tag for 'channel'. |
89
|
| Parameter callerId should be final. |
89
|
| Expected @throws tag for 'AGIException'. |
90
|
| Method 'playMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter channel should be final. |
98
|
| Expected @param tag for 'channel'. |
98
|
| Expected @throws tag for 'AGIException'. |
98
|
| Method 'playMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter channel should be final. |
109
|
| Expected @param tag for 'channel'. |
109
|
| Parameter musicOnHoldClass should be final. |
109
|
| Expected @throws tag for 'AGIException'. |
110
|
| Method 'stopMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter channel should be final. |
118
|
| Expected @param tag for 'channel'. |
118
|
| Expected @throws tag for 'AGIException'. |
118
|
| Method 'getChannelStatus' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter channel should be final. |
139
|
| Expected @param tag for 'channel'. |
139
|
| Expected @throws tag for 'AGIException'. |
139
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter channel should be final. |
156
|
| Expected @param tag for 'channel'. |
156
|
| Parameter file should be final. |
156
|
| Expected @throws tag for 'AGIException'. |
157
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Parameter channel should be final. |
177
|
| Expected @param tag for 'channel'. |
177
|
| Parameter file should be final. |
177
|
| Parameter timeout should be final. |
177
|
| Expected @throws tag for 'AGIException'. |
178
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter channel should be final. |
201
|
| Expected @param tag for 'channel'. |
201
|
| Parameter file should be final. |
201
|
| Parameter timeout should be final. |
201
|
| Parameter maxDigits should be final. |
202
|
| Expected @throws tag for 'AGIException'. |
202
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Parameter channel should be final. |
222
|
| Expected @param tag for 'channel'. |
222
|
| Parameter file should be final. |
222
|
| Parameter escapeDigits should be final. |
223
|
| Expected @throws tag for 'AGIException'. |
223
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Parameter channel should be final. |
244
|
| Expected @param tag for 'channel'. |
244
|
| Parameter file should be final. |
244
|
| Parameter escapeDigits should be final. |
245
|
| Parameter timeout should be final. |
245
|
| Expected @throws tag for 'AGIException'. |
245
|
| Method 'exec' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Parameter channel should be final. |
263
|
| Expected @param tag for 'channel'. |
263
|
| Parameter application should be final. |
263
|
| Expected @throws tag for 'AGIException'. |
264
|
| Method 'exec' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Parameter channel should be final. |
283
|
| Expected @param tag for 'channel'. |
283
|
| Parameter application should be final. |
283
|
| Parameter options should be final. |
283
|
| Expected @throws tag for 'AGIException'. |
284
|
| Method 'execCommand' is not designed for extension - needs to be abstract, final or empty. |
301
|
| Parameter channel should be final. |
301
|
| Expected @param tag for 'channel'. |
301
|
| Parameter application should be final. |
301
|
| Expected @throws tag for 'AGIException'. |
302
|
| Method 'execCommand' is not designed for extension - needs to be abstract, final or empty. |
321
|
| Parameter channel should be final. |
321
|
| Expected @param tag for 'channel'. |
321
|
| Parameter application should be final. |
321
|
| Parameter options should be final. |
322
|
| Expected @throws tag for 'AGIException'. |
322
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
335
|
| Parameter channel should be final. |
335
|
| Expected @param tag for 'channel'. |
335
|
| Parameter context should be final. |
335
|
| Expected @throws tag for 'AGIException'. |
336
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
347
|
| Parameter channel should be final. |
347
|
| Expected @param tag for 'channel'. |
347
|
| Parameter extension should be final. |
347
|
| Expected @throws tag for 'AGIException'. |
348
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
359
|
| Parameter channel should be final. |
359
|
| Expected @param tag for 'channel'. |
359
|
| Parameter priority should be final. |
359
|
| Expected @throws tag for 'AGIException'. |
360
|
| Method 'streamFile' is not designed for extension - needs to be abstract, final or empty. |
370
|
| Parameter channel should be final. |
370
|
| Expected @param tag for 'channel'. |
370
|
| Parameter file should be final. |
370
|
| Expected @throws tag for 'AGIException'. |
371
|
| Method 'streamFile' is not designed for extension - needs to be abstract, final or empty. |
385
|
| Parameter channel should be final. |
385
|
| Expected @param tag for 'channel'. |
385
|
| Parameter file should be final. |
385
|
| Parameter escapeDigits should be final. |
386
|
| Expected @throws tag for 'AGIException'. |
386
|
| Method 'sayDigits' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Parameter channel should be final. |
399
|
| Expected @param tag for 'channel'. |
399
|
| Parameter digits should be final. |
399
|
| Expected @throws tag for 'AGIException'. |
400
|
| Method 'sayDigits' is not designed for extension - needs to be abstract, final or empty. |
414
|
| Parameter channel should be final. |
414
|
| Expected @param tag for 'channel'. |
414
|
| Parameter digits should be final. |
414
|
| Parameter escapeDigits should be final. |
415
|
| Expected @throws tag for 'AGIException'. |
415
|
| Method 'sayNumber' is not designed for extension - needs to be abstract, final or empty. |
428
|
| Parameter channel should be final. |
428
|
| Expected @param tag for 'channel'. |
428
|
| Parameter number should be final. |
428
|
| Expected @throws tag for 'AGIException'. |
429
|
| Method 'sayNumber' is not designed for extension - needs to be abstract, final or empty. |
443
|
| Parameter channel should be final. |
443
|
| Expected @param tag for 'channel'. |
443
|
| Parameter number should be final. |
443
|
| Parameter escapeDigits should be final. |
444
|
| Expected @throws tag for 'AGIException'. |
444
|
| Method 'sayPhonetic' is not designed for extension - needs to be abstract, final or empty. |
457
|
| Parameter channel should be final. |
457
|
| Expected @param tag for 'channel'. |
457
|
| Parameter text should be final. |
457
|
| Expected @throws tag for 'AGIException'. |
458
|
| Method 'sayPhonetic' is not designed for extension - needs to be abstract, final or empty. |
472
|
| Parameter channel should be final. |
472
|
| Expected @param tag for 'channel'. |
472
|
| Parameter text should be final. |
472
|
| Parameter escapeDigits should be final. |
473
|
| Expected @throws tag for 'AGIException'. |
473
|
| Method 'sayAlpha' is not designed for extension - needs to be abstract, final or empty. |
486
|
| Parameter channel should be final. |
486
|
| Expected @param tag for 'channel'. |
486
|
| Parameter text should be final. |
486
|
| Expected @throws tag for 'AGIException'. |
487
|
| Method 'sayAlpha' is not designed for extension - needs to be abstract, final or empty. |
501
|
| Parameter channel should be final. |
501
|
| Expected @param tag for 'channel'. |
501
|
| Parameter text should be final. |
501
|
| Parameter escapeDigits should be final. |
501
|
| Expected @throws tag for 'AGIException'. |
502
|
| Method 'sayTime' is not designed for extension - needs to be abstract, final or empty. |
515
|
| Parameter channel should be final. |
515
|
| Expected @param tag for 'channel'. |
515
|
| Parameter time should be final. |
515
|
| Expected @throws tag for 'AGIException'. |
515
|
| Method 'sayTime' is not designed for extension - needs to be abstract, final or empty. |
529
|
| Parameter channel should be final. |
529
|
| Expected @param tag for 'channel'. |
529
|
| Parameter time should be final. |
529
|
| Parameter escapeDigits should be final. |
529
|
| Expected @throws tag for 'AGIException'. |
530
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
545
|
| Parameter channel should be final. |
545
|
| Expected @param tag for 'channel'. |
545
|
| Parameter name should be final. |
545
|
| Expected @throws tag for 'AGIException'. |
546
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
564
|
| Parameter channel should be final. |
564
|
| Expected @param tag for 'channel'. |
564
|
| Parameter name should be final. |
564
|
| Parameter value should be final. |
564
|
| Expected @throws tag for 'AGIException'. |
565
|
| Method 'waitForDigit' is not designed for extension - needs to be abstract, final or empty. |
577
|
| Parameter channel should be final. |
577
|
| Expected @param tag for 'channel'. |
577
|
| Parameter timeout should be final. |
577
|
| Expected @throws tag for 'AGIException'. |
578
|
net/sf/asterisk/fastagi/BaseAGIScript.java
| Error | Line |
| Method 'answer' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Expected @throws tag for 'AGIException'. |
58
|
| Method 'hangup' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Expected @throws tag for 'AGIException'. |
66
|
| Method 'setAutoHangup' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter time should be final. |
79
|
| Expected @throws tag for 'AGIException'. |
79
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter callerId should be final. |
89
|
| Expected @throws tag for 'AGIException'. |
89
|
| Method 'playMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Expected @throws tag for 'AGIException'. |
97
|
| Method 'playMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter musicOnHoldClass should be final. |
108
|
| Expected @throws tag for 'AGIException'. |
108
|
| Method 'stopMusicOnHold' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Expected @throws tag for 'AGIException'. |
116
|
| Method 'getChannelStatus' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Expected @throws tag for 'AGIException'. |
137
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter file should be final. |
153
|
| Expected @throws tag for 'AGIException'. |
153
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter file should be final. |
172
|
| Parameter timeout should be final. |
172
|
| Expected @throws tag for 'AGIException'. |
172
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Parameter file should be final. |
194
|
| Parameter timeout should be final. |
194
|
| Parameter maxDigits should be final. |
194
|
| Expected @throws tag for 'AGIException'. |
195
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Parameter file should be final. |
214
|
| Parameter escapeDigits should be final. |
214
|
| Expected @throws tag for 'AGIException'. |
215
|
| Method 'getOption' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Parameter file should be final. |
236
|
| Parameter escapeDigits should be final. |
236
|
| Parameter timeout should be final. |
236
|
| Expected @throws tag for 'AGIException'. |
237
|
| Method 'exec' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Parameter application should be final. |
253
|
| Expected @throws tag for 'AGIException'. |
253
|
| Method 'exec' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Parameter application should be final. |
271
|
| Parameter options should be final. |
271
|
| Expected @throws tag for 'AGIException'. |
271
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Parameter context should be final. |
284
|
| Expected @throws tag for 'AGIException'. |
284
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter extension should be final. |
295
|
| Expected @throws tag for 'AGIException'. |
295
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
306
|
| Parameter priority should be final. |
306
|
| Expected @throws tag for 'AGIException'. |
306
|
| Method 'streamFile' is not designed for extension - needs to be abstract, final or empty. |
316
|
| Parameter file should be final. |
316
|
| Expected @throws tag for 'AGIException'. |
316
|
| Method 'streamFile' is not designed for extension - needs to be abstract, final or empty. |
330
|
| Parameter file should be final. |
330
|
| Parameter escapeDigits should be final. |
330
|
| Expected @throws tag for 'AGIException'. |
331
|
| Method 'sayDigits' is not designed for extension - needs to be abstract, final or empty. |
344
|
| Parameter digits should be final. |
344
|
| Expected @throws tag for 'AGIException'. |
344
|
| Method 'sayDigits' is not designed for extension - needs to be abstract, final or empty. |
358
|
| Parameter digits should be final. |
358
|
| Parameter escapeDigits should be final. |
358
|
| Expected @throws tag for 'AGIException'. |
359
|
| Method 'sayNumber' is not designed for extension - needs to be abstract, final or empty. |
372
|
| Parameter number should be final. |
372
|
| Expected @throws tag for 'AGIException'. |
372
|
| Method 'sayNumber' is not designed for extension - needs to be abstract, final or empty. |
386
|
| Parameter number should be final. |
386
|
| Parameter escapeDigits should be final. |
386
|
| Expected @throws tag for 'AGIException'. |
387
|
| Method 'sayPhonetic' is not designed for extension - needs to be abstract, final or empty. |
400
|
| Parameter text should be final. |
400
|
| Expected @throws tag for 'AGIException'. |
400
|
| Method 'sayPhonetic' is not designed for extension - needs to be abstract, final or empty. |
414
|
| Parameter text should be final. |
414
|
| Parameter escapeDigits should be final. |
414
|
| Expected @throws tag for 'AGIException'. |
415
|
| Method 'sayAlpha' is not designed for extension - needs to be abstract, final or empty. |
428
|
| Parameter text should be final. |
428
|
| Expected @throws tag for 'AGIException'. |
428
|
| Method 'sayAlpha' is not designed for extension - needs to be abstract, final or empty. |
442
|
| Parameter text should be final. |
442
|
| Parameter escapeDigits should be final. |
442
|
| Expected @throws tag for 'AGIException'. |
443
|
| Method 'sayTime' is not designed for extension - needs to be abstract, final or empty. |
456
|
| Parameter time should be final. |
456
|
| Expected @throws tag for 'AGIException'. |
456
|
| Method 'sayTime' is not designed for extension - needs to be abstract, final or empty. |
470
|
| Parameter time should be final. |
470
|
| Parameter escapeDigits should be final. |
470
|
| Expected @throws tag for 'AGIException'. |
470
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
485
|
| Parameter name should be final. |
485
|
| Expected @throws tag for 'AGIException'. |
485
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
503
|
| Parameter name should be final. |
503
|
| Parameter value should be final. |
503
|
| Expected @throws tag for 'AGIException'. |
503
|
| Method 'waitForDigit' is not designed for extension - needs to be abstract, final or empty. |
515
|
| Parameter timeout should be final. |
515
|
| Expected @throws tag for 'AGIException'. |
515
|
| Parameter command should be final. |
530
|
net/sf/asterisk/fastagi/DefaultAGIServer.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
53
|
| Line has trailing spaces. |
92
|
| Method 'setPoolSize' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter poolSize should be final. |
104
|
| Method 'setBindPort' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter bindPort should be final. |
115
|
| Method 'setMappingStrategy' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter mappingStrategy should be final. |
128
|
| Missing a Javadoc comment. |
133
|
| Line has trailing spaces. |
146
|
| 'catch' is not followed by whitespace. |
154
|
| Must have at least one statement. |
155
|
| 'catch' is not followed by whitespace. |
166
|
| Must have at least one statement. |
167
|
| Method 'createServerSocket' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Method 'startup' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Missing a Javadoc comment. |
177
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
177
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Missing a Javadoc comment. |
182
|
| Must have at least one statement. |
220
|
| Method 'die' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Missing a Javadoc comment. |
230
|
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Missing a Javadoc comment. |
240
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
240
|
| Missing a Javadoc comment. |
245
|
| Parameter args should be final. |
245
|
| Redundant throws: 'Exception' is unchecked exception. |
245
|
net/sf/asterisk/fastagi/InvalidCommandSyntaxException.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter synopsis should be final. |
43
|
| Parameter usage should be final. |
43
|
| Method 'getSynopsis' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. |
65
|
net/sf/asterisk/fastagi/InvalidOrUnknownCommandException.java
| Error | Line |
| Parameter command should be final. |
38
|
net/sf/asterisk/fastagi/ResourceBundleMappingStrategy.java
| Error | Line |
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
55
|
| Method 'setResourceBundleName' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter propertiesName should be final. |
61
|
| Missing a Javadoc comment. |
66
|
| Missing a Javadoc comment. |
104
|
| Parameter className should be final. |
104
|
| Method 'determineScript' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter request should be final. |
126
|
net/sf/asterisk/fastagi/command/AGICommand.java
| Error | Line |
| Method 'escapeAndQuote' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Parameter s should be final. |
41
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
net/sf/asterisk/fastagi/command/AnswerCommand.java
| Error | Line |
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
net/sf/asterisk/fastagi/command/ChannelStatusCommand.java
| Error | Line |
| Parameter channel should be final. |
63
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter channel should be final. |
85
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Avoid inline conditionals. |
93
|
net/sf/asterisk/fastagi/command/ControlStreamFileCommand.java
| Error | Line |
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
60
|
| Parameter file should be final. |
69
|
| Parameter file should be final. |
85
|
| Parameter escapeDigits should be final. |
85
|
| Parameter file should be final. |
103
|
| Parameter escapeDigits should be final. |
103
|
| Parameter offset should be final. |
103
|
| Parameter file should be final. |
124
|
| Parameter escapeDigits should be final. |
124
|
| Parameter offset should be final. |
125
|
| Parameter forwardDigit should be final. |
125
|
| Parameter rewindDigit should be final. |
125
|
| Parameter pauseDigit should be final. |
126
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter file should be final. |
151
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter escapeDigits should be final. |
172
|
| Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter offset should be final. |
192
|
| Method 'getForwardDigit' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Method 'getRewindDigit' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Method 'getPauseDigit' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Method 'setControlDigits' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Parameter forwardDigit should be final. |
233
|
| Parameter rewindDigit should be final. |
233
|
| Method 'setControlDigits' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Parameter forwardDigit should be final. |
246
|
| Parameter rewindDigit should be final. |
246
|
| Parameter pauseDigit should be final. |
247
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Missing a Javadoc comment. |
254
|
net/sf/asterisk/fastagi/command/DatabaseDelCommand.java
| Error | Line |
| Parameter family should be final. |
49
|
| Parameter family should be final. |
61
|
| Parameter keyTree should be final. |
61
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter family should be final. |
82
|
| Method 'getKeyTree' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setKeyTree' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter keyTree should be final. |
102
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Avoid inline conditionals. |
110
|
net/sf/asterisk/fastagi/command/DatabaseDelTreeCommand.java
| Error | Line |
| Parameter family should be final. |
49
|
| Parameter key should be final. |
49
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter family should be final. |
70
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter key should be final. |
90
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
net/sf/asterisk/fastagi/command/DatabaseGetCommand.java
| Error | Line |
| Parameter family should be final. |
51
|
| Parameter key should be final. |
51
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter family should be final. |
72
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter key should be final. |
92
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
net/sf/asterisk/fastagi/command/DatabasePutCommand.java
| Error | Line |
| Parameter family should be final. |
56
|
| Parameter key should be final. |
56
|
| Parameter value should be final. |
56
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter family should be final. |
78
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter key should be final. |
98
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter value should be final. |
118
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
net/sf/asterisk/fastagi/command/ExecCommand.java
| Error | Line |
| Parameter application should be final. |
49
|
| Parameter application should be final. |
60
|
| Parameter options should be final. |
60
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter application should be final. |
81
|
| Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter options should be final. |
101
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
net/sf/asterisk/fastagi/command/GetDataCommand.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Line has trailing spaces. |
39
|
| Parameter file should be final. |
64
|
| Parameter file should be final. |
80
|
| Parameter timeout should be final. |
80
|
| Parameter file should be final. |
99
|
| Parameter timeout should be final. |
99
|
| Parameter maxDigits should be final. |
99
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
100
|
| '1024' is a magic number. |
102
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter file should be final. |
128
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter timeout should be final. |
150
|
| Method 'getMaxDigits' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setMaxDigits' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter maxDigits should be final. |
173
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
173
|
| '1024' is a magic number. |
175
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
net/sf/asterisk/fastagi/command/GetOptionCommand.java
| Error | Line |
| Parameter file should be final. |
62
|
| Parameter escapeDigits should be final. |
62
|
| Parameter file should be final. |
78
|
| Parameter escapeDigits should be final. |
78
|
| Parameter timeout should be final. |
78
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter file should be final. |
100
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter escapeDigits should be final. |
120
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter timeout should be final. |
142
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Avoid inline conditionals. |
151
|
net/sf/asterisk/fastagi/command/GetVariableCommand.java
| Error | Line |
| Parameter variable should be final. |
47
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter variable should be final. |
67
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
net/sf/asterisk/fastagi/command/HangupCommand.java
| Error | Line |
| Parameter channel should be final. |
52
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter channel should be final. |
74
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Avoid inline conditionals. |
82
|
net/sf/asterisk/fastagi/command/NoopCommand.java
| Error | Line |
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
net/sf/asterisk/fastagi/command/ReceiveCharCommand.java
| Error | Line |
| Parameter timeout should be final. |
57
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter timeout should be final. |
78
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
net/sf/asterisk/fastagi/command/RecordFileCommand.java
| Error | Line |
| Parameter file should be final. |
85
|
| Parameter format should be final. |
85
|
| Parameter escapeDigits should be final. |
85
|
| Parameter timeout should be final. |
86
|
| Parameter file should be final. |
112
|
| Parameter format should be final. |
112
|
| Parameter escapeDigits should be final. |
112
|
| Parameter timeout should be final. |
113
|
| Parameter offset should be final. |
113
|
| Parameter beep should be final. |
113
|
| Parameter maxSilence should be final. |
113
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter file should be final. |
139
|
| Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Parameter format should be final. |
159
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Parameter escapeDigits should be final. |
180
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter timeout should be final. |
201
|
| Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter offset should be final. |
221
|
| Method 'getBeep' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Method 'setBeep' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter beep should be final. |
243
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Missing a Javadoc comment. |
248
|
| Expression can be simplified. |
252
|
| Avoid inline conditionals. |
252
|
net/sf/asterisk/fastagi/command/SayAlphaCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter text should be final. |
50
|
| Parameter text should be final. |
63
|
| Parameter escapeDigits should be final. |
63
|
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter text should be final. |
84
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter escapeDigits should be final. |
105
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
net/sf/asterisk/fastagi/command/SayDigitsCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter digits should be final. |
51
|
| Parameter digits should be final. |
64
|
| Parameter escapeDigits should be final. |
64
|
| Method 'getDigits' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setDigits' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter digits should be final. |
85
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter escapeDigits should be final. |
106
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
net/sf/asterisk/fastagi/command/SayNumberCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter number should be final. |
50
|
| Parameter number should be final. |
63
|
| Parameter escapeDigits should be final. |
63
|
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter number should be final. |
84
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter escapeDigits should be final. |
105
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
net/sf/asterisk/fastagi/command/SayPhoneticCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter text should be final. |
50
|
| Parameter text should be final. |
63
|
| Parameter escapeDigits should be final. |
63
|
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter text should be final. |
84
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter escapeDigits should be final. |
105
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
net/sf/asterisk/fastagi/command/SayTimeCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter time should be final. |
52
|
| Parameter time should be final. |
65
|
| Parameter escapeDigits should be final. |
65
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter time should be final. |
86
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter escapeDigits should be final. |
107
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
net/sf/asterisk/fastagi/command/SendImageCommand.java
| Error | Line |
| Parameter image should be final. |
46
|
| Method 'getImage' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setImage' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter image should be final. |
66
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
net/sf/asterisk/fastagi/command/SendTextCommand.java
| Error | Line |
| Parameter text should be final. |
45
|
| Method 'getText' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter text should be final. |
65
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
net/sf/asterisk/fastagi/command/SetAutoHangupCommand.java
| Error | Line |
| Parameter time should be final. |
47
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter time should be final. |
71
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
net/sf/asterisk/fastagi/command/SetCallerIdCommand.java
| Error | Line |
| Line does not match expected header line of ' * you may not use this file except in compliance with the License.'. |
5
|
| Parameter callerId should be final. |
42
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter callerId should be final. |
62
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
net/sf/asterisk/fastagi/command/SetContextCommand.java
| Error | Line |
| Parameter context should be final. |
42
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter context should be final. |
62
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
net/sf/asterisk/fastagi/command/SetExtensionCommand.java
| Error | Line |
| Parameter extension should be final. |
43
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter extension should be final. |
64
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
net/sf/asterisk/fastagi/command/SetMusicOffCommand.java
| Error | Line |
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Missing a Javadoc comment. |
40
|
net/sf/asterisk/fastagi/command/SetMusicOnCommand.java
| Error | Line |
| Parameter musicOnHoldClass should be final. |
53
|
| Method 'getMusicOnHoldClass' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setMusicOnHoldClass' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter musicOnHoldClass should be final. |
75
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Avoid inline conditionals. |
83
|
net/sf/asterisk/fastagi/command/SetPriorityCommand.java
| Error | Line |
| Parameter priority should be final. |
43
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter priority should be final. |
64
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
net/sf/asterisk/fastagi/command/SetVariableCommand.java
| Error | Line |
| Parameter variable should be final. |
48
|
| Parameter value should be final. |
48
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter variable should be final. |
69
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter value should be final. |
89
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
net/sf/asterisk/fastagi/command/StreamFileCommand.java
| Error | Line |
| Parameter file should be final. |
59
|
| Parameter file should be final. |
73
|
| Parameter escapeDigits should be final. |
73
|
| Parameter file should be final. |
89
|
| Parameter escapeDigits should be final. |
89
|
| Parameter offset should be final. |
89
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter file should be final. |
111
|
| Method 'getEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setEscapeDigits' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter escapeDigits should be final. |
132
|
| Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter offset should be final. |
152
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Missing a Javadoc comment. |
157
|
| Avoid inline conditionals. |
161
|
net/sf/asterisk/fastagi/command/TDDModeCommand.java
| Error | Line |
| Parameter mode should be final. |
44
|
| Method 'getMode' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter mode should be final. |
65
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
net/sf/asterisk/fastagi/command/VerboseCommand.java
| Error | Line |
| Parameter message should be final. |
53
|
| Parameter level should be final. |
53
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
54
|
| '4' is a magic number. |
56
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter message should be final. |
80
|
| Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Unused @throws tag for 'IllegalArgumentException'. |
99
|
| Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter level should be final. |
101
|
| '4' is a magic number. |
103
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
net/sf/asterisk/fastagi/command/WaitForDigitCommand.java
| Error | Line |
| Parameter timeout should be final. |
55
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter timeout should be final. |
76
|
| Method 'buildCommand' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
net/sf/asterisk/fastagi/impl/AGIChannelImpl.java
| Error | Line |
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Parameter socket should be final. |
40
|
| Missing a Javadoc comment. |
46
|
| Parameter agiWriter should be final. |
46
|
| Parameter agiReader should be final. |
46
|
| Method 'sendCommand' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter command should be final. |
52
|
net/sf/asterisk/fastagi/impl/AGIReaderImpl.java
| Error | Line |
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
42
|
| Parameter socket should be final. |
42
|
| Method 'readRequest' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Method 'readReply' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
net/sf/asterisk/fastagi/impl/AGIRequestImpl.java
| Error | Line |
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
65
|
| Missing a Javadoc comment. |
66
|
| Missing a Javadoc comment. |
67
|
| '4' is a magic number. |
129
|
| Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Method 'getScript' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Method 'getRequestURL' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
224
|
| Missing a Javadoc comment. |
224
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
251
|
| Missing a Javadoc comment. |
251
|
| Method 'getDnid' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Missing a Javadoc comment. |
290
|
| Method 'getRdnis' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Missing a Javadoc comment. |
295
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
307
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
319
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Method 'getEnhanced' is not designed for extension - needs to be abstract, final or empty. |
347
|
| Method 'getAccountCode' is not designed for extension - needs to be abstract, final or empty. |
368
|
| Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. |
373
|
| Missing a Javadoc comment. |
373
|
| Parameter name should be final. |
373
|
| Method 'getParameterValues' is not designed for extension - needs to be abstract, final or empty. |
387
|
| Missing a Javadoc comment. |
387
|
| Parameter name should be final. |
387
|
| Method 'getParameterMap' is not designed for extension - needs to be abstract, final or empty. |
397
|
| Missing a Javadoc comment. |
397
|
| Parameter s should be final. |
412
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
498
|
| Missing a Javadoc comment. |
498
|
net/sf/asterisk/fastagi/impl/AGIWriterImpl.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Parameter socket should be final. |
37
|
| Method 'sendCommand' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter command should be final. |
42
|
net/sf/asterisk/fastagi/reply/AGIReply.java
| Error | Line |
| Redundant 'public' modifier. |
38
|
| Redundant 'public' modifier. |
44
|
| Redundant 'public' modifier. |
54
|
| Line has trailing spaces. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
net/sf/asterisk/fastagi/reply/impl/AGIReplyImpl.java
| Error | Line |
| Using the '.*' form of import should be avoided - java.io.*. |
19
|
| Using the '.*' form of import should be avoided - java.util.*. |
20
|
| Using the '.*' form of import should be avoided - java.util.regex.*. |
21
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
55
|
| Missing a Javadoc comment. |
89
|
| Missing a Javadoc comment. |
94
|
| Parameter lines should be final. |
94
|
| Must have at least one statement. |
102
|
| Method 'getFirstLine' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Method 'getLines' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Method 'getResultCode' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'getResultCodeAsChar' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
159
|
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Missing a Javadoc comment. |
183
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
212
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Parameter name should be final. |
226
|
| Missing a Javadoc comment. |
270
|
| Method 'getExtra' is not designed for extension - needs to be abstract, final or empty. |
280
|
| Missing a Javadoc comment. |
301
|
| Method 'getSynopsis' is not designed for extension - needs to be abstract, final or empty. |
310
|
| Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
366
|
| Missing a Javadoc comment. |
366
|
net/sf/asterisk/io/ServerSocketFacade.java
| Error | Line |
| Expected @throws tag for 'IOException'. |
34
|
net/sf/asterisk/io/ServerSocketFacadeImpl.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Parameter port should be final. |
35
|
| Parameter backlog should be final. |
35
|
| Parameter bindAddress should be final. |
35
|
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Missing a Javadoc comment. |
41
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
net/sf/asterisk/io/SocketConnectionFacadeImpl.java
| Error | Line |
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Missing a Javadoc comment. |
32
|
| Parameter host should be final. |
32
|
| Parameter port should be final. |
32
|
| Line has trailing spaces. |
38
|
| Missing a Javadoc comment. |
39
|
| Parameter socket should be final. |
39
|
| Line has trailing spaces. |
45
|
| Method 'readLine' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Method 'write' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter s should be final. |
51
|
| Method 'flush' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
net/sf/asterisk/manager/AsteriskManager.java
| Error | Line |
| Redundant 'public' modifier. |
44
|
net/sf/asterisk/manager/AsteriskServer.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
103
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Parameter o should be final. |
103
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
net/sf/asterisk/manager/Call.java
| Error | Line |
| Line does not match expected header line of ' *'. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
20
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
34
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter uniqueId should be final. |
44
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter channel should be final. |
54
|
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter reason should be final. |
64
|
| Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Parameter startTime should be final. |
74
|
| Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Missing a Javadoc comment. |
84
|
| Parameter endTime should be final. |
84
|
| Method 'calcDuration' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
net/sf/asterisk/manager/Channel.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
66
|
| Method 'getFirstExtension' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Method 'getExtensions' is not designed for extension - needs to be abstract, final or empty. |
297
|
| Method 'addExtension' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Parameter extension should be final. |
315
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
380
|
| Missing a Javadoc comment. |
380
|
net/sf/asterisk/manager/ChannelStateEnum.java
| Error | Line |
| Class ChannelStateEnum should be declared as final. |
29
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| 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. |
50
|
| Parameter state should be final. |
50
|
| Missing a Javadoc comment. |
56
|
| Parameter state should be final. |
56
|
| Missing a Javadoc comment. |
61
|
net/sf/asterisk/manager/DefaultAsteriskManager.java
| Error | Line |
| Missing a Javadoc comment. |
69
|
| Missing a Javadoc comment. |
72
|
| Parameter connection should be final. |
123
|
| Method 'setSkipQueues' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter skipQueues should be final. |
129
|
| Method 'setManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| Parameter connection should be final. |
134
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Missing a Javadoc comment. |
139
|
| Missing a Javadoc comment. |
150
|
| Missing a Javadoc comment. |
169
|
| Method 'originateCall' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter originate should be final. |
213
|
| '30000' is a magic number. |
222
|
| '2000' is a magic number. |
246
|
| Expected an @return tag. |
255
|
| Method 'getChannels' is not designed for extension - needs to be abstract, final or empty. |
255
|
| Method 'getQueues' is not designed for extension - needs to be abstract, final or empty. |
260
|
| Missing a Javadoc comment. |
260
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
265
|
| Missing a Javadoc comment. |
265
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Missing a Javadoc comment. |
294
|
| Parameter file should be final. |
294
|
| Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. |
378
|
| Parameter event should be final. |
378
|
| Expected @param tag for 'event'. |
378
|
| Method 'addChannel' is not designed for extension - needs to be abstract, final or empty. |
432
|
| Missing a Javadoc comment. |
432
|
| Parameter channel should be final. |
432
|
| Method 'removeChannel' is not designed for extension - needs to be abstract, final or empty. |
440
|
| Missing a Javadoc comment. |
440
|
| Parameter channel should be final. |
440
|
| Method 'addQueue' is not designed for extension - needs to be abstract, final or empty. |
448
|
| Missing a Javadoc comment. |
448
|
| Parameter queue should be final. |
448
|
| Method 'removeQueue' is not designed for extension - needs to be abstract, final or empty. |
456
|
| Missing a Javadoc comment. |
456
|
| Parameter queue should be final. |
456
|
| Method 'handleStatusEvent' is not designed for extension - needs to be abstract, final or empty. |
464
|
| Missing a Javadoc comment. |
464
|
| Parameter event should be final. |
464
|
| '1000' is a magic number. |
477
|
| Method 'handleDisconnectEvent' is not designed for extension - needs to be abstract, final or empty. |
526
|
| Parameter disconnectEvent should be final. |
526
|
| Expected @param tag for 'disconnectEvent'. |
526
|
| Method 'handleConnectEvent' is not designed for extension - needs to be abstract, final or empty. |
541
|
| Parameter connectEvent should be final. |
541
|
| Expected @param tag for 'connectEvent'. |
541
|
| Method 'handleQueueParamsEvent' is not designed for extension - needs to be abstract, final or empty. |
562
|
| Missing a Javadoc comment. |
562
|
| Parameter event should be final. |
562
|
| Missing a Javadoc comment. |
587
|
| Parameter event should be final. |
587
|
| Method 'handleQueueEntryEvent' is not designed for extension - needs to be abstract, final or empty. |
592
|
| Missing a Javadoc comment. |
592
|
| Parameter event should be final. |
592
|
| Method 'handleJoinEvent' is not designed for extension - needs to be abstract, final or empty. |
616
|
| Missing a Javadoc comment. |
616
|
| Parameter event should be final. |
616
|
| Method 'handleLeaveEvent' is not designed for extension - needs to be abstract, final or empty. |
640
|
| Missing a Javadoc comment. |
640
|
| Parameter event should be final. |
640
|
| Method 'getChannelByName' is not designed for extension - needs to be abstract, final or empty. |
670
|
| Parameter name should be final. |
670
|
| Method 'getChannelById' is not designed for extension - needs to be abstract, final or empty. |
695
|
| Parameter id should be final. |
695
|
| Method 'handleNewChannelEvent' is not designed for extension - needs to be abstract, final or empty. |
706
|
| Missing a Javadoc comment. |
706
|
| Parameter event should be final. |
706
|
| Method 'handleNewExtenEvent' is not designed for extension - needs to be abstract, final or empty. |
719
|
| Missing a Javadoc comment. |
719
|
| Parameter event should be final. |
719
|
| Method 'handleNewStateEvent' is not designed for extension - needs to be abstract, final or empty. |
742
|
| Missing a Javadoc comment. |
742
|
| Parameter event should be final. |
742
|
| Method 'handleNewCallerIdEvent' is not designed for extension - needs to be abstract, final or empty. |
759
|
| Missing a Javadoc comment. |
759
|
| Parameter event should be final. |
759
|
| Method 'handleHangupEvent' is not designed for extension - needs to be abstract, final or empty. |
777
|
| Missing a Javadoc comment. |
777
|
| Parameter event should be final. |
777
|
| Method 'handleLinkEvent' is not designed for extension - needs to be abstract, final or empty. |
796
|
| Missing a Javadoc comment. |
796
|
| Parameter event should be final. |
796
|
| Method 'handleUnlinkEvent' is not designed for extension - needs to be abstract, final or empty. |
823
|
| Missing a Javadoc comment. |
823
|
| Parameter event should be final. |
823
|
| Method 'handleRenameEvent' is not designed for extension - needs to be abstract, final or empty. |
854
|
| Missing a Javadoc comment. |
854
|
| Parameter event should be final. |
854
|
| Method 'originateEvent2Call' is not designed for extension - needs to be abstract, final or empty. |
871
|
| Missing a Javadoc comment. |
871
|
| Parameter event should be final. |
871
|
net/sf/asterisk/manager/DefaultManagerConnection.java
| Error | Line |
| Variable 'username' must be private and have accessor methods. |
79
|
| Variable 'password' must be private and have accessor methods. |
85
|
| '2000' is a magic number. |
91
|
| '5000' is a magic number. |
97
|
| '50' is a magic number. |
103
|
| Variable 'keepAlive' must be private and have accessor methods. |
161
|
| Parameter hostname should be final. |
184
|
| Parameter port should be final. |
184
|
| Parameter username should be final. |
184
|
| Parameter password should be final. |
185
|
| Method 'createReader' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Missing a Javadoc comment. |
197
|
| Parameter dispatcher should be final. |
197
|
| Parameter server should be final. |
198
|
| Method 'createWriter' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Missing a Javadoc comment. |
203
|
| Method 'setHostname' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Parameter hostname should be final. |
214
|
| Method 'setPort' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Parameter port should be final. |
226
|
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Parameter username should be final. |
237
|
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter password should be final. |
248
|
| Method 'setDefaultTimeout' is not designed for extension - needs to be abstract, final or empty. |
262
|
| Parameter defaultTimeout should be final. |
262
|
| Method 'setDefaultResponseTimeout' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Parameter defaultResponseTimeout should be final. |
276
|
| Method 'setDefaultEventTimeout' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Parameter defaultEventTimeout should be final. |
290
|
| Method 'setSleepTime' is not designed for extension - needs to be abstract, final or empty. |
309
|
| Parameter sleepTime should be final. |
309
|
| Method 'setKeepAliveAfterAuthenticationFailure' is not designed for extension - needs to be abstract, final or empty. |
319
|
| Parameter keepAliveAfterAuthenticationFailure should be final. |
320
|
| Expected @param tag for 'keepAliveAfterAuthenticationFailure'. |
320
|
| Method 'registerUserEventClass' is not designed for extension - needs to be abstract, final or empty. |
327
|
| Missing a Javadoc comment. |
327
|
| Parameter userEventClass should be final. |
327
|
| Method 'login' is not designed for extension - needs to be abstract, final or empty. |
349
|
| Expected @throws tag for 'IOException'. |
349
|
| Parameter timeout should be final. |
379
|
| Expected @throws tag for 'IOException'. |
379
|
| Must have at least one statement. |
404
|
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Missing a Javadoc comment. |
458
|
| Method 'createSocket' is not designed for extension - needs to be abstract, final or empty. |
482
|
| Missing a Javadoc comment. |
482
|
| Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. |
495
|
| Method 'logoff' is not designed for extension - needs to be abstract, final or empty. |
504
|
| Expected @throws tag for 'IOException'. |
504
|
| Expected @throws tag for 'TimeoutException'. |
504
|
| Method 'sendAction' is not designed for extension - needs to be abstract, final or empty. |
540
|
| Missing a Javadoc comment. |
540
|
| Parameter action should be final. |
540
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
541
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
541
|
| Method 'sendAction' is not designed for extension - needs to be abstract, final or empty. |
546
|
| Missing a Javadoc comment. |
546
|
| Parameter action should be final. |
546
|
| Parameter timeout should be final. |
546
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
547
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
548
|
| Must have at least one statement. |
570
|
| Method 'sendAction' is not designed for extension - needs to be abstract, final or empty. |
585
|
| Missing a Javadoc comment. |
585
|
| Parameter action should be final. |
585
|
| Parameter callbackHandler should be final. |
586
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
587
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
587
|
| Method 'sendEventGeneratingAction' is not designed for extension - needs to be abstract, final or empty. |
620
|
| Missing a Javadoc comment. |
620
|
| Parameter action should be final. |
620
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
621
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
622
|
| Method 'sendEventGeneratingAction' is not designed for extension - needs to be abstract, final or empty. |
627
|
| Missing a Javadoc comment. |
627
|
| Parameter action should be final. |
628
|
| Parameter timeout should be final. |
628
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
629
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
629
|
| Must have at least one statement. |
694
|
| Expected an @return tag. |
733
|
| Method 'addEventHandler' is not designed for extension - needs to be abstract, final or empty. |
745
|
| Missing a Javadoc comment. |
745
|
| Method 'removeEventHandler' is not designed for extension - needs to be abstract, final or empty. |
757
|
| Missing a Javadoc comment. |
757
|
| Method 'getProtocolIdentifier' is not designed for extension - needs to be abstract, final or empty. |
768
|
| Missing a Javadoc comment. |
768
|
| Method 'getAsteriskServer' is not designed for extension - needs to be abstract, final or empty. |
773
|
| Missing a Javadoc comment. |
773
|
| Method 'dispatchResponse' is not designed for extension - needs to be abstract, final or empty. |
788
|
| Parameter response should be final. |
788
|
| Method 'dispatchEvent' is not designed for extension - needs to be abstract, final or empty. |
862
|
| Parameter event should be final. |
862
|
| '10' is a magic number. |
993
|
| '50' is a magic number. |
997
|
| '5000' is a magic number. |
1003
|
| Must have at least one statement. |
1007
|
| Missing a Javadoc comment. |
1068
|
| Missing a Javadoc comment. |
1070
|
| Missing a Javadoc comment. |
1074
|
| Missing a Javadoc comment. |
1079
|
| Parameter response should be final. |
1079
|
| Missing a Javadoc comment. |
1098
|
| Missing a Javadoc comment. |
1099
|
| Parameter result should be final. |
1108
|
| Parameter thread should be final. |
1109
|
| Missing a Javadoc comment. |
1115
|
| Parameter response should be final. |
1115
|
| Missing a Javadoc comment. |
1136
|
| Missing a Javadoc comment. |
1137
|
| Missing a Javadoc comment. |
1138
|
| Parameter events should be final. |
1149
|
| Parameter actionCompleteEventClass should be final. |
1150
|
| Parameter thread should be final. |
1150
|
| Missing a Javadoc comment. |
1157
|
| Parameter event should be final. |
1157
|
| Missing a Javadoc comment. |
1182
|
| Parameter response should be final. |
1182
|
net/sf/asterisk/manager/Dispatcher.java
| Error | Line |
| Missing a Javadoc comment. |
22
|
net/sf/asterisk/manager/EventBuilder.java
| Error | Line |
| Missing a Javadoc comment. |
43
|
net/sf/asterisk/manager/EventTimeoutException.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Parameter message should be final. |
43
|
| Parameter partialResult should be final. |
43
|
| Method 'getPartialResult' is not designed for extension - needs to be abstract, final or empty. |
61
|
net/sf/asterisk/manager/Extension.java
| Error | Line |
| 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
|
| Parameter date should be final. |
47
|
| Expected @param tag for 'date'. |
47
|
| Parameter context should be final. |
47
|
| Expected @param tag for 'context'. |
47
|
| Parameter extension should be final. |
47
|
| Expected @param tag for 'extension'. |
47
|
| Parameter priority should be final. |
48
|
| Expected @param tag for 'priority'. |
48
|
| Parameter date should be final. |
61
|
| Expected @param tag for 'date'. |
61
|
| Parameter context should be final. |
61
|
| Expected @param tag for 'context'. |
61
|
| Parameter extension should be final. |
61
|
| Expected @param tag for 'extension'. |
61
|
| Parameter priority should be final. |
62
|
| Expected @param tag for 'priority'. |
62
|
| Parameter application should be final. |
62
|
| Expected @param tag for 'application'. |
62
|
| Parameter appData should be final. |
62
|
| Expected @param tag for 'appData'. |
62
|
| Method 'getDate' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Missing a Javadoc comment. |
82
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Missing a Javadoc comment. |
92
|
| Method 'getAppData' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
net/sf/asterisk/manager/ManagerConnection.java
| Error | Line |
| Unused import - net.sf.asterisk.manager.event.ManagerEvent. |
23
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
116
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
116
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
135
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
136
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
152
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
152
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
182
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
183
|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. |
216
|
| Redundant throws: 'IllegalStateException' is unchecked exception. |
216
|
net/sf/asterisk/manager/ManagerConnectionFactory.java
| Error | Line |
| 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
|
| Method 'setHostname' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter hostname should be final. |
58
|
| Method 'setPort' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter port should be final. |
70
|
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter username should be final. |
82
|
| Unused @param tag for 'username'. |
91
|
| Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter password should be final. |
94
|
| Expected @param tag for 'password'. |
94
|
| Method 'getManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Method 'getManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter username should be final. |
130
|
| Parameter password should be final. |
131
|
| Method 'getManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter hostname should be final. |
150
|
| Parameter username should be final. |
151
|
| Parameter password should be final. |
151
|
| Method 'getManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter hostname should be final. |
170
|
| Parameter port should be final. |
170
|
| Parameter username should be final. |
171
|
| Parameter password should be final. |
171
|
net/sf/asterisk/manager/ManagerReader.java
| Error | Line |
| Missing a Javadoc comment. |
55
|
net/sf/asterisk/manager/ManagerWriter.java
| Error | Line |
| Missing a Javadoc comment. |
38
|
net/sf/asterisk/manager/MultiAsterisksManager.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Using the '.*' form of import should be avoided - java.util.*. |
8
|
| Using the '.*' form of import should be avoided - net.sf.asterisk.manager.action.*. |
10
|
| Using the '.*' form of import should be avoided - net.sf.asterisk.manager.event.*. |
11
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
39
|
| Method 'addManagerConnection' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter connection should be final. |
48
|
| '3' is a magic number. |
52
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Expected an @return tag. |
78
|
| Method 'getChannels' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'getQueues' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter event should be final. |
93
|
| Expected @param tag for 'event'. |
93
|
| Method 'dispatchEvent' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Parameter event should be final. |
147
|
| Method 'addChannel' is not designed for extension - needs to be abstract, final or empty. |
179
|
| Missing a Javadoc comment. |
179
|
| Parameter channel should be final. |
179
|
| Method 'removeChannel' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter channel should be final. |
184
|
| Method 'addQueue' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Missing a Javadoc comment. |
189
|
| Parameter queue should be final. |
189
|
| Method 'removeQueue' is not designed for extension - needs to be abstract, final or empty. |
194
|
| Missing a Javadoc comment. |
194
|
| Parameter queue should be final. |
194
|
| Method 'handleStatusEvent' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Missing a Javadoc comment. |
199
|
| Parameter event should be final. |
199
|
| Line is longer than 120 characters. |
212
|
| '1000' is a magic number. |
212
|
| Method 'handleStatusCompleteEvent' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Missing a Javadoc comment. |
245
|
| Parameter event should be final. |
245
|
| Method 'handleQueueParamsEvent' is not designed for extension - needs to be abstract, final or empty. |
252
|
| Missing a Javadoc comment. |
252
|
| Parameter event should be final. |
252
|
| Missing a Javadoc comment. |
277
|
| Parameter event should be final. |
277
|
| Method 'handleQueueEntryEvent' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Missing a Javadoc comment. |
282
|
| Parameter event should be final. |
282
|
| Parameter name should be final. |
310
|
| Method 'handleNewChannelEvent' is not designed for extension - needs to be abstract, final or empty. |
326
|
| Missing a Javadoc comment. |
326
|
| Parameter event should be final. |
326
|
| Method 'handleNewExtenEvent' is not designed for extension - needs to be abstract, final or empty. |
337
|
| Missing a Javadoc comment. |
337
|
| Parameter event should be final. |
337
|
| Method 'handleNewStateEvent' is not designed for extension - needs to be abstract, final or empty. |
353
|
| Missing a Javadoc comment. |
353
|
| Parameter event should be final. |
353
|
| Method 'handleHangupEvent' is not designed for extension - needs to be abstract, final or empty. |
366
|
| Missing a Javadoc comment. |
366
|
| Parameter event should be final. |
366
|
| Method 'handleLinkEvent' is not designed for extension - needs to be abstract, final or empty. |
385
|
| Missing a Javadoc comment. |
385
|
| Parameter event should be final. |
385
|
| Method 'handleUnlinkEvent' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Missing a Javadoc comment. |
411
|
| Parameter event should be final. |
411
|
| Method 'handleRenameEvent' is not designed for extension - needs to be abstract, final or empty. |
439
|
| Missing a Javadoc comment. |
439
|
| Parameter event should be final. |
439
|
| Method 'originateCall' is not designed for extension - needs to be abstract, final or empty. |
453
|
| Missing a Javadoc comment. |
453
|
| Parameter originate should be final. |
453
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
459
|
| Missing a Javadoc comment. |
459
|
| Parameter file should be final. |
459
|
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. |
464
|
| Missing a Javadoc comment. |
464
|
net/sf/asterisk/manager/Originate.java
| Error | Line |
| Line does not match expected header line of ' *'. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
20
|
| 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
|
| Expected an @return tag. |
41
|
| Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Method 'setAccount' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter account should be final. |
51
|
| Expected @param tag for 'account'. |
51
|
| Expected an @return tag. |
59
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter callerId should be final. |
67
|
| Expected @param tag for 'callerId'. |
67
|
| Expected an @return tag. |
75
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter channel should be final. |
84
|
| Expected @param tag for 'channel'. |
84
|
| Expected an @return tag. |
92
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter context should be final. |
102
|
| Expected @param tag for 'context'. |
102
|
| Expected an @return tag. |
110
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter exten should be final. |
120
|
| Expected @param tag for 'exten'. |
120
|
| Expected an @return tag. |
128
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Parameter priority should be final. |
137
|
| Expected @param tag for 'priority'. |
137
|
| Expected an @return tag. |
145
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter application should be final. |
153
|
| Expected @param tag for 'application'. |
153
|
| Expected an @return tag. |
161
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Parameter data should be final. |
169
|
| Expected @param tag for 'data'. |
169
|
| Expected an @return tag. |
177
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Parameter timeout should be final. |
188
|
| Expected @param tag for 'timeout'. |
188
|
| Expected an @return tag. |
196
|
| Method 'getVariables' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Method 'setVariables' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Parameter variables should be final. |
204
|
| Expected @param tag for 'variables'. |
204
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Parameter name should be final. |
213
|
| Expected @param tag for 'name'. |
213
|
| Parameter value should be final. |
213
|
| Expected @param tag for 'value'. |
213
|
| Expected an @return tag. |
223
|
| Method 'getVariableString' is not designed for extension - needs to be abstract, final or empty. |
223
|
net/sf/asterisk/manager/PingThread.java
| Error | Line |
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Parameter connection should be final. |
53
|
| Method 'setInterval' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter interval should be final. |
67
|
| Method 'die' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Must have at least one statement. |
92
|
net/sf/asterisk/manager/Queue.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter name should be final. |
38
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'getMax' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Method 'setMax' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Parameter max should be final. |
54
|
| Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Method 'addEntry' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Parameter entry should be final. |
64
|
| Method 'removeEntry' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter entry should be final. |
69
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
net/sf/asterisk/manager/Util.java
| Error | Line |
| Utility classes should not have a public or default constructor. |
25
|
| Missing a Javadoc comment. |
27
|
| Name 'INTERNAL_ACTION_ID_DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
27
|
| Variable 'INTERNAL_ACTION_ID_DELIMITER' must be private and have accessor methods. |
27
|
| Line has trailing spaces. |
28
|
| Name 'hexChar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
32
|
| Parameter b should be final. |
42
|
| '0xf0' is a magic number. |
48
|
| '4' is a magic number. |
48
|
| '0x0f' is a magic number. |
49
|
| Missing a Javadoc comment. |
55
|
| Parameter actionId should be final. |
55
|
| Missing a Javadoc comment. |
70
|
| Parameter actionId should be final. |
70
|
| Missing a Javadoc comment. |
92
|
| Parameter actionId should be final. |
92
|
| Parameter internalActionId should be final. |
92
|
net/sf/asterisk/manager/action/AbsoluteTimeoutAction.java
| Error | Line |
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Parameter channel should be final. |
58
|
| Parameter timeout should be final. |
58
|
| Expected an @return tag. |
67
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Expected an @return tag. |
75
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter channel should be final. |
83
|
| Expected @param tag for 'channel'. |
83
|
| Expected an @return tag. |
91
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter timeout should be final. |
100
|
| Expected @param tag for 'timeout'. |
100
|
net/sf/asterisk/manager/action/AbstractManagerAction.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
36
|
| Method 'getActionId' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Method 'setActionId' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Missing a Javadoc comment. |
43
|
| Parameter actionId should be final. |
43
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
net/sf/asterisk/manager/action/AgentCallbackLoginAction.java
| Error | Line |
| 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
|
| Parameter agent should be final. |
60
|
| Parameter exten should be final. |
60
|
| Parameter agent should be final. |
75
|
| Parameter exten should be final. |
75
|
| Parameter context should be final. |
75
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter agent should be final. |
107
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter exten should be final. |
128
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter context should be final. |
148
|
| Method 'getAckCall' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setAckCall' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Parameter ackCall should be final. |
174
|
| Method 'getWrapupTime' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Method 'setWrapupTime' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Parameter wrapupTime should be final. |
200
|
net/sf/asterisk/manager/action/AgentLogoffAction.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter agent should be final. |
49
|
| Parameter agent should be final. |
61
|
| Parameter soft should be final. |
61
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter agent should be final. |
93
|
| Method 'getSoft' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'setSoft' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter soft should be final. |
119
|
net/sf/asterisk/manager/action/AgentsAction.java
| Error | Line |
| Line has trailing spaces. |
46
|
| Line has trailing spaces. |
48
|
| Expected an @return tag. |
52
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
net/sf/asterisk/manager/action/ChallengeAction.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Parameter authType should be final. |
52
|
| Expected an @return tag. |
60
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Expected an @return tag. |
68
|
| Method 'getAuthType' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setAuthType' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter authType should be final. |
76
|
| Expected @param tag for 'authType'. |
76
|
net/sf/asterisk/manager/action/ChangeMonitorAction.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter channel should be final. |
53
|
| Parameter file should be final. |
53
|
| Expected an @return tag. |
62
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected an @return tag. |
70
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter channel should be final. |
79
|
| Expected @param tag for 'channel'. |
79
|
| Expected an @return tag. |
87
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter file should be final. |
96
|
| Expected @param tag for 'file'. |
96
|
net/sf/asterisk/manager/action/CommandAction.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Variable 'command' must be private and have accessor methods. |
35
|
| Parameter command should be final. |
51
|
| Expected an @return tag. |
59
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Expected an @return tag. |
67
|
| Method 'getCommand' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setCommand' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter command should be final. |
75
|
| Expected @param tag for 'command'. |
75
|
net/sf/asterisk/manager/action/DBGetAction.java
| Error | Line |
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Parameter family should be final. |
59
|
| Parameter key should be final. |
59
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter family should be final. |
85
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter key should be final. |
105
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
net/sf/asterisk/manager/action/DBPutAction.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Parameter family should be final. |
55
|
| Parameter key should be final. |
55
|
| Parameter val should be final. |
55
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter family should be final. |
82
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter key should be final. |
102
|
| Method 'getVal' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Method 'setVal' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter val should be final. |
122
|
net/sf/asterisk/manager/action/EventsAction.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Parameter eventMask should be final. |
53
|
| Expected an @return tag. |
61
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Expected an @return tag. |
69
|
| Method 'getEventMask' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setEventMask' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter eventMask should be final. |
80
|
| Expected @param tag for 'eventMask'. |
80
|
net/sf/asterisk/manager/action/ExtensionStateAction.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Expected an @return tag. |
38
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Expected an @return tag. |
46
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter exten should be final. |
54
|
| Expected @param tag for 'exten'. |
54
|
| Expected an @return tag. |
62
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter context should be final. |
70
|
| Expected @param tag for 'context'. |
70
|
net/sf/asterisk/manager/action/GetVarAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Expected an @return tag. |
37
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Expected an @return tag. |
45
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter channel should be final. |
53
|
| Expected @param tag for 'channel'. |
53
|
| Expected an @return tag. |
61
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter variable should be final. |
69
|
| Expected @param tag for 'variable'. |
69
|
net/sf/asterisk/manager/action/HangupAction.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Expected an @return tag. |
37
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Expected an @return tag. |
45
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter channel should be final. |
53
|
| Expected @param tag for 'channel'. |
53
|
net/sf/asterisk/manager/action/LoginAction.java
| Error | Line |
| 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
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
52
|
| Parameter username should be final. |
64
|
| Parameter secret should be final. |
64
|
| Parameter username should be final. |
80
|
| Parameter authType should be final. |
80
|
| Parameter key should be final. |
80
|
| Parameter username should be final. |
101
|
| Parameter authType should be final. |
101
|
| Parameter key should be final. |
101
|
| Parameter events should be final. |
102
|
| Expected an @return tag. |
113
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Expected an @return tag. |
121
|
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter username should be final. |
129
|
| Expected @param tag for 'username'. |
129
|
| Expected an @return tag. |
137
|
| Method 'getSecret' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Method 'setSecret' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter secret should be final. |
148
|
| Expected @param tag for 'secret'. |
148
|
| Expected an @return tag. |
156
|
| Method 'getAuthType' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Method 'setAuthType' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter authType should be final. |
167
|
| Expected @param tag for 'authType'. |
167
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Parameter key should be final. |
183
|
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Parameter events should be final. |
206
|
net/sf/asterisk/manager/action/LogoffAction.java
| Error | Line |
| Expected an @return tag. |
43
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
43
|
net/sf/asterisk/manager/action/MailboxCountAction.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Missing a Javadoc comment. |
24
|
| Parameter mailbox should be final. |
44
|
| Expected an @return tag. |
52
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Expected an @return tag. |
60
|
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setMailbox' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter mailbox should be final. |
71
|
| Expected @param tag for 'mailbox'. |
71
|
net/sf/asterisk/manager/action/MailboxStatusAction.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Parameter mailbox should be final. |
54
|
| Expected an @return tag. |
62
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected an @return tag. |
70
|
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setMailbox' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter mailbox should be final. |
85
|
| Expected @param tag for 'mailbox'. |
85
|
net/sf/asterisk/manager/action/ManagerAction.java
| Error | Line |
| Expected an @return tag. |
39
|
| Expected an @return tag. |
44
|
| Expected @param tag for 'actionId'. |
53
|
net/sf/asterisk/manager/action/MonitorAction.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter channel should be final. |
54
|
| Parameter file should be final. |
54
|
| Parameter channel should be final. |
70
|
| Parameter file should be final. |
70
|
| Parameter format should be final. |
70
|
| Parameter channel should be final. |
89
|
| Parameter file should be final. |
89
|
| Parameter format should be final. |
89
|
| Parameter mix should be final. |
89
|
| Expected an @return tag. |
100
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Expected an @return tag. |
108
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter channel should be final. |
117
|
| Expected @param tag for 'channel'. |
117
|
| Expected an @return tag. |
125
|
| Method 'getFile' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Method 'setFile' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Parameter file should be final. |
135
|
| Expected @param tag for 'file'. |
135
|
| Expected an @return tag. |
143
|
| Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter format should be final. |
152
|
| Expected @param tag for 'format'. |
152
|
| Expected an @return tag. |
161
|
| Method 'getMix' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Method 'setMix' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter mix should be final. |
170
|
| Expected @param tag for 'mix'. |
170
|
net/sf/asterisk/manager/action/OriginateAction.java
| Error | Line |
| 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
|
| Expected an @return tag. |
67
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Expected an @return tag. |
75
|
| Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setAccount' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter account should be final. |
85
|
| Expected @param tag for 'account'. |
85
|
| Expected an @return tag. |
93
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter callerId should be final. |
101
|
| Expected @param tag for 'callerId'. |
101
|
| Expected an @return tag. |
110
|
| Method 'getCallingPres' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Method 'setCallingPres' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter callingPres should be final. |
119
|
| Expected @param tag for 'callingPres'. |
119
|
| Expected an @return tag. |
127
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Parameter channel should be final. |
136
|
| Expected @param tag for 'channel'. |
136
|
| Expected an @return tag. |
144
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter context should be final. |
154
|
| Expected @param tag for 'context'. |
154
|
| Expected an @return tag. |
162
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Parameter exten should be final. |
172
|
| Expected @param tag for 'exten'. |
172
|
| Expected an @return tag. |
180
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Parameter priority should be final. |
189
|
| Expected @param tag for 'priority'. |
189
|
| Expected an @return tag. |
197
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter application should be final. |
205
|
| Expected @param tag for 'application'. |
205
|
| Expected an @return tag. |
213
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter data should be final. |
221
|
| Expected @param tag for 'data'. |
221
|
| Expected an @return tag. |
229
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
229
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Parameter timeout should be final. |
243
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Parameter timeout should be final. |
256
|
| Expected an @return tag. |
264
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Parameter variable should be final. |
276
|
| Expected @param tag for 'variable'. |
276
|
| Expected an @return tag. |
284
|
| Method 'getAsync' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Method 'setAsync' is not designed for extension - needs to be abstract, final or empty. |
293
|
| Parameter async should be final. |
293
|
| Expected @param tag for 'async'. |
293
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
298
|
| Missing a Javadoc comment. |
298
|
net/sf/asterisk/manager/action/ParkedCallsAction.java
| Error | Line |
| Expected an @return tag. |
51
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
net/sf/asterisk/manager/action/PingAction.java
| Error | Line |
| Expected an @return tag. |
44
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
44
|
net/sf/asterisk/manager/action/QueueAddAction.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter queue should be final. |
54
|
| Parameter iface should be final. |
54
|
| Parameter queue should be final. |
72
|
| Parameter iface should be final. |
72
|
| Parameter penalty should be final. |
72
|
| Expected an @return tag. |
82
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Expected an @return tag. |
90
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter queue should be final. |
99
|
| Expected @param tag for 'queue'. |
99
|
| Expected an @return tag. |
107
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Method 'setInterface' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter iface should be final. |
117
|
| Expected @param tag for 'iface'. |
117
|
| Expected an @return tag. |
125
|
| Method 'getPenalty' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Method 'setPenalty' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Parameter penalty should be final. |
137
|
| Expected @param tag for 'penalty'. |
137
|
| Method 'getPaused' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Method 'setPaused' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter paused should be final. |
160
|
net/sf/asterisk/manager/action/QueuePauseAction.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Parameter iface should be final. |
54
|
| Parameter iface should be final. |
67
|
| Parameter queue should be final. |
67
|
| Parameter iface should be final. |
82
|
| Parameter paused should be final. |
82
|
| Parameter iface should be final. |
97
|
| Parameter queue should be final. |
97
|
| Parameter paused should be final. |
97
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Method 'setInterface' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter iface should be final. |
131
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter queue should be final. |
155
|
| Method 'getPaused' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Method 'setPaused' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter paused should be final. |
178
|
net/sf/asterisk/manager/action/QueueRemoveAction.java
| Error | Line |
| Missing a Javadoc comment. |
37
|
| Parameter queue should be final. |
55
|
| Parameter iface should be final. |
55
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter queue should be final. |
87
|
| Expected an @return tag. |
95
|
| Method 'getInterface' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setInterface' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter iface should be final. |
104
|
| Expected @param tag for 'iface'. |
104
|
net/sf/asterisk/manager/action/QueueStatusAction.java
| Error | Line |
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Expected an @return tag. |
61
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter queue should be final. |
84
|
| Method 'getMember' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setMember' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter member should be final. |
107
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Missing a Javadoc comment. |
112
|
net/sf/asterisk/manager/action/RedirectAction.java
| Error | Line |
| 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
|
| Parameter channel should be final. |
57
|
| Parameter context should be final. |
57
|
| Parameter exten should be final. |
57
|
| Parameter priority should be final. |
58
|
| Parameter channel should be final. |
77
|
| Parameter extraChannel should be final. |
77
|
| Parameter context should be final. |
77
|
| Parameter exten should be final. |
78
|
| Parameter priority should be final. |
78
|
| Expected an @return tag. |
90
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter channel should be final. |
110
|
| Method 'getExtraChannel' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setExtraChannel' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter extraChannel should be final. |
130
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter context should be final. |
150
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter exten should be final. |
170
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter priority should be final. |
190
|
net/sf/asterisk/manager/action/SIPPeersAction.java
| Error | Line |
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
net/sf/asterisk/manager/action/SIPShowPeerAction.java
| Error | Line |
| Missing a Javadoc comment. |
41
|
| Parameter peer should be final. |
58
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
| Method 'getPeer' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setPeer' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter peer should be final. |
85
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
net/sf/asterisk/manager/action/SetCDRUserFieldAction.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Parameter channel should be final. |
56
|
| Parameter userField should be final. |
56
|
| Parameter channel should be final. |
72
|
| Parameter userField should be final. |
72
|
| Parameter append should be final. |
73
|
| Expected an @return tag. |
83
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Expected an @return tag. |
91
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter channel should be final. |
100
|
| Expected @param tag for 'channel'. |
100
|
| Expected an @return tag. |
108
|
| Method 'getUserField' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Method 'setUserField' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Parameter userField should be final. |
117
|
| Expected @param tag for 'userField'. |
117
|
| Expected an @return tag. |
125
|
| Method 'getAppend' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Method 'setAppend' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter append should be final. |
134
|
| Expected @param tag for 'append'. |
134
|
net/sf/asterisk/manager/action/SetVarAction.java
| Error | Line |
| Variable 'channel' must be private and have accessor methods. |
35
|
| Variable 'variable' must be private and have accessor methods. |
40
|
| Variable 'value' must be private and have accessor methods. |
45
|
| Parameter channel should be final. |
64
|
| Parameter variable should be final. |
64
|
| Parameter value should be final. |
64
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter channel should be final. |
96
|
| Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter variable should be final. |
116
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Parameter value should be final. |
136
|
net/sf/asterisk/manager/action/StatusAction.java
| Error | Line |
| Expected an @return tag. |
51
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
net/sf/asterisk/manager/action/StopMonitorAction.java
| Error | Line |
| Parameter channel should be final. |
53
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter channel should be final. |
84
|
net/sf/asterisk/manager/action/ZapDNDOffAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Parameter zapChannel should be final. |
48
|
| Expected an @return tag. |
56
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Expected an @return tag. |
64
|
| Method 'getZapChannel' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setZapChannel' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter channel should be final. |
73
|
| Expected @param tag for 'channel'. |
73
|
net/sf/asterisk/manager/action/ZapDNDOnAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Parameter zapChannel should be final. |
48
|
| Line has trailing spaces. |
52
|
| Expected an @return tag. |
56
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Expected an @return tag. |
64
|
| Method 'getZapChannel' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setZapChannel' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter channel should be final. |
73
|
| Expected @param tag for 'channel'. |
73
|
net/sf/asterisk/manager/action/ZapDialOffhookAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Parameter zapChannel should be final. |
50
|
| Parameter number should be final. |
50
|
| Expected an @return tag. |
59
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Expected an @return tag. |
67
|
| Method 'getZapChannel' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setZapChannel' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter channel should be final. |
76
|
| Expected @param tag for 'channel'. |
76
|
| Expected an @return tag. |
84
|
| Method 'getNumber' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'setNumber' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter number should be final. |
93
|
| Expected @param tag for 'number'. |
93
|
net/sf/asterisk/manager/action/ZapHangupAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Parameter zapChannel should be final. |
47
|
| Expected an @return tag. |
55
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Expected an @return tag. |
63
|
| Method 'getZapChannel' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'setZapChannel' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter channel should be final. |
72
|
| Expected @param tag for 'channel'. |
72
|
net/sf/asterisk/manager/action/ZapShowChannelsAction.java
| Error | Line |
| Expected an @return tag. |
51
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'getActionCompleteEventClass' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Missing a Javadoc comment. |
56
|
net/sf/asterisk/manager/action/ZapTransferAction.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Expected an @return tag. |
36
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Expected an @return tag. |
44
|
| Method 'getZapChannel' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Method 'setZapChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter channel should be final. |
53
|
| Expected @param tag for 'channel'. |
53
|
net/sf/asterisk/manager/event/AbstractAgentEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Expected an @return tag. |
48
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter channel should be final. |
56
|
| Expected @param tag for 'channel'. |
56
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter uniqueId should be final. |
76
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter queue should be final. |
96
|
| Method 'getMember' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Method 'setMember' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter member should be final. |
116
|
net/sf/asterisk/manager/event/AbstractParkedCallEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Expected an @return tag. |
48
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter exten should be final. |
56
|
| Expected @param tag for 'exten'. |
56
|
| Expected an @return tag. |
64
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter channel should be final. |
72
|
| Expected @param tag for 'channel'. |
72
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter callerId should be final. |
92
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter callerIdName should be final. |
112
|
net/sf/asterisk/manager/event/AbstractQueueMemberEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Parameter source should be final. |
38
|
| Expected @param tag for 'source'. |
38
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter queue should be final. |
58
|
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter member should be final. |
79
|
net/sf/asterisk/manager/event/AgentCallbackLoginEvent.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Parameter source should be final. |
41
|
| Expected @param tag for 'source'. |
41
|
| Expected an @return tag. |
49
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter agent should be final. |
57
|
| Expected @param tag for 'agent'. |
57
|
| Method 'getLoginChan' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Method 'setLoginChan' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter loginChan should be final. |
67
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Missing a Javadoc comment. |
77
|
| Parameter uniqueId should be final. |
77
|
net/sf/asterisk/manager/event/AgentCallbackLogoffEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
43
|
| Expected @param tag for 'source'. |
43
|
| Expected an @return tag. |
51
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter agent should be final. |
59
|
| Expected @param tag for 'agent'. |
59
|
| Method 'getLoginChan' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Method 'setLoginChan' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter loginChan should be final. |
69
|
| Method 'getLoginTime' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Method 'setLoginTime' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter loginTime should be final. |
79
|
| Expected an @return tag. |
89
|
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter reason should be final. |
97
|
| Expected @param tag for 'reason'. |
97
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Missing a Javadoc comment. |
107
|
| Parameter uniqueId should be final. |
107
|
net/sf/asterisk/manager/event/AgentCalledEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
45
|
| Expected @param tag for 'source'. |
45
|
| Method 'getAgentCalled' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Method 'setAgentCalled' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Parameter agentCalled should be final. |
55
|
| Method 'getChannelCalling' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'setChannelCalling' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter channelCalling should be final. |
65
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter callerId should be final. |
75
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter callerIdName should be final. |
98
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Missing a Javadoc comment. |
103
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Missing a Javadoc comment. |
108
|
| Parameter context should be final. |
108
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Missing a Javadoc comment. |
118
|
| Parameter extension should be final. |
118
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Missing a Javadoc comment. |
123
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Missing a Javadoc comment. |
128
|
| Parameter priority should be final. |
128
|
net/sf/asterisk/manager/event/AgentCompleteEvent.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
40
|
| Parameter source should be final. |
40
|
| Method 'getHoldTime' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Method 'setHoldTime' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter holdtime should be final. |
60
|
| Method 'getTalkTime' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setTalkTime' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter talkTime should be final. |
81
|
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter reason should be final. |
103
|
net/sf/asterisk/manager/event/AgentConnectEvent.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Parameter source should be final. |
37
|
| Method 'getHoldTime' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setHoldTime' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter holdtime should be final. |
57
|
net/sf/asterisk/manager/event/AgentDumpEvent.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Parameter source should be final. |
36
|
net/sf/asterisk/manager/event/AgentLoginEvent.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Expected an @return tag. |
48
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter agent should be final. |
56
|
| Expected @param tag for 'agent'. |
56
|
| Method 'getLoginChan' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Method 'setLoginChan' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter loginChan should be final. |
66
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter uniqueId should be final. |
76
|
net/sf/asterisk/manager/event/AgentLogoffEvent.java
| Error | Line |
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Parameter source should be final. |
45
|
| Expected @param tag for 'source'. |
45
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter agent should be final. |
65
|
| Method 'getLoginTime' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'setLoginTime' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter loginTime should be final. |
75
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Missing a Javadoc comment. |
80
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| Parameter uniqueId should be final. |
85
|
net/sf/asterisk/manager/event/AgentsCompleteEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/AgentsEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
44
|
| Expected @param tag for 'source'. |
44
|
| Expected an @return tag. |
52
|
| Method 'getAgent' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setAgent' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter agent should be final. |
60
|
| Expected @param tag for 'agent'. |
60
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter name should be final. |
80
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter status should be final. |
111
|
| Method 'getLoggedInChan' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setLoggedInChan' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter loggedInChan should be final. |
132
|
| Method 'getLoggedInTime' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Method 'setLoggedInTime' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter loggedInTime should be final. |
153
|
| Method 'getTalkingTo' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Method 'setTalkingTo' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter talkingTo should be final. |
175
|
net/sf/asterisk/manager/event/AlarmClearEvent.java
| Error | Line |
| Parameter source should be final. |
41
|
| Expected @param tag for 'source'. |
41
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter channel should be final. |
61
|
net/sf/asterisk/manager/event/AlarmEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Parameter source should be final. |
38
|
| Expected @param tag for 'source'. |
38
|
| Expected an @return tag. |
55
|
| Method 'getAlarm' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Method 'setAlarm' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter alarm should be final. |
63
|
| Expected @param tag for 'alarm'. |
63
|
| Expected an @return tag. |
71
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter channel should be final. |
79
|
| Expected @param tag for 'channel'. |
79
|
net/sf/asterisk/manager/event/CdrEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
56
|
| Expected @param tag for 'source'. |
56
|
| Method 'getAccountCode' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| Method 'setAccountCode' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Parameter accountCode should be final. |
66
|
| Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
| Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter source should be final. |
76
|
| Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Missing a Javadoc comment. |
81
|
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter destination should be final. |
86
|
| Method 'getDestinationContext' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Method 'setDestinationContext' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter destinationContext should be final. |
96
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Missing a Javadoc comment. |
106
|
| Parameter callerId should be final. |
106
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Missing a Javadoc comment. |
111
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Parameter channel should be final. |
116
|
| Method 'getDestinationChannel' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Method 'setDestinationChannel' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Missing a Javadoc comment. |
126
|
| Parameter destinationChannel should be final. |
126
|
| Method 'getLastApplication' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Missing a Javadoc comment. |
131
|
| Method 'setLastApplication' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter lastApplication should be final. |
136
|
| Method 'getLastData' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Missing a Javadoc comment. |
141
|
| Method 'setLastData' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Missing a Javadoc comment. |
146
|
| Parameter lastData should be final. |
146
|
| Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Missing a Javadoc comment. |
151
|
| Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Missing a Javadoc comment. |
156
|
| Parameter startTime should be final. |
156
|
| Method 'getAnswerTime' is not designed for extension - needs to be abstract, final or empty. |
161
|
| Missing a Javadoc comment. |
161
|
| Method 'setAnswerTime' is not designed for extension - needs to be abstract, final or empty. |
166
|
| Missing a Javadoc comment. |
166
|
| Parameter answerTime should be final. |
166
|
| Method 'getEndTime' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Missing a Javadoc comment. |
171
|
| Method 'setEndTime' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Missing a Javadoc comment. |
176
|
| Parameter endTime should be final. |
176
|
| Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Missing a Javadoc comment. |
181
|
| Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Missing a Javadoc comment. |
186
|
| Parameter duration should be final. |
186
|
| Method 'getBillableSeconds' is not designed for extension - needs to be abstract, final or empty. |
191
|
| Missing a Javadoc comment. |
191
|
| Method 'setBillableSeconds' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
196
|
| Parameter billableSeconds should be final. |
196
|
| Method 'getDisposition' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Missing a Javadoc comment. |
201
|
| Method 'setDisposition' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Missing a Javadoc comment. |
206
|
| Parameter disposition should be final. |
206
|
| Method 'getAmaFlags' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Missing a Javadoc comment. |
211
|
| Method 'setAmaFlags' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Missing a Javadoc comment. |
216
|
| Parameter amaFlags should be final. |
216
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Missing a Javadoc comment. |
221
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
226
|
| Missing a Javadoc comment. |
226
|
| Parameter uniqueId should be final. |
226
|
| Method 'getUserField' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Missing a Javadoc comment. |
231
|
| Method 'setUserField' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Missing a Javadoc comment. |
236
|
| Parameter userField should be final. |
236
|
net/sf/asterisk/manager/event/ChannelEvent.java
| Error | Line |
| Parameter source should be final. |
61
|
| Expected @param tag for 'source'. |
61
|
| Expected an @return tag. |
69
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter channel should be final. |
77
|
| Expected @param tag for 'channel'. |
77
|
| Expected an @return tag. |
85
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter uniqueId should be final. |
93
|
| Expected @param tag for 'uniqueId'. |
93
|
| Expected an @return tag. |
101
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter callerId should be final. |
111
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter callerIdName should be final. |
131
|
| Expected an @return tag. |
149
|
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter state should be final. |
157
|
| Expected @param tag for 'state'. |
157
|
net/sf/asterisk/manager/event/ConnectEvent.java
| Error | Line |
| Parameter source should be final. |
41
|
| Expected @param tag for 'source'. |
41
|
| Method 'getProtocolIdentifier' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'setProtocolIdentifier' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter protocolIdentifier should be final. |
61
|
net/sf/asterisk/manager/event/DBGetResponseEvent.java
| Error | Line |
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Parameter source should be final. |
43
|
| Expected @param tag for 'source'. |
43
|
| Method 'getFamily' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setFamily' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter family should be final. |
63
|
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter key should be final. |
83
|
| Method 'getVal' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setVal' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter val should be final. |
103
|
net/sf/asterisk/manager/event/DNDStateEvent.java
| Error | Line |
| Parameter source should be final. |
51
|
| Expected @param tag for 'source'. |
51
|
| Expected an @return tag. |
60
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter channel should be final. |
68
|
| Expected @param tag for 'channel'. |
68
|
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Parameter state should be final. |
86
|
| Expected @param tag for 'state'. |
86
|
net/sf/asterisk/manager/event/DialEvent.java
| Error | Line |
| Parameter source should be final. |
70
|
| Expected @param tag for 'source'. |
70
|
| Method 'getSrc' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setSrc' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter src should be final. |
90
|
| Method 'getDestination' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method 'setDestination' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter destination should be final. |
110
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter callerId should be final. |
130
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter callerIdName should be final. |
150
|
| Method 'getSrcUniqueId' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setSrcUniqueId' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Parameter srcUniqueId should be final. |
170
|
| Method 'getDestUniqueId' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Method 'setDestUniqueId' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter destUniqueId should be final. |
190
|
net/sf/asterisk/manager/event/DisconnectEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/ExtensionStatusEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
| Expected an @return tag. |
47
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter exten should be final. |
55
|
| Expected @param tag for 'exten'. |
55
|
| Expected an @return tag. |
63
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter context should be final. |
71
|
| Expected @param tag for 'context'. |
71
|
| Expected an @return tag. |
79
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter status should be final. |
87
|
| Expected @param tag for 'status'. |
87
|
net/sf/asterisk/manager/event/HangupEvent.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
| Expected an @return tag. |
47
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setCause' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter cause should be final. |
55
|
| Expected @param tag for 'cause'. |
55
|
| Method 'getCauseTxt' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Method 'setCauseTxt' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter causeTxt should be final. |
77
|
net/sf/asterisk/manager/event/HoldEvent.java
| Error | Line |
| Parameter source should be final. |
52
|
| Expected @param tag for 'source'. |
52
|
| Expected an @return tag. |
60
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter channel should be final. |
68
|
| Expected @param tag for 'channel'. |
68
|
| Expected an @return tag. |
76
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter uniqueId should be final. |
84
|
| Expected @param tag for 'uniqueId'. |
84
|
net/sf/asterisk/manager/event/HoldedCallEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Expected an @return tag. |
48
|
| Method 'getUniqueId1' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setUniqueId1' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter uniqueId1 should be final. |
56
|
| Expected @param tag for 'uniqueId1'. |
56
|
| Expected an @return tag. |
64
|
| Method 'getUniqueId2' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setUniqueId2' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter uniqueId2 should be final. |
72
|
| Expected @param tag for 'uniqueId2'. |
72
|
| Expected an @return tag. |
80
|
| Method 'getChannel1' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setChannel1' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter channel1 should be final. |
88
|
| Expected @param tag for 'channel1'. |
88
|
| Expected an @return tag. |
96
|
| Method 'getChannel2' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setChannel2' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter channel2 should be final. |
104
|
| Expected @param tag for 'channel2'. |
104
|
net/sf/asterisk/manager/event/JoinEvent.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Variable 'callerId' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'callerIdName' must be private and have accessor methods. |
34
|
| Missing a Javadoc comment. |
35
|
| Variable 'position' must be private and have accessor methods. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Expected an @return tag. |
49
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter callerId should be final. |
57
|
| Expected @param tag for 'callerId'. |
57
|
| Expected an @return tag. |
67
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter callerIdName should be final. |
76
|
| Expected @param tag for 'callerIdName'. |
76
|
| Expected an @return tag. |
84
|
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter position should be final. |
92
|
| Expected @param tag for 'position'. |
92
|
net/sf/asterisk/manager/event/LeaveEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/LinkEvent.java
| Error | Line |
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
net/sf/asterisk/manager/event/LinkageEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
43
|
| Expected @param tag for 'source'. |
43
|
| Expected an @return tag. |
51
|
| Method 'getUniqueId1' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'setUniqueId1' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter uniqueId1 should be final. |
59
|
| Expected @param tag for 'uniqueId1'. |
59
|
| Expected an @return tag. |
67
|
| Method 'getUniqueId2' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setUniqueId2' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter uniqueId2 should be final. |
75
|
| Expected @param tag for 'uniqueId2'. |
75
|
| Expected an @return tag. |
83
|
| Method 'getChannel1' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Method 'setChannel1' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter channel1 should be final. |
91
|
| Expected @param tag for 'channel1'. |
91
|
| Expected an @return tag. |
99
|
| Method 'getChannel2' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setChannel2' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter channel2 should be final. |
107
|
| Expected @param tag for 'channel2'. |
107
|
| Method 'getCallerId1' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Method 'setCallerId1' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter callerId1 should be final. |
129
|
| Method 'getCallerId2' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Unused @param tag for 'callerId1'. |
148
|
| Method 'setCallerId2' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter callerId2 should be final. |
151
|
| Expected @param tag for 'callerId2'. |
151
|
net/sf/asterisk/manager/event/LogChannelEvent.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Parameter source should be final. |
43
|
| Expected @param tag for 'source'. |
43
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter channel should be final. |
63
|
| Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter enabled should be final. |
85
|
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'getReasonTxt' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter s should be final. |
115
|
| '3' is a magic number. |
139
|
| '3' is a magic number. |
141
|
net/sf/asterisk/manager/event/ManagerEvent.java
| Error | Line |
| Line has trailing spaces. |
45
|
| Parameter source should be final. |
55
|
| Expected @param tag for 'source'. |
55
|
| Expected an @return tag. |
68
|
| Method 'getDateReceived' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setDateReceived' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter dateReceived should be final. |
76
|
| Expected @param tag for 'dateReceived'. |
76
|
| Expected an @return tag. |
88
|
| Method 'getPrivilege' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setPrivilege' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter privilege should be final. |
97
|
| Expected @param tag for 'privilege'. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
net/sf/asterisk/manager/event/MeetMeEvent.java
| Error | Line |
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
| Expected an @return tag. |
44
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter channel should be final. |
52
|
| Expected @param tag for 'channel'. |
52
|
| Expected an @return tag. |
60
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter uniqueId should be final. |
68
|
| Expected @param tag for 'uniqueId'. |
68
|
| Expected an @return tag. |
76
|
| Method 'getMeetMe' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setMeetMe' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter meetMe should be final. |
84
|
| Expected @param tag for 'meetMe'. |
84
|
| Method 'getUserNum' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Missing a Javadoc comment. |
89
|
| Method 'setUserNum' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Missing a Javadoc comment. |
94
|
| Parameter userNum should be final. |
94
|
net/sf/asterisk/manager/event/MeetMeJoinEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/MeetMeLeaveEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/MeetMeStopTalkingEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/MeetMeTalkingEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/MessageWaitingEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setMailbox' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Parameter mailbox should be final. |
62
|
| Method 'getWaiting' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'setWaiting' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter waiting should be final. |
82
|
| Method 'getNew' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setNew' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter newMessages should be final. |
102
|
| Method 'getOld' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Method 'setOld' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter oldMessages should be final. |
122
|
net/sf/asterisk/manager/event/NewCallerIdEvent.java
| Error | Line |
| Missing a Javadoc comment. |
58
|
| Parameter source should be final. |
63
|
| Expected @param tag for 'source'. |
63
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter channel should be final. |
83
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Parameter uniqueId should be final. |
103
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter callerId should be final. |
123
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter callerIdName should be final. |
145
|
| Method 'getCidCallingPres' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Method 'getCidCallingPresTxt' is not designed for extension - needs to be abstract, final or empty. |
169
|
| Method 'setCidCallingPres' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Parameter s should be final. |
180
|
| '3' is a magic number. |
204
|
net/sf/asterisk/manager/event/NewChannelEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/NewExtenEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
44
|
| Expected @param tag for 'source'. |
44
|
| Expected an @return tag. |
52
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter uniqueId should be final. |
60
|
| Expected @param tag for 'uniqueId'. |
60
|
| Expected an @return tag. |
68
|
| Method 'getApplication' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setApplication' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter application should be final. |
76
|
| Expected @param tag for 'application'. |
76
|
| Expected an @return tag. |
85
|
| Method 'getAppData' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setAppData' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter appData should be final. |
93
|
| Expected @param tag for 'appData'. |
93
|
| Expected an @return tag. |
101
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter channel should be final. |
109
|
| Expected @param tag for 'channel'. |
109
|
| Expected an @return tag. |
117
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter context should be final. |
125
|
| Expected @param tag for 'context'. |
125
|
| Expected an @return tag. |
133
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter extension should be final. |
141
|
| Expected @param tag for 'extension'. |
141
|
| Expected an @return tag. |
149
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter priority should be final. |
157
|
| Expected @param tag for 'priority'. |
157
|
net/sf/asterisk/manager/event/NewStateEvent.java
| Error | Line |
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
net/sf/asterisk/manager/event/OriginateEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
37
|
| Expected @param tag for 'source'. |
37
|
| Expected an @return tag. |
45
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter channel should be final. |
53
|
| Expected @param tag for 'channel'. |
53
|
| Expected an @return tag. |
61
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter context should be final. |
69
|
| Expected @param tag for 'context'. |
69
|
| Expected an @return tag. |
77
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter exten should be final. |
85
|
| Expected @param tag for 'exten'. |
85
|
| Method 'getReason' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Method 'setReason' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter reason should be final. |
95
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter uniqueId should be final. |
105
|
net/sf/asterisk/manager/event/OriginateFailureEvent.java
| Error | Line |
| Parameter source should be final. |
37
|
| Expected @param tag for 'source'. |
37
|
net/sf/asterisk/manager/event/OriginateSuccessEvent.java
| Error | Line |
| Parameter source should be final. |
37
|
| Expected @param tag for 'source'. |
37
|
net/sf/asterisk/manager/event/ParkedCallEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
45
|
| Expected @param tag for 'source'. |
45
|
| Expected an @return tag. |
53
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter exten should be final. |
61
|
| Expected @param tag for 'exten'. |
61
|
| Expected an @return tag. |
69
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter channel should be final. |
77
|
| Expected @param tag for 'channel'. |
77
|
| Expected an @return tag. |
85
|
| Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter from should be final. |
93
|
| Expected @param tag for 'from'. |
93
|
| Expected an @return tag. |
103
|
| Method 'getTimeout' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter timeout should be final. |
111
|
| Expected @param tag for 'timeout'. |
111
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter callerId should be final. |
129
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
151
|
| Parameter callerIdName should be final. |
151
|
| Expected an @return tag. |
159
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter uniqueId should be final. |
167
|
| Expected @param tag for 'uniqueId'. |
167
|
net/sf/asterisk/manager/event/ParkedCallGiveUpEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/ParkedCallTimeOutEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/ParkedCallsCompleteEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/PeerEntryEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
50
|
| Expected @param tag for 'source'. |
50
|
| Expected an @return tag. |
60
|
| Method 'getChannelType' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setChannelType' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Parameter channelType should be final. |
65
|
| Method 'getObjectName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Method 'setObjectName' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter objectName should be final. |
75
|
| Expected an @return tag. |
85
|
| Method 'getChanObjectType' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Method 'setChanObjectType' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Missing a Javadoc comment. |
90
|
| Parameter chanObjectType should be final. |
90
|
| Method 'getIpAddress' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method 'setIpAddress' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter ipAddress should be final. |
110
|
| Method 'getIpPort' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Missing a Javadoc comment. |
115
|
| Method 'setIpPort' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| Parameter ipPort should be final. |
120
|
| Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Missing a Javadoc comment. |
130
|
| Parameter dynamic should be final. |
130
|
| Method 'getNatSupport' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Missing a Javadoc comment. |
135
|
| Method 'setNatSupport' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Missing a Javadoc comment. |
140
|
| Parameter natSupport should be final. |
140
|
| Method 'getAcl' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Missing a Javadoc comment. |
145
|
| Method 'setAcl' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Missing a Javadoc comment. |
150
|
| Parameter acl should be final. |
150
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Parameter status should be final. |
183
|
net/sf/asterisk/manager/event/PeerStatusEvent.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Parameter source should be final. |
42
|
| Expected @param tag for 'source'. |
42
|
| Expected an @return tag. |
52
|
| Method 'getPeer' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setPeer' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter peer should be final. |
60
|
| Expected @param tag for 'peer'. |
60
|
| Expected an @return tag. |
77
|
| Method 'getPeerStatus' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Method 'setPeerStatus' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter peerStatus should be final. |
85
|
| Expected @param tag for 'peerStatus'. |
85
|
| Expected an @return tag. |
96
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Method 'setCause' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter cause should be final. |
104
|
| Expected @param tag for 'cause'. |
104
|
| Expected an @return tag. |
114
|
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Missing a Javadoc comment. |
119
|
| Parameter time should be final. |
119
|
net/sf/asterisk/manager/event/PeerlistCompleteEvent.java
| Error | Line |
| Missing a Javadoc comment. |
37
|
| Parameter source should be final. |
44
|
| Expected @param tag for 'source'. |
44
|
| Method 'getListItems' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method 'setListItems' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter listItems should be final. |
64
|
net/sf/asterisk/manager/event/QueueEntryEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
44
|
| Expected @param tag for 'source'. |
44
|
| Expected an @return tag. |
52
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter queue should be final. |
60
|
| Expected @param tag for 'queue'. |
60
|
| Expected an @return tag. |
68
|
| Method 'getPosition' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Method 'setPosition' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter position should be final. |
76
|
| Expected @param tag for 'position'. |
76
|
| Expected an @return tag. |
84
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter channel should be final. |
92
|
| Expected @param tag for 'channel'. |
92
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter callerId should be final. |
112
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter callerIdName should be final. |
134
|
| Expected an @return tag. |
142
|
| Method 'getWait' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Method 'setWait' is not designed for extension - needs to be abstract, final or empty. |
150
|
| Parameter wait should be final. |
150
|
| Expected @param tag for 'wait'. |
150
|
net/sf/asterisk/manager/event/QueueEvent.java
| Error | Line |
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
| Expected an @return tag. |
47
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter channel should be final. |
55
|
| Expected @param tag for 'channel'. |
55
|
| Expected an @return tag. |
64
|
| Method 'getCount' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Method 'setCount' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter count should be final. |
72
|
| Expected @param tag for 'count'. |
72
|
| Expected an @return tag. |
80
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter queue should be final. |
88
|
| Expected @param tag for 'queue'. |
88
|
net/sf/asterisk/manager/event/QueueMemberAddedEvent.java
| Error | Line |
| 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. |
42
|
| Parameter source should be final. |
42
|
| Method 'getMembership' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setMembership' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter membership should be final. |
64
|
| Method 'getPenalty' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Method 'setPenalty' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter penalty should be final. |
85
|
| Method 'getCallsTaken' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Method 'setCallsTaken' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter callsTaken should be final. |
105
|
| Method 'getLastCall' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setLastCall' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter lastCall should be final. |
129
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Unused @param tag for 'the'. |
162
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter status should be final. |
164
|
| Expected @param tag for 'status'. |
164
|
| Method 'getPaused' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Method 'setPaused' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter paused should be final. |
186
|
net/sf/asterisk/manager/event/QueueMemberEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
46
|
| Expected @param tag for 'source'. |
46
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter queue should be final. |
66
|
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Unused @param tag for 'member'. |
85
|
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter location should be final. |
87
|
| Expected @param tag for 'location'. |
87
|
| Method 'getMembership' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Method 'setMembership' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter membership should be final. |
111
|
| Method 'getPenalty' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Method 'setPenalty' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter penalty should be final. |
132
|
| Method 'getCallsTaken' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Method 'setCallsTaken' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Parameter callsTaken should be final. |
152
|
| Method 'getLastCall' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Method 'setLastCall' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Parameter lastCall should be final. |
176
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Unused @param tag for 'the'. |
212
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
215
|
| Parameter status should be final. |
215
|
| Expected @param tag for 'status'. |
215
|
| Method 'getPaused' is not designed for extension - needs to be abstract, final or empty. |
229
|
| Method 'setPaused' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Parameter paused should be final. |
239
|
| Expected @param tag for 'paused'. |
239
|
net/sf/asterisk/manager/event/QueueMemberPausedEvent.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
38
|
| Parameter source should be final. |
38
|
| Method 'getPaused' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setPaused' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter paused should be final. |
60
|
net/sf/asterisk/manager/event/QueueMemberRemovedEvent.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Parameter source should be final. |
36
|
net/sf/asterisk/manager/event/QueueMemberStatusEvent.java
| Error | Line |
| Parameter source should be final. |
35
|
| Expected @param tag for 'source'. |
35
|
net/sf/asterisk/manager/event/QueueParamsEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
48
|
| Expected @param tag for 'source'. |
48
|
| Expected an @return tag. |
56
|
| Method 'getQueue' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setQueue' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter queue should be final. |
64
|
| Expected @param tag for 'queue'. |
64
|
| Expected an @return tag. |
73
|
| Method 'getMax' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'setMax' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter max should be final. |
81
|
| Expected @param tag for 'max'. |
81
|
| Expected an @return tag. |
89
|
| Method 'getCalls' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'setCalls' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter calls should be final. |
97
|
| Expected @param tag for 'calls'. |
97
|
| Expected an @return tag. |
105
|
| Method 'getHoldtime' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'setHoldtime' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter holdtime should be final. |
113
|
| Expected @param tag for 'holdtime'. |
113
|
| Expected an @return tag. |
121
|
| Method 'getCompleted' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Method 'setCompleted' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Parameter complete should be final. |
129
|
| Expected @param tag for 'complete'. |
129
|
| Expected an @return tag. |
137
|
| Method 'getAbandoned' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Method 'setAbandoned' is not designed for extension - needs to be abstract, final or empty. |
145
|
| Parameter abandoned should be final. |
145
|
| Expected @param tag for 'abandoned'. |
145
|
| Expected an @return tag. |
154
|
| Method 'getServiceLevel' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Method 'setServiceLevel' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Parameter serviceLevel should be final. |
162
|
| Expected @param tag for 'serviceLevel'. |
162
|
| Expected an @return tag. |
171
|
| Method 'getServiceLevelPerf' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Method 'setServiceLevelPerf' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Parameter serviceLevelPerf should be final. |
180
|
| Expected @param tag for 'serviceLevelPerf'. |
180
|
| Method 'getWeight' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Method 'setWeight' is not designed for extension - needs to be abstract, final or empty. |
208
|
| Parameter weight should be final. |
208
|
net/sf/asterisk/manager/event/QueueStatusCompleteEvent.java
| Error | Line |
| Parameter source should be final. |
40
|
| Expected @param tag for 'source'. |
40
|
net/sf/asterisk/manager/event/RegistryEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
43
|
| Expected @param tag for 'source'. |
43
|
| Expected an @return tag. |
52
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter channel should be final. |
60
|
| Expected @param tag for 'channel'. |
60
|
| Expected an @return tag. |
70
|
| Method 'getDomain' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter domain should be final. |
78
|
| Expected @param tag for 'domain'. |
78
|
| Expected an @return tag. |
88
|
| Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter username should be final. |
96
|
| Expected @param tag for 'username'. |
96
|
| Method 'setUser' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Parameter username should be final. |
107
|
| Expected @param tag for 'username'. |
107
|
| Expected an @return tag. |
132
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
140
|
| Parameter status should be final. |
140
|
| Expected @param tag for 'status'. |
140
|
| Method 'getCause' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Method 'setCause' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Parameter cause should be final. |
163
|
net/sf/asterisk/manager/event/ReloadEvent.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Parameter source should be final. |
38
|
| Expected @param tag for 'source'. |
38
|
| Expected an @return tag. |
46
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| Parameter message should be final. |
51
|
net/sf/asterisk/manager/event/RenameEvent.java
| Error | Line |
| Variable 'oldname' must be private and have accessor methods. |
36
|
| Variable 'newname' must be private and have accessor methods. |
41
|
| Line has trailing spaces. |
42
|
| Variable 'uniqueId' must be private and have accessor methods. |
46
|
| Parameter source should be final. |
51
|
| Expected @param tag for 'source'. |
51
|
net/sf/asterisk/manager/event/ResponseEvent.java
| Error | Line |
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Parameter source should be final. |
36
|
| Expected @param tag for 'source'. |
36
|
| Method 'getActionId' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setActionId' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter actionId should be final. |
57
|
| Method 'getInternalActionId' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Method 'setInternalActionId' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter internalActionId should be final. |
82
|
net/sf/asterisk/manager/event/ShutdownEvent.java
| Error | Line |
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
| Expected an @return tag. |
48
|
| Method 'getShutdown' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Method 'setShutdown' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter shutdown should be final. |
53
|
| Expected an @return tag. |
62
|
| Method 'getRestart' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Method 'setRestart' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Parameter restart should be final. |
67
|
net/sf/asterisk/manager/event/StatusCompleteEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/StatusEvent.java
| Error | Line |
| 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
|
| Parameter source should be final. |
48
|
| Expected @param tag for 'source'. |
48
|
| Expected an @return tag. |
56
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter channel should be final. |
64
|
| Expected @param tag for 'channel'. |
64
|
| Expected an @return tag. |
72
|
| Method 'getCallerId' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Method 'setCallerId' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter callerId should be final. |
80
|
| Expected @param tag for 'callerId'. |
80
|
| Expected an @return tag. |
88
|
| Method 'getCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Method 'setCallerIdName' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter callerIdName should be final. |
96
|
| Expected @param tag for 'callerIdName'. |
96
|
| Expected an @return tag. |
104
|
| Method 'getAccount' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Method 'setAccount' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter account should be final. |
112
|
| Expected @param tag for 'account'. |
112
|
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
122
|
| Parameter state should be final. |
122
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Missing a Javadoc comment. |
127
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Parameter context should be final. |
132
|
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Missing a Javadoc comment. |
137
|
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Missing a Javadoc comment. |
142
|
| Parameter extension should be final. |
142
|
| Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Missing a Javadoc comment. |
147
|
| Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Missing a Javadoc comment. |
152
|
| Parameter priority should be final. |
152
|
| Expected an @return tag. |
160
|
| Method 'getSeconds' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Method 'setSeconds' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Parameter seconds should be final. |
168
|
| Expected @param tag for 'seconds'. |
168
|
| Expected an @return tag. |
176
|
| Method 'getLink' is not designed for extension - needs to be abstract, final or empty. |
176
|
| Method 'setLink' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Parameter link should be final. |
184
|
| Expected @param tag for 'link'. |
184
|
| Expected an @return tag. |
192
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Parameter uniqueId should be final. |
200
|
| Expected @param tag for 'uniqueId'. |
200
|
net/sf/asterisk/manager/event/UnholdEvent.java
| Error | Line |
| Parameter source should be final. |
52
|
| Expected @param tag for 'source'. |
52
|
| Expected an @return tag. |
60
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter channel should be final. |
68
|
| Expected @param tag for 'channel'. |
68
|
| Expected an @return tag. |
76
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter uniqueId should be final. |
84
|
| Expected @param tag for 'uniqueId'. |
84
|
net/sf/asterisk/manager/event/UnlinkEvent.java
| Error | Line |
| Parameter source should be final. |
37
|
| Expected @param tag for 'source'. |
37
|
net/sf/asterisk/manager/event/UnparkedCallEvent.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Parameter source should be final. |
41
|
| Expected @param tag for 'source'. |
41
|
| Expected an @return tag. |
49
|
| Method 'getFrom' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter from should be final. |
57
|
| Expected @param tag for 'from'. |
57
|
net/sf/asterisk/manager/event/UserEvent.java
| Error | Line |
| Missing a Javadoc comment. |
79
|
| Parameter source should be final. |
79
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Parameter channel should be final. |
99
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter uniqueId should be final. |
119
|
net/sf/asterisk/manager/event/ZapShowChannelsCompleteEvent.java
| Error | Line |
| Parameter source should be final. |
39
|
| Expected @param tag for 'source'. |
39
|
net/sf/asterisk/manager/event/ZapShowChannelsEvent.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Parameter source should be final. |
42
|
| Expected @param tag for 'source'. |
42
|
| Expected an @return tag. |
50
|
| Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter channel should be final. |
58
|
| Expected @param tag for 'channel'. |
58
|
| Expected an @return tag. |
92
|
| Method 'getSignalling' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Method 'setSignalling' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter signalling should be final. |
100
|
| Expected @param tag for 'signalling'. |
100
|
| Expected an @return tag. |
108
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter context should be final. |
116
|
| Expected @param tag for 'context'. |
116
|
| Expected an @return tag. |
134
|
| Method 'getAlarm' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Method 'setAlarm' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter alarm should be final. |
142
|
| Expected @param tag for 'alarm'. |
142
|
net/sf/asterisk/manager/impl/ActionBuilderImpl.java
| Error | Line |
| Missing a Javadoc comment. |
44
|
net/sf/asterisk/manager/impl/EventBuilderImpl.java
| Error | Line |
| Missing a Javadoc comment. |
103
|
| Missing a Javadoc comment. |
104
|
| Missing a Javadoc comment. |
106
|
| Missing a Javadoc comment. |
112
|
| Method 'registerEventClass' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Parameter clazz should be final. |
175
|
| Method 'registerEventClass' is not designed for extension - needs to be abstract, final or empty. |
207
|
| Parameter eventType should be final. |
207
|
| Parameter clazz should be final. |
207
|
| Method 'buildEvent' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Missing a Javadoc comment. |
244
|
| Parameter source should be final. |
244
|
| Parameter attributes should be final. |
244
|
| Missing a Javadoc comment. |
310
|
| Parameter event should be final. |
310
|
| Parameter attributes should be final. |
310
|
| Parameter s should be final. |
401
|
| Missing a Javadoc comment. |
452
|
| Parameter clazz should be final. |
452
|
net/sf/asterisk/manager/impl/ManagerReaderImpl.java
| Error | Line |
| Parameter asteriskServer should be final. |
91
|
| Expected @param tag for 'asteriskServer'. |
91
|
| Method 'setSocket' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Method 'registerEventClass' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter eventClass should be final. |
110
|
| Method 'run' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Method length is 160 lines (max allowed is 150). |
123
|
| Line has trailing spaces. |
157
|
| Line has trailing spaces. |
167
|
| Line has trailing spaces. |
170
|
| Line contains a tab character. |
170
|
| Line has trailing spaces. |
174
|
| Line has trailing spaces. |
228
|
| '}' should be alone on a line. |
237
|
| Method 'die' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Missing a Javadoc comment. |
285
|
| Missing a Javadoc comment. |
290
|
| Parameter buffer should be final. |
290
|
| Missing a Javadoc comment. |
304
|
| Parameter source should be final. |
304
|
| Parameter buffer should be final. |
304
|
net/sf/asterisk/manager/impl/ManagerWriterImpl.java
| Error | Line |
| Missing a Javadoc comment. |
48
|
| Method 'setSocket' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Missing a Javadoc comment. |
58
|
| Method 'sendAction' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Missing a Javadoc comment. |
63
|
net/sf/asterisk/manager/impl/ResponseBuilderImpl.java
| Error | Line |
| Method 'buildResponse' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Line has trailing spaces. |
50
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
77
|
net/sf/asterisk/manager/impl/ResponseEventsImpl.java
| Error | Line |
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Method 'setRepsonse' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter response should be final. |
72
|
| Method 'addEvent' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter event should be final. |
82
|
| Method 'setComplete' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter complete should be final. |
96
|
net/sf/asterisk/manager/response/ChallengeResponse.java
| Error | Line |
| Missing a Javadoc comment. |
36
|
| Method 'getChallenge' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Method 'setChallenge' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter challenge should be final. |
51
|
| Expected @param tag for 'challenge'. |
51
|
net/sf/asterisk/manager/response/CommandResponse.java
| Error | Line |
| Missing a Javadoc comment. |
41
|
| Variable 'result' must be private and have accessor methods. |
41
|
| Expected an @return tag. |
46
|
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Method 'setResult' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter result should be final. |
54
|
| Expected @param tag for 'result'. |
54
|
net/sf/asterisk/manager/response/ExtensionStateResponse.java
| Error | Line |
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Method 'getExten' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Method 'setExten' is not designed for extension - needs to be abstract, final or empty. |
39
|
| Missing a Javadoc comment. |
39
|
| Parameter exten should be final. |
39
|
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Missing a Javadoc comment. |
49
|
| Parameter context should be final. |
49
|
| Method 'getHint' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Method 'setHint' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Missing a Javadoc comment. |
59
|
| Parameter hint should be final. |
59
|
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Missing a Javadoc comment. |
64
|
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Missing a Javadoc comment. |
69
|
| Parameter status should be final. |
69
|
| Line has trailing spaces. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
net/sf/asterisk/manager/response/MailboxCountResponse.java
| Error | Line |
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Expected an @return tag. |
41
|
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Method 'setMailbox' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter mailbox should be final. |
49
|
| Expected @param tag for 'mailbox'. |
49
|
| Expected an @return tag. |
57
|
| Method 'getNewMessages' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Method 'setNewMessages' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter newMessages should be final. |
65
|
| Expected @param tag for 'newMessages'. |
65
|
| Expected an @return tag. |
73
|
| Method 'getOldMessages' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Method 'setOldMessages' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter oldMessages should be final. |
81
|
| Expected @param tag for 'oldMessages'. |
81
|
net/sf/asterisk/manager/response/MailboxStatusResponse.java
| Error | Line |
| Line has trailing spaces. |
34
|
| Line has trailing spaces. |
39
|
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Method 'setMailbox' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter mailbox should be final. |
58
|
| Expected an @return tag. |
67
|
| Method 'getWaiting' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Method 'setWaiting' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter waiting should be final. |
76
|
| Expected @param tag for 'waiting'. |
76
|
net/sf/asterisk/manager/response/ManagerResponse.java
| Error | Line |
| 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
|
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Parameter attributes should be final. |
63
|
| Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter key should be final. |
90
|
| Expected an @return tag. |
99
|
| Method 'getDateReceived' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Method 'setDateReceived' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter dateReceived should be final. |
108
|
| Expected @param tag for 'dateReceived'. |
108
|
| Expected an @return tag. |
117
|
| Method 'getActionId' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Method 'setActionId' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter actionId should be final. |
125
|
| Expected @param tag for 'actionId'. |
125
|
| Expected an @return tag. |
134
|
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter message should be final. |
142
|
| Expected @param tag for 'message'. |
142
|
| Expected an @return tag. |
152
|
| Method 'getResponse' is not designed for extension - needs to be abstract, final or empty. |
152
|
| Method 'setResponse' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter response should be final. |
160
|
| Expected @param tag for 'response'. |
160
|
| Expected an @return tag. |
170
|
| Method 'getUniqueId' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Method 'setUniqueId' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter uniqueId should be final. |
178
|
| Expected @param tag for 'uniqueId'. |
178
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
183
|
| Missing a Javadoc comment. |
183
|
net/sf/asterisk/package.html
| Error | Line |
| Missing package documentation file. | 0 |
net/sf/asterisk/util/AstUtil.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Class AstUtil should be declared as final. |
10
|
| Missing a Javadoc comment. |
13
|
| Parameter s should be final. |
44
|
| Conditional logic can be removed. |
51
|
net/sf/asterisk/util/DateUtil.java
| Error | Line |
| Class DateUtil should be declared as final. |
27
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
31
|
| Parameter currentDate should be final. |
42
|
net/sf/asterisk/util/Log.java
| Error | Line |
| 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
|
net/sf/asterisk/util/LogFactory.java
| Error | Line |
| Utility classes should not have a public or default constructor. |
29
|
| Line has trailing spaces. |
42
|
| Parameter clazz should be final. |
49
|
net/sf/asterisk/util/ThreadPool.java
| Error | Line |
| Missing a Javadoc comment. |
22
|
| 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
|
| Parameter name should be final. |
37
|
| Parameter numThreads should be final. |
37
|
| Method 'obtainJob' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Must have at least one statement. |
82
|
| Method 'addJob' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter runnable should be final. |
109
|
| Expected @param tag for 'runnable'. |
109
|
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Missing a Javadoc comment. |
137
|
| Parameter group should be final. |
137
|
| Parameter name should be final. |
137
|
| Missing a Javadoc comment. |
171
|
| Parameter name should be final. |
171
|
| Parameter t should be final. |
179
|
| Expected @param tag for 't'. |
179
|
| Parameter e should be final. |
179
|
| Expected @param tag for 'e'. |
179
|
net/sf/asterisk/util/impl/JavaLoggingLog.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Parameter clazz should be final. |
32
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Missing a Javadoc comment. |
37
|
| Parameter obj should be final. |
37
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Missing a Javadoc comment. |
42
|
| Parameter obj should be final. |
42
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Missing a Javadoc comment. |
47
|
| Parameter obj should be final. |
47
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Missing a Javadoc comment. |
52
|
| Parameter obj should be final. |
52
|
| Parameter ex should be final. |
52
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter obj should be final. |
57
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Missing a Javadoc comment. |
62
|
| Parameter obj should be final. |
62
|
| Parameter ex should be final. |
62
|
net/sf/asterisk/util/impl/Log4JLogger.java
| Error | Line |
| Line does not match expected header line of ' * Copyright 2004-2005 Stefan Reuter'. |
2
|
| Missing a Javadoc comment. |
50
|
| Name 'is12' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
50
|
| Missing a Javadoc comment. |
61
|
| Parameter clazz should be final. |
68
|
| Expected @param tag for 'clazz'. |
68
|
| Method 'trace' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter message should be final. |
80
|
| Expected @param tag for 'message'. |
80
|
| Method 'trace' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter message should be final. |
96
|
| Expected @param tag for 'message'. |
96
|
| Parameter t should be final. |
96
|
| Expected @param tag for 't'. |
96
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter message should be final. |
111
|
| Expected @param tag for 'message'. |
111
|
| Method 'debug' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter message should be final. |
126
|
| Expected @param tag for 'message'. |
126
|
| Parameter t should be final. |
126
|
| Expected @param tag for 't'. |
126
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter message should be final. |
141
|
| Expected @param tag for 'message'. |
141
|
| Method 'info' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter message should be final. |
156
|
| Expected @param tag for 'message'. |
156
|
| Parameter t should be final. |
156
|
| Expected @param tag for 't'. |
156
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter message should be final. |
171
|
| Expected @param tag for 'message'. |
171
|
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter message should be final. |
186
|
| Expected @param tag for 'message'. |
186
|
| Parameter t should be final. |
186
|
| Expected @param tag for 't'. |
186
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Parameter message should be final. |
201
|
| Expected @param tag for 'message'. |
201
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
216
|
| Parameter message should be final. |
216
|
| Expected @param tag for 'message'. |
216
|
| Parameter t should be final. |
216
|
| Expected @param tag for 't'. |
216
|
| Method 'fatal' is not designed for extension - needs to be abstract, final or empty. |
231
|
| Parameter message should be final. |
231
|
| Expected @param tag for 'message'. |
231
|
| Method 'fatal' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Parameter message should be final. |
246
|
| Expected @param tag for 'message'. |
246
|
| Parameter t should be final. |
246
|
| Expected @param tag for 't'. |
246
|
| Expected an @return tag. |
261
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Expected an @return tag. |
274
|
| Method 'isDebugEnabled' is not designed for extension - needs to be abstract, final or empty. |
274
|
| Expected an @return tag. |
283
|
| Method 'isErrorEnabled' is not designed for extension - needs to be abstract, final or empty. |
283
|
| Expected an @return tag. |
299
|
| Method 'isFatalEnabled' is not designed for extension - needs to be abstract, final or empty. |
299
|
| Expected an @return tag. |
315
|
| Method 'isInfoEnabled' is not designed for extension - needs to be abstract, final or empty. |
315
|
| Expected an @return tag. |
325
|
| Method 'isTraceEnabled' is not designed for extension - needs to be abstract, final or empty. |
325
|
| Expected an @return tag. |
334
|
| Method 'isWarnEnabled' is not designed for extension - needs to be abstract, final or empty. |
334
|
net/sf/asterisk/util/impl/NullLog.java
| Error | Line |
| Missing a Javadoc comment. |
37
|
| Parameter obj should be final. |
37
|
| Missing a Javadoc comment. |
41
|
| Parameter obj should be final. |
41
|
| Missing a Javadoc comment. |
45
|
| Parameter obj should be final. |
45
|
| Missing a Javadoc comment. |
49
|
| Parameter obj should be final. |
49
|
| Parameter ex should be final. |
49
|
| Missing a Javadoc comment. |
53
|
| Parameter obj should be final. |
53
|
| Missing a Javadoc comment. |
57
|
| Parameter obj should be final. |
57
|
| Parameter ex should be final. |
57
|