Apache Commons logo Commons SCXML

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
222 0 0 3051

Files

Files Infos Warnings Errors
src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java 0 0 9
src/main/java/org/apache/commons/scxml2/Builtin.java 0 0 3
src/main/java/org/apache/commons/scxml2/Context.java 0 0 3
src/main/java/org/apache/commons/scxml2/Evaluator.java 0 0 27
src/main/java/org/apache/commons/scxml2/EvaluatorFactory.java 0 0 51
src/main/java/org/apache/commons/scxml2/EvaluatorProvider.java 0 0 4
src/main/java/org/apache/commons/scxml2/EventDispatcher.java 0 0 2
src/main/java/org/apache/commons/scxml2/NotificationRegistry.java 0 0 2
src/main/java/org/apache/commons/scxml2/SCInstance.java 0 0 90
src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java 0 0 113
src/main/java/org/apache/commons/scxml2/SCXMLExecutor.java 0 0 68
src/main/java/org/apache/commons/scxml2/SCXMLIOProcessor.java 0 0 11
src/main/java/org/apache/commons/scxml2/SCXMLSemantics.java 0 0 42
src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java 0 0 28
src/main/java/org/apache/commons/scxml2/StateConfiguration.java 0 0 26
src/main/java/org/apache/commons/scxml2/Status.java 0 0 8
src/main/java/org/apache/commons/scxml2/TriggerEvent.java 0 0 10
src/main/java/org/apache/commons/scxml2/XPathBuiltin.java 0 0 31
src/main/java/org/apache/commons/scxml2/env/AbstractSCXMLListener.java 0 0 8
src/main/java/org/apache/commons/scxml2/env/AbstractStateMachine.java 0 0 10
src/main/java/org/apache/commons/scxml2/env/EffectiveContextMap.java 0 0 6
src/main/java/org/apache/commons/scxml2/env/LogUtils.java 0 0 3
src/main/java/org/apache/commons/scxml2/env/SimpleContext.java 0 0 12
src/main/java/org/apache/commons/scxml2/env/SimpleDispatcher.java 0 0 36
src/main/java/org/apache/commons/scxml2/env/SimpleErrorHandler.java 0 0 3
src/main/java/org/apache/commons/scxml2/env/SimpleErrorReporter.java 0 0 20
src/main/java/org/apache/commons/scxml2/env/SimpleSCXMLListener.java 0 0 10
src/main/java/org/apache/commons/scxml2/env/SimpleXMLReporter.java 0 0 7
src/main/java/org/apache/commons/scxml2/env/Tracer.java 0 0 25
src/main/java/org/apache/commons/scxml2/env/URLResolver.java 0 0 4
src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContext.java 0 0 41
src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContextBinding.java 0 0 15
src/main/java/org/apache/commons/scxml2/env/groovy/GroovyEvaluator.java 0 0 95
src/main/java/org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.java 0 0 147
src/main/java/org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.java 0 0 43
src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java 0 0 43
src/main/java/org/apache/commons/scxml2/env/javascript/JSContext.java 0 0 1
src/main/java/org/apache/commons/scxml2/env/javascript/JSEvaluator.java 0 0 53
src/main/java/org/apache/commons/scxml2/env/javascript/JSFunctions.java 0 0 11
src/main/java/org/apache/commons/scxml2/env/jexl/JexlBuiltin.java 0 0 10
src/main/java/org/apache/commons/scxml2/env/jexl/JexlContext.java 0 0 1
src/main/java/org/apache/commons/scxml2/env/jexl/JexlEvaluator.java 0 0 67
src/main/java/org/apache/commons/scxml2/env/minimal/MinimalContext.java 0 0 7
src/main/java/org/apache/commons/scxml2/env/minimal/MinimalEvaluator.java 0 0 17
src/main/java/org/apache/commons/scxml2/env/xpath/ContextVariables.java 0 0 4
src/main/java/org/apache/commons/scxml2/env/xpath/XPathEvaluator.java 0 0 142
src/main/java/org/apache/commons/scxml2/env/xpath/XPathFunctions.java 0 0 12
src/main/java/org/apache/commons/scxml2/invoke/AsyncTrigger.java 0 0 1
src/main/java/org/apache/commons/scxml2/invoke/Invoker.java 0 0 3
src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java 0 0 13
src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java 0 0 42
src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java 0 0 687
src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java 0 0 225
src/main/java/org/apache/commons/scxml2/model/Action.java 0 0 12
src/main/java/org/apache/commons/scxml2/model/ActionsContainer.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/Assign.java 0 0 18
src/main/java/org/apache/commons/scxml2/model/Cancel.java 0 0 12
src/main/java/org/apache/commons/scxml2/model/Content.java 0 0 2
src/main/java/org/apache/commons/scxml2/model/ContentContainer.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/CustomAction.java 0 0 1
src/main/java/org/apache/commons/scxml2/model/DocumentOrder.java 0 0 10
src/main/java/org/apache/commons/scxml2/model/ElseIf.java 0 0 2
src/main/java/org/apache/commons/scxml2/model/EnterableState.java 0 0 12
src/main/java/org/apache/commons/scxml2/model/Final.java 0 0 2
src/main/java/org/apache/commons/scxml2/model/Finalize.java 0 0 1
src/main/java/org/apache/commons/scxml2/model/Foreach.java 0 0 26
src/main/java/org/apache/commons/scxml2/model/History.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/If.java 0 0 5
src/main/java/org/apache/commons/scxml2/model/Initial.java 0 0 6
src/main/java/org/apache/commons/scxml2/model/Invoke.java 0 0 47
src/main/java/org/apache/commons/scxml2/model/Log.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/NamelistHolder.java 0 0 9
src/main/java/org/apache/commons/scxml2/model/Observable.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/OnEntry.java 0 0 5
src/main/java/org/apache/commons/scxml2/model/OnExit.java 0 0 5
src/main/java/org/apache/commons/scxml2/model/Parallel.java 0 0 1
src/main/java/org/apache/commons/scxml2/model/Param.java 0 0 1
src/main/java/org/apache/commons/scxml2/model/ParamsContainer.java 0 0 10
src/main/java/org/apache/commons/scxml2/model/PayloadProvider.java 0 0 49
src/main/java/org/apache/commons/scxml2/model/Raise.java 0 0 4
src/main/java/org/apache/commons/scxml2/model/SCXML.java 0 0 20
src/main/java/org/apache/commons/scxml2/model/Script.java 0 0 9
src/main/java/org/apache/commons/scxml2/model/Send.java 0 0 26
src/main/java/org/apache/commons/scxml2/model/SimpleTransition.java 0 0 35
src/main/java/org/apache/commons/scxml2/model/State.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/Transition.java 0 0 13
src/main/java/org/apache/commons/scxml2/model/TransitionTarget.java 0 0 21
src/main/java/org/apache/commons/scxml2/model/TransitionType.java 0 0 3
src/main/java/org/apache/commons/scxml2/model/TransitionalState.java 0 0 10
src/main/java/org/apache/commons/scxml2/model/Var.java 0 0 3
src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java 0 0 271
src/main/java/org/apache/commons/scxml2/semantics/Step.java 0 0 12
src/main/java/org/apache/commons/scxml2/system/EventVariable.java 0 0 17
src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java 0 0 1

Details

src/main/java/org/apache/commons/scxml2/ActionExecutionContext.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 23
Errors Line is longer than 80 characters (found 102). 24
Errors First sentence should end with a period. 29
Errors First sentence should end with a period. 34
Errors Line is longer than 80 characters (found 88). 36
Errors Parameter exctx should be final. 38
Errors Parameter state should be final. 59
Errors Expected @param tag for 'state'. 59

src/main/java/org/apache/commons/scxml2/Builtin.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 24
Errors Line is longer than 80 characters (found 123). 44
Errors 'cast' is not followed by whitespace. 44

src/main/java/org/apache/commons/scxml2/Context.java

Violation Message Line
Errors First sentence should end with a period. 68
Errors First sentence should end with a period. 97
Errors Line is longer than 80 characters (found 102). 98

src/main/java/org/apache/commons/scxml2/Evaluator.java

Violation Message Line
Errors First sentence should end with a period. 26
Errors First sentence should end with a period. 29
Errors First sentence should end with a period. 32
Errors First sentence should end with a period. 35
Errors First sentence should end with a period. 38
Errors Line is longer than 80 characters (found 84). 39
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Parameter value should be final. 54
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 62
Errors Parameter value should be final. 62
Errors First sentence should end with a period. 72
Errors First sentence should end with a period. 78
Errors Line is longer than 80 characters (found 90). 103
Errors First sentence should end with a period. 114
Errors Line is longer than 80 characters (found 102). 120
Errors Line is longer than 80 characters (found 100). 121
Errors Line is longer than 80 characters (found 92). 124

src/main/java/org/apache/commons/scxml2/EvaluatorFactory.java

Violation Message Line
Errors Line is longer than 80 characters (found 95). 32
Errors Line is longer than 80 characters (found 99). 34
Errors Line is longer than 80 characters (found 93). 35
Errors Line is longer than 80 characters (found 113). 40
Errors Line is longer than 80 characters (found 84). 42
Errors Line is longer than 80 characters (found 81). 43
Errors Line is longer than 80 characters (found 84). 44
Errors Line is longer than 80 characters (found 81). 48
Errors Line is longer than 80 characters (found 106). 49
Errors Line is longer than 80 characters (found 110). 52
Errors Line is longer than 80 characters (found 107). 53
Errors Missing a Javadoc comment. 59
Errors Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors Line is longer than 80 characters (found 112). 61
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 63
Errors Line is longer than 80 characters (found 104). 64
Errors Line is longer than 80 characters (found 95). 65
Errors Line is longer than 80 characters (found 107). 66
Errors Line is longer than 80 characters (found 101). 67
Errors Line is longer than 80 characters (found 110). 68
Errors Line is longer than 80 characters (found 93). 69
Errors Missing a Javadoc comment. 72
Errors Parameter defaultProvider should be final. 72
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 81
Errors Parameter datamodelName should be final. 82
Errors Line is longer than 80 characters (found 98). 83
Errors Avoid inline conditionals. 83
Errors Missing a Javadoc comment. 86
Errors Parameter provider should be final. 87
Errors Missing a Javadoc comment. 91
Errors Parameter datamodelName should be final. 92
Errors Line is longer than 80 characters (found 94). 93
Errors Avoid inline conditionals. 93
Errors Line is longer than 80 characters (found 94). 97
Errors Line is longer than 80 characters (found 84). 98
Errors Line is longer than 80 characters (found 119). 99
Errors Line is longer than 80 characters (found 116). 100
Errors Parameter document should be final. 103
Errors Line is longer than 80 characters (found 85). 104
Errors Avoid inline conditionals. 104
Errors Line is longer than 80 characters (found 120). 105
Errors Avoid inline conditionals. 105
Errors Line is longer than 80 characters (found 101). 107
Errors '+' is not preceded with whitespace. 107
Errors '+' is not followed by whitespace. 107
Errors '+' is not preceded with whitespace. 107
Errors '+' is not followed by whitespace. 107
Errors Line is longer than 80 characters (found 92). 109
Errors Avoid inline conditionals. 109

src/main/java/org/apache/commons/scxml2/EvaluatorProvider.java

Violation Message Line
Errors Line is longer than 80 characters (found 99). 22
Errors Line is longer than 80 characters (found 101). 32
Errors Line is longer than 80 characters (found 115). 37
Errors Line is longer than 80 characters (found 111). 39

src/main/java/org/apache/commons/scxml2/EventDispatcher.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 40
Errors Line is longer than 80 characters (found 110). 51

src/main/java/org/apache/commons/scxml2/NotificationRegistry.java

Violation Message Line
Errors Line is longer than 80 characters (found 85). 58
Errors Line is longer than 80 characters (found 88). 75

src/main/java/org/apache/commons/scxml2/SCInstance.java

Violation Message Line
Errors Line is longer than 80 characters (found 91). 59
Errors Line is longer than 80 characters (found 92). 64
Errors First sentence should end with a period. 76
Errors First sentence should end with a period. 86
Errors First sentence should end with a period. 91
Errors Line is longer than 80 characters (found 97). 109
Errors Line is longer than 80 characters (found 108). 114
Errors First sentence should end with a period. 126
Errors First sentence should end with a period. 131
Errors Line is longer than 80 characters (found 111). 132
Errors First sentence should end with a period. 136
Errors Line is longer than 80 characters (found 95). 142
Errors Line is longer than 80 characters (found 112). 152
Errors Line is longer than 80 characters (found 86). 154
Errors Line is longer than 80 characters (found 132). 164
Errors Line is longer than 80 characters (found 116). 165
Errors '+' is not preceded with whitespace. 165
Errors '+' is not followed by whitespace. 165
Errors '+' is not preceded with whitespace. 165
Errors '+' is not followed by whitespace. 165
Errors Line is longer than 80 characters (found 137). 166
Errors '+' is not preceded with whitespace. 166
Errors '+' is not followed by whitespace. 166
Errors '+' is not preceded with whitespace. 166
Errors '+' is not followed by whitespace. 166
Errors '+' is not preceded with whitespace. 166
Errors '+' is not followed by whitespace. 166
Errors '+' is not preceded with whitespace. 166
Errors '+' is not followed by whitespace. 166
Errors Line is longer than 80 characters (found 83). 186
Errors First sentence should end with a period. 195
Errors Line is longer than 80 characters (found 81). 199
Errors Parameter internalIOProcessor should be final. 199
Errors Line is longer than 80 characters (found 87). 206
Errors Line is longer than 80 characters (found 94). 211
Errors Parameter evaluator should be final. 211
Errors Parameter reAttach should be final. 211
Errors Expected @param tag for 'reAttach'. 211
Errors Expected @throws tag for 'ModelException'. 211
Errors '}' should be on the same line. 217
Errors Line is longer than 80 characters (found 86). 219
Errors First sentence should end with a period. 231
Errors Line is longer than 80 characters (found 94). 234
Errors Line is longer than 80 characters (found 88). 236
Errors Parameter errorReporter should be final. 236
Errors Line is longer than 80 characters (found 120). 253
Errors Line is longer than 80 characters (found 93). 257
Errors Parameter stateMachine should be final. 259
Errors Missing a Javadoc comment. 267
Errors Parameter singleContext should be final. 267
Errors Missing a Javadoc comment. 274
Errors Line is longer than 80 characters (found 106). 286
Errors Line is longer than 80 characters (found 103). 288
Errors Line is longer than 80 characters (found 88). 297
Errors Line is longer than 80 characters (found 127). 316
Errors Line is longer than 80 characters (found 100). 318
Errors Line is longer than 80 characters (found 91). 321
Errors Line is longer than 80 characters (found 116). 323
Errors Comment matches to-do format 'TODO:'. 324
Errors Line is longer than 80 characters (found 123). 328
Errors '}' should be on the same line. 329
Errors Line is longer than 80 characters (found 131). 332
Errors Line is longer than 80 characters (found 103). 334
Errors '}' should be on the same line. 335
Errors Line is longer than 80 characters (found 131). 338
Errors Line is longer than 80 characters (found 104). 340
Errors '}' should be on the same line. 342
Errors First sentence should end with a period. 373
Errors Line is longer than 80 characters (found 118). 376
Errors Line is longer than 80 characters (found 83). 378
Errors Redundant throws: 'IllegalStateException' is unchecked exception. 378
Errors Line is longer than 80 characters (found 117). 380
Errors Line is longer than 80 characters (found 93). 392
Errors Avoid inline conditionals. 393
Errors Line is longer than 80 characters (found 111). 422
Errors '?' should be on a new line. 422
Errors Avoid inline conditionals. 422
Errors Line is longer than 80 characters (found 93). 423
Errors Line is longer than 80 characters (found 111). 425
Errors Line is longer than 80 characters (found 116). 426
Errors Name '_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 426
Errors Avoid inline conditionals. 426
Errors Line is longer than 80 characters (found 89). 427
Errors Line is longer than 80 characters (found 103). 428
Errors Avoid inline conditionals. 431
Errors Line is longer than 80 characters (found 102). 435
Errors Line is longer than 80 characters (found 81). 449
Errors '}' should be on the same line. 459
Errors 'cast' is not followed by whitespace. 470
Errors First sentence should end with a period. 490

src/main/java/org/apache/commons/scxml2/SCXMLExecutionContext.java

Violation Message Line
Errors First sentence should end with a period. 37
Errors Line is longer than 80 characters (found 111). 38
Errors First sentence should end with a period. 43
Errors Line is longer than 80 characters (found 86). 46
Errors First sentence should end with a period. 47
Errors First sentence should end with a period. 57
Errors Line is longer than 80 characters (found 99). 58
Errors First sentence should end with a period. 62
Errors First sentence should end with a period. 77
Errors First sentence should end with a period. 97
Errors Line is longer than 80 characters (found 90). 100
Errors Line is longer than 80 characters (found 96). 103
Errors Line is longer than 80 characters (found 121). 105
Errors First sentence should end with a period. 107
Errors Line is longer than 80 characters (found 81). 115
Errors First sentence should end with a period. 117
Errors Line is longer than 80 characters (found 103). 120
Errors First sentence should end with a period. 122
Errors Line is longer than 80 characters (found 101). 123
Errors First sentence should end with a period. 127
Errors Line is longer than 80 characters (found 98). 128
Errors First sentence should end with a period. 132
Errors Line is longer than 80 characters (found 100). 137
Errors Line is longer than 80 characters (found 99). 138
Errors Line is longer than 80 characters (found 85). 140
Errors Parameter scxmlExecutor should be final. 140
Errors Parameter evaluator should be final. 140
Errors Line is longer than 80 characters (found 99). 141
Errors Parameter eventDispatcher should be final. 141
Errors Parameter errorReporter should be final. 141
Errors Line is longer than 80 characters (found 98). 145
Errors Avoid inline conditionals. 145
Errors Line is longer than 80 characters (found 95). 146
Errors Avoid inline conditionals. 146
Errors Line is longer than 80 characters (found 83). 149
Errors Line is longer than 80 characters (found 93). 152
Errors Line is longer than 80 characters (found 91). 153
Errors Line is longer than 80 characters (found 94). 154
Errors Line is longer than 80 characters (found 110). 156
Errors Missing a Javadoc comment. 163
Errors Missing a Javadoc comment. 167
Errors Missing a Javadoc comment. 171
Errors First sentence should end with a period. 189
Errors First sentence should end with a period. 196
Errors Line is longer than 80 characters (found 89). 197
Errors Parameter checkLegalConfiguration should be final. 200
Errors Line is longer than 80 characters (found 115). 212
Errors Line is longer than 80 characters (found 81). 215
Errors Line is longer than 80 characters (found 119). 246
Errors Line is longer than 80 characters (found 117). 250
Errors Parameter stateMachine should be final. 252
Errors Line is longer than 80 characters (found 116). 260
Errors Line is longer than 80 characters (found 94). 261
Errors Line is longer than 80 characters (found 119). 285
Errors Line is longer than 80 characters (found 117). 289
Errors Parameter evaluator should be final. 291
Errors First sentence should end with a period. 305
Errors Line is longer than 80 characters (found 114). 308
Errors Parameter errorReporter should be final. 310
Errors Line is longer than 80 characters (found 95). 311
Errors Avoid inline conditionals. 311
Errors '}' should be on the same line. 314
Errors Must have at least one statement. 315
Errors First sentence should end with a period. 327
Errors Line is longer than 80 characters (found 115). 330
Errors Parameter eventdispatcher should be final. 332
Errors Line is longer than 80 characters (found 98). 333
Errors Avoid inline conditionals. 333
Errors First sentence should end with a period. 343
Errors Line is longer than 80 characters (found 112). 344
Errors Line is longer than 80 characters (found 119). 349
Errors 'cast' is not followed by whitespace. 349
Errors Line is longer than 80 characters (found 101). 352
Errors '+' is not preceded with whitespace. 352
Errors '+' is not followed by whitespace. 352
Errors Line is longer than 80 characters (found 109). 355
Errors '+' is not preceded with whitespace. 355
Errors '+' is not followed by whitespace. 355
Errors Line is longer than 80 characters (found 124). 356
Errors '+' is not preceded with whitespace. 356
Errors '+' is not followed by whitespace. 356
Errors Line is longer than 80 characters (found 136). 358
Errors Line is longer than 80 characters (found 98). 365
Errors Line is longer than 80 characters (found 81). 372
Errors Parameter instance should be final. 386
Errors ')' is preceded with whitespace. 387
Errors '}' should be on the same line. 398
Errors Must have at least one statement. 399
Errors Line is longer than 80 characters (found 89). 408
Errors Line is longer than 80 characters (found 105). 411
Errors Line is longer than 80 characters (found 87). 416
Errors Line is longer than 80 characters (found 89). 418
Errors First sentence should end with a period. 424
Errors Line is longer than 80 characters (found 87). 431
Errors Line is longer than 80 characters (found 90). 436
Errors First sentence should end with a period. 460
Errors Line is longer than 80 characters (found 101). 467
Errors Line is longer than 80 characters (found 83). 470
Errors Line is longer than 80 characters (found 118). 474
Errors '+' is not preceded with whitespace. 474
Errors '+' is not followed by whitespace. 474
Errors First sentence should end with a period. 478
Errors Line is longer than 80 characters (found 90). 484
Errors '+' is not preceded with whitespace. 484
Errors '+' is not followed by whitespace. 484
Errors First sentence should end with a period. 496
Errors Parameter invoke should be final. 501
Errors Line is longer than 80 characters (found 111). 507
Errors '+' is not preceded with whitespace. 507
Errors '+' is not followed by whitespace. 507
Errors First sentence should end with a period. 514
Errors Parameter event should be final. 519
Errors Line is longer than 80 characters (found 81). 524

src/main/java/org/apache/commons/scxml2/SCXMLExecutor.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 54
Errors First sentence should end with a period. 64
Errors First sentence should end with a period. 69
Errors Line is longer than 80 characters (found 101). 72
Errors Line is longer than 80 characters (found 85). 89
Errors Line is longer than 80 characters (found 83). 102
Errors Line is longer than 80 characters (found 82). 104
Errors Avoid inline conditionals. 104
Errors Line is longer than 80 characters (found 84). 105
Errors First sentence should end with a period. 108
Errors Line is longer than 80 characters (found 88). 116
Errors Line is longer than 80 characters (found 98). 117
Errors Line is longer than 80 characters (found 118). 139
Errors Line is longer than 80 characters (found 116). 143
Errors Line is longer than 80 characters (found 113). 144
Errors Line is longer than 80 characters (found 85). 146
Errors Line is longer than 80 characters (found 97). 148
Errors Parameter atomicStateIds should be final. 148
Errors Line is longer than 80 characters (found 87). 153
Errors 'cast' is not followed by whitespace. 153
Errors 'cast' is not followed by whitespace. 154
Errors '}' should be on the same line. 158
Errors Line is longer than 80 characters (found 117). 160
Errors '+' is not preceded with whitespace. 160
Errors '+' is not followed by whitespace. 160
Errors '+' is not preceded with whitespace. 160
Errors '+' is not followed by whitespace. 160
Errors '}' should be on the same line. 168
Errors Line is longer than 80 characters (found 119). 177
Errors Line is longer than 80 characters (found 117). 184
Errors Line is longer than 80 characters (found 84). 202
Errors Line is longer than 80 characters (found 117). 214
Errors Missing a Javadoc comment. 233
Errors Parameter singleContext should be final. 233
Errors Missing a Javadoc comment. 237
Errors Line is longer than 80 characters (found 104). 248
Errors Line is longer than 80 characters (found 119). 260
Errors Line is longer than 80 characters (found 117). 267
Errors Line is longer than 80 characters (found 81). 269
Errors Line is longer than 80 characters (found 103). 270
Errors First sentence should end with a period. 283
Errors Line is longer than 80 characters (found 114). 286
Errors First sentence should end with a period. 301
Errors Line is longer than 80 characters (found 115). 304
Errors First sentence should end with a period. 310
Errors Line is longer than 80 characters (found 89). 311
Errors Parameter checkLegalConfiguration should be final. 314
Errors Line is longer than 80 characters (found 88). 340
Errors Line is longer than 80 characters (found 89). 358
Errors Line is longer than 80 characters (found 102). 361
Errors Line is longer than 80 characters (found 87). 366
Errors Line is longer than 80 characters (found 89). 368
Errors Line is longer than 80 characters (found 98). 377
Errors Line is longer than 80 characters (found 111). 380
Errors Line is longer than 80 characters (found 107). 381
Errors Parameter instance should be final. 397
Errors First sentence should end with a period. 419
Errors Line is longer than 80 characters (found 114). 434
Errors Line is longer than 80 characters (found 94). 436
Errors Line is longer than 80 characters (found 81). 447
Errors Line is longer than 80 characters (found 85). 454
Errors First sentence should end with a period. 495
Errors Line is longer than 80 characters (found 86). 496
Errors Line is longer than 80 characters (found 82). 497
Errors Inner assignments should be avoided. 501
Errors Missing a Javadoc comment. 506
Errors Parameter event should be final. 506

src/main/java/org/apache/commons/scxml2/SCXMLIOProcessor.java

Violation Message Line
Errors Line is longer than 80 characters (found 119). 20
Errors Line is longer than 80 characters (found 114). 21
Errors First sentence should end with a period. 25
Errors Line is longer than 80 characters (found 87). 28
Errors First sentence should end with a period. 30
Errors First sentence should end with a period. 35
Errors First sentence should end with a period. 40
Errors Line is longer than 80 characters (found 90). 43
Errors First sentence should end with a period. 45
Errors First sentence should end with a period. 50
Errors First sentence should end with a period. 55

src/main/java/org/apache/commons/scxml2/SCXMLSemantics.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 27
Errors Line is longer than 80 characters (found 100). 31
Errors Line is longer than 80 characters (found 96). 33
Errors Line is longer than 80 characters (found 99). 34
Errors Line is longer than 80 characters (found 99). 36
Errors Line is longer than 80 characters (found 110). 37
Errors Line is longer than 80 characters (found 118). 40
Errors Line is longer than 80 characters (found 83). 41
Errors Line is longer than 80 characters (found 113). 46
Errors Line is longer than 80 characters (found 119). 48
Errors Line is longer than 80 characters (found 117). 49
Errors Line is longer than 80 characters (found 116). 50
Errors Line is longer than 80 characters (found 102). 54
Errors Line is longer than 80 characters (found 115). 55
Errors Line is longer than 80 characters (found 111). 59
Errors Line is longer than 80 characters (found 111). 60
Errors Line is longer than 80 characters (found 122). 64
Errors Line is longer than 80 characters (found 113). 65
Errors Line is longer than 80 characters (found 99). 66
Errors Line is longer than 80 characters (found 120). 87
Errors Line is longer than 80 characters (found 114). 91
Errors Line is longer than 80 characters (found 118). 95
Errors Line is longer than 80 characters (found 116). 99
Errors Line is longer than 80 characters (found 119). 103
Errors Line is longer than 80 characters (found 120). 111
Errors Line is longer than 80 characters (found 118). 115
Errors Line is longer than 80 characters (found 107). 118
Errors Line is longer than 80 characters (found 120). 121
Errors Line is longer than 80 characters (found 113). 122
Errors Line is longer than 80 characters (found 116). 126
Errors Line is longer than 80 characters (found 83). 131
Errors Line is longer than 80 characters (found 101). 133
Errors Line is longer than 80 characters (found 116). 138
Errors Line is longer than 80 characters (found 113). 142
Errors Line is longer than 80 characters (found 116). 146
Errors Line is longer than 80 characters (found 95). 150
Errors Line is longer than 80 characters (found 83). 153
Errors Line is longer than 80 characters (found 121). 162
Errors Line is longer than 80 characters (found 108). 163
Errors Line is longer than 80 characters (found 105). 167
Errors Line is longer than 80 characters (found 102). 174
Errors Redundant 'public' modifier. 174

src/main/java/org/apache/commons/scxml2/SCXMLSystemContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 114). 29
Errors Line is longer than 80 characters (found 109). 31
Errors First sentence should end with a period. 40
Errors Line is longer than 80 characters (found 81). 41
Errors Line is longer than 80 characters (found 113). 42
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors First sentence should end with a period. 50
Errors Line is longer than 80 characters (found 114). 50
Errors First sentence should end with a period. 54
Errors Line is longer than 80 characters (found 89). 57
Errors Line is longer than 80 characters (found 92). 58
Errors First sentence should end with a period. 61
Errors First sentence should end with a period. 67
Errors First sentence should end with a period. 73
Errors Unused @throws tag for 'java.lang.NullPointerException'. 76
Errors Parameter systemContext should be final. 78
Errors '}' should be on the same line. 82
Errors Line is longer than 80 characters (found 82). 88
Errors First sentence should end with a period. 91
Errors Missing a Javadoc comment. 96
Errors Parameter systemContext should be final. 96
Errors Missing a Javadoc comment. 100
Errors Line is longer than 80 characters (found 98). 109
Errors Line is longer than 80 characters (found 113). 154
Errors 'cast' is not followed by whitespace. 158

src/main/java/org/apache/commons/scxml2/StateConfiguration.java

Violation Message Line
Errors First sentence should end with a period. 26
Errors Line is longer than 80 characters (found 83). 38
Errors Line is longer than 80 characters (found 98). 39
Errors Missing a Javadoc comment. 39
Errors Line is longer than 80 characters (found 83). 44
Errors Line is longer than 80 characters (found 98). 45
Errors Missing a Javadoc comment. 45
Errors First sentence should end with a period. 47
Errors First sentence should end with a period. 66
Errors Line is longer than 80 characters (found 86). 73
Errors '+' is not preceded with whitespace. 73
Errors '+' is not followed by whitespace. 73
Errors '+' is not preceded with whitespace. 73
Errors '+' is not followed by whitespace. 73
Errors Line is longer than 80 characters (found 97). 77
Errors '+' is not preceded with whitespace. 77
Errors '+' is not followed by whitespace. 77
Errors '+' is not preceded with whitespace. 77
Errors '+' is not followed by whitespace. 77
Errors First sentence should end with a period. 82
Errors Line is longer than 80 characters (found 83). 89
Errors '+' is not preceded with whitespace. 89
Errors '+' is not followed by whitespace. 89
Errors '+' is not preceded with whitespace. 89
Errors '+' is not followed by whitespace. 89
Errors First sentence should end with a period. 94

src/main/java/org/apache/commons/scxml2/Status.java

Violation Message Line
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 39
Errors Parameter configuration should be final. 39
Errors Line is longer than 80 characters (found 91). 44
Errors Line is longer than 80 characters (found 112). 51
Errors 'cast' is not followed by whitespace. 57
Errors Line is longer than 80 characters (found 83). 66
Errors Missing a Javadoc comment. 82

src/main/java/org/apache/commons/scxml2/TriggerEvent.java

Violation Message Line
Errors Avoid inline conditionals. 44
Errors Line is longer than 80 characters (found 111). 97
Errors Line is longer than 80 characters (found 84). 100
Errors Line is longer than 80 characters (found 96). 108
Errors Line is longer than 80 characters (found 84). 110
Errors Line is longer than 80 characters (found 84). 120
Errors Expected an @return tag. 169
Errors Expected @param tag for 'obj'. 170
Errors Expected an @return tag. 187
Errors Expected an @return tag. 203

src/main/java/org/apache/commons/scxml2/XPathBuiltin.java

Violation Message Line
Errors Line is longer than 80 characters (found 109). 22
Errors Line is longer than 80 characters (found 88). 25
Errors Utility classes should not have a public or default constructor. 27
Errors Missing a Javadoc comment. 29
Errors First sentence should end with a period. 31
Errors Line is longer than 80 characters (found 87). 32
Errors Parameter evaluator should be final. 35
Errors First sentence should end with a period. 39
Errors Line is longer than 80 characters (found 95). 48
Errors Parameter ctx should be final. 48
Errors Parameter expression should be final. 48
Errors Line is longer than 80 characters (found 97). 53
Errors Line is longer than 80 characters (found 103). 62
Errors Parameter ctx should be final. 62
Errors Parameter expression should be final. 62
Errors First sentence should end with a period. 66
Errors Line is longer than 80 characters (found 115). 67
Errors Line is longer than 80 characters (found 83). 69
Errors Parameter ctx should be final. 73
Errors Parameter data should be final. 73
Errors First sentence should end with a period. 77
Errors Line is longer than 80 characters (found 112). 83
Errors Line is longer than 80 characters (found 110). 84
Errors Line is longer than 80 characters (found 87). 86
Errors Line is longer than 80 characters (found 88). 87
Errors Line is longer than 80 characters (found 112). 89
Errors Parameter ctx should be final. 89
Errors Parameter location should be final. 89
Errors Parameter data should be final. 89
Errors Parameter type should be final. 89
Errors Parameter attr should be final. 89

src/main/java/org/apache/commons/scxml2/env/AbstractSCXMLListener.java

Violation Message Line
Errors Expected @param tag for 'state'. 36
Errors Expected @param tag for 'state'. 43
Errors Line is longer than 80 characters (found 86). 48
Errors Expected @param tag for 'from'. 50
Errors Line is longer than 80 characters (found 89). 51
Errors Expected @param tag for 'to'. 51
Errors Expected @param tag for 'transition'. 51
Errors Expected @param tag for 'event'. 51

src/main/java/org/apache/commons/scxml2/env/AbstractStateMachine.java

Violation Message Line
Errors Expected @throws tag for 'ModelException'. 102
Errors Line is longer than 80 characters (found 85). 120
Errors Expected @throws tag for 'ModelException'. 120
Errors Line is longer than 80 characters (found 81). 143
Errors Expected @throws tag for 'ModelException'. 143
Errors Line is longer than 80 characters (found 85). 163
Errors Expected @throws tag for 'ModelException'. 163
Errors Line is longer than 80 characters (found 85). 176
Errors Expected @throws tag for 'ModelException'. 176
Errors Line is longer than 80 characters (found 93). 313

src/main/java/org/apache/commons/scxml2/env/EffectiveContextMap.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 27
Errors Line is longer than 80 characters (found 110). 28
Errors Line is longer than 80 characters (found 100). 30
Errors Missing a Javadoc comment. 32
Errors Expected @param tag for 'ctx'. 38
Errors Line is longer than 80 characters (found 83). 48

src/main/java/org/apache/commons/scxml2/env/LogUtils.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 37
Errors Parameter event should be final. 37
Errors Expected @param tag for 'event'. 37

src/main/java/org/apache/commons/scxml2/env/SimpleContext.java

Violation Message Line
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 44
Errors Variable 'systemContext' must be private and have accessor methods. 44
Errors Line is longer than 80 characters (found 87). 69
Errors '?' should be on a new line. 71
Errors Avoid inline conditionals. 71
Errors Line is longer than 80 characters (found 96). 72
Errors Avoid inline conditionals. 72
Errors Inner assignments should be avoided. 76
Errors First sentence should end with a period. 128
Errors First sentence should end with a period. 158
Errors Line is longer than 80 characters (found 102). 159

src/main/java/org/apache/commons/scxml2/env/SimpleDispatcher.java

Violation Message Line
Errors First sentence should end with a period. 70
Errors Line is longer than 80 characters (found 110). 83
Errors Parameter target should be final. 83
Errors Line is longer than 80 characters (found 89). 97
Errors Line is longer than 80 characters (found 98). 112
Errors First sentence should end with a period. 123
Errors Parameter log should be final. 128
Errors Expected @param tag for 'sendId'. 144
Errors Line is longer than 80 characters (found 98). 163
Errors Line is longer than 80 characters (found 108). 165
Errors Expected @param tag for 'ioProcessors'. 165
Errors Expected @param tag for 'id'. 165
Errors Expected @param tag for 'target'. 165
Errors Line is longer than 80 characters (found 109). 166
Errors Expected @param tag for 'type'. 166
Errors Expected @param tag for 'event'. 166
Errors Expected @param tag for 'data'. 166
Errors Expected @param tag for 'hints'. 166
Errors Expected @param tag for 'delay'. 166
Errors Line is longer than 80 characters (found 106). 180
Errors Line is longer than 80 characters (found 92). 182
Errors '||' should be on a new line. 182
Errors Line is longer than 80 characters (found 87). 190
Errors '}' should be on the same line. 191
Errors Line is longer than 80 characters (found 84). 194
Errors '}' should be on the same line. 195
Errors Line is longer than 80 characters (found 90). 197
Errors '}' should be on the same line. 199
Errors Line is longer than 80 characters (found 107). 206
Errors Line is longer than 80 characters (found 107). 215
Errors '}' should be on the same line. 216
Errors Line is longer than 80 characters (found 90). 221
Errors '}' should be on the same line. 228
Errors Line is longer than 80 characters (found 95). 230
Errors '}' should be on the same line. 232
Errors Line is longer than 80 characters (found 103). 238

src/main/java/org/apache/commons/scxml2/env/SimpleErrorHandler.java

Violation Message Line
Errors Expected @param tag for 'exception'. 52
Errors Expected @param tag for 'exception'. 62
Errors Expected @param tag for 'exception'. 72

src/main/java/org/apache/commons/scxml2/env/SimpleErrorReporter.java

Violation Message Line
Errors Expected @param tag for 'errorCode'. 56
Errors Expected @param tag for 'errDetail'. 56
Errors Expected @param tag for 'errCtx'. 57
Errors Line is longer than 80 characters (found 82). 84
Errors Line is longer than 80 characters (found 82). 95
Errors Line is longer than 80 characters (found 84). 107
Errors '}' should be on the same line. 108
Errors Line is longer than 80 characters (found 96). 111
Errors '+' is not preceded with whitespace. 111
Errors '+' is not followed by whitespace. 111
Errors 'cast' is not followed by whitespace. 111
Errors '}' should be on the same line. 112
Errors Line is longer than 80 characters (found 111). 122
Errors Line is longer than 80 characters (found 88). 123
Errors Line is longer than 80 characters (found 85). 125
Errors Expected @param tag for 'errorCode'. 125
Errors Expected @param tag for 'errDetail'. 125
Errors Line is longer than 80 characters (found 86). 126
Errors Expected @param tag for 'errCtx'. 126
Errors Expected @param tag for 'errorMessage'. 126

src/main/java/org/apache/commons/scxml2/env/SimpleSCXMLListener.java

Violation Message Line
Errors Expected @param tag for 'state'. 43
Errors Expected @param tag for 'state'. 52
Errors Line is longer than 80 characters (found 86). 59
Errors Expected @param tag for 'from'. 61
Errors Line is longer than 80 characters (found 83). 62
Errors Expected @param tag for 'to'. 62
Errors Expected @param tag for 'transition'. 62
Errors Parameter event should be final. 62
Errors Expected @param tag for 'event'. 62
Errors Line is longer than 80 characters (found 90). 64

src/main/java/org/apache/commons/scxml2/env/SimpleXMLReporter.java

Violation Message Line
Errors Line is longer than 80 characters (found 101). 52
Errors Expected @param tag for 'message'. 52
Errors Expected @param tag for 'errorType'. 52
Errors Expected @param tag for 'relatedInformation'. 52
Errors Expected @param tag for 'location'. 53
Errors Expected @throws tag for 'XMLStreamException'. 54
Errors Line is longer than 80 characters (found 104). 56

src/main/java/org/apache/commons/scxml2/env/Tracer.java

Violation Message Line
Errors Expected @param tag for 'exception'. 66
Errors Expected @throws tag for 'SAXException'. 67
Errors Expected @param tag for 'exception'. 74
Errors Expected @throws tag for 'SAXException'. 75
Errors Expected @param tag for 'exception'. 82
Errors Expected @throws tag for 'SAXException'. 83
Errors Expected @param tag for 'errCode'. 90
Errors Expected @param tag for 'errDetail'. 90
Errors Expected @param tag for 'errCtx'. 91
Errors Expected @param tag for 'state'. 98
Errors Expected @param tag for 'state'. 105
Errors Line is longer than 80 characters (found 91). 110
Errors Expected @param tag for 'from'. 112
Errors Line is longer than 80 characters (found 89). 113
Errors Expected @param tag for 'to'. 113
Errors Expected @param tag for 'transition'. 113
Errors Expected @param tag for 'event'. 113
Errors Line is longer than 80 characters (found 105). 120
Errors File contains tab characters (this is the first instance). 120
Errors Expected @param tag for 'message'. 120
Errors Expected @param tag for 'errorType'. 120
Errors Expected @param tag for 'relatedInformation'. 120
Errors Expected @param tag for 'location'. 121
Errors Expected @throws tag for 'XMLStreamException'. 122
Errors Line is longer than 80 characters (found 85). 123

src/main/java/org/apache/commons/scxml2/env/URLResolver.java

Violation Message Line
Errors Expected an @return tag. 56
Errors Expected @param tag for 'ctxPath'. 56
Errors Expected an @return tag. 70
Errors Expected @param tag for 'ctxPath'. 70

src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContext.java

Violation Message Line
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 42
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters (found 114). 68
Errors Expected @param tag for 'parent'. 68
Errors Parameter evaluator should be final. 68
Errors Expected @param tag for 'evaluator'. 68
Errors Parameter evaluator should be final. 78
Errors Expected @param tag for 'evaluator'. 78
Errors Missing a Javadoc comment. 83
Errors Missing a Javadoc comment. 87
Errors Parameter evaluator should be final. 87
Errors Missing a Javadoc comment. 101
Errors Parameter scriptBaseClass should be final. 101
Errors Missing a Javadoc comment. 105
Errors 'cast' is not followed by whitespace. 110
Errors Missing a Javadoc comment. 115
Errors Parameter out should be final. 115
Errors Line is longer than 80 characters (found 91). 118
Errors Line is longer than 80 characters (found 86). 121
Errors Line is longer than 80 characters (found 159). 127
Errors Missing a Javadoc comment. 138
Errors Line is longer than 80 characters (found 93). 139
Errors Parameter in should be final. 139
Errors ',' is not followed by whitespace. 139
Errors 'cast' is not followed by whitespace. 140
Errors 'cast' is not followed by whitespace. 141
Errors 'cast' is not followed by whitespace. 142
Errors 'cast' is not followed by whitespace. 143
Errors Line is longer than 80 characters (found 120). 147
Errors Parameter osc should be final. 147
Errors Line is longer than 80 characters (found 104). 148
Errors '}' is not followed by whitespace. 150
Errors '}' should be on the same line. 151
Errors Line is longer than 80 characters (found 113). 153
Errors 'cast' is not followed by whitespace. 153

src/main/java/org/apache/commons/scxml2/env/groovy/GroovyContextBinding.java

Violation Message Line
Errors First sentence should end with a period. 26
Errors Line is longer than 80 characters (found 92). 27
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 35
Errors Parameter context should be final. 35
Errors Line is longer than 80 characters (found 84). 37
Errors Missing a Javadoc comment. 42
Errors Parameter name should be final. 47
Errors Parameter name should be final. 56
Errors Parameter value should be final. 56
Errors Parameter name should be final. 65
Errors Parameter property should be final. 75
Errors Parameter property should be final. 80
Errors Parameter newValue should be final. 80

src/main/java/org/apache/commons/scxml2/env/groovy/GroovyEvaluator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 82). 39
Errors Line is longer than 80 characters (found 87). 41
Errors First sentence should end with a period. 49
Errors Line is longer than 80 characters (found 116). 50
Errors Line is longer than 80 characters (found 105). 52
Errors '+' is not preceded with whitespace. 52
Errors '+' is not followed by whitespace. 52
Errors ',' is not followed by whitespace. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 56
Errors Line is longer than 80 characters (found 97). 76
Errors Line is longer than 80 characters (found 150). 78
Errors Missing a Javadoc comment. 78
Errors Name 'scriptPreProcessor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 78
Errors Line is longer than 80 characters (found 102). 81
Errors Line is longer than 80 characters (found 128). 83
Errors Name 'GROOVY_OPERATOR_ALIASES_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Errors Variable 'GROOVY_OPERATOR_ALIASES_PATTERN' must be private and have accessor methods. 83
Errors Line is longer than 80 characters (found 127). 88
Errors Name 'GROOVY_OPERATOR_ALIASES' must match pattern '^[a-z][a-zA-Z0-9]*$'. 88
Errors Variable 'GROOVY_OPERATOR_ALIASES' must be private and have accessor methods. 88
Errors '{' is not followed by whitespace. 88
Errors '{' is not preceded with whitespace. 88
Errors '}' is not followed by whitespace. 92
Errors '}' is not preceded with whitespace. 92
Errors Missing a Javadoc comment. 115
Errors Missing a Javadoc comment. 116
Errors Missing a Javadoc comment. 118
Errors Missing a Javadoc comment. 122
Errors Parameter useInitialScriptAsBaseScript should be final. 122
Errors Line is longer than 80 characters (found 101). 128
Errors Line is longer than 80 characters (found 134). 130
Errors Expected an @return tag. 134
Errors Line is longer than 80 characters (found 84). 135
Errors Missing a Javadoc comment. 141
Errors Line is longer than 80 characters (found 110). 142
Errors Parameter groovyContext should be final. 142
Errors Parameter scriptBaseClassName should be final. 142
Errors Parameter scriptSource should be final. 142
Errors Line is longer than 80 characters (found 81). 143
Errors Missing a Javadoc comment. 148
Errors Line is longer than 80 characters (found 83). 153
Errors Missing a Javadoc comment. 153
Errors Line is longer than 80 characters (found 94). 175
Errors Line is longer than 80 characters (found 105). 189
Errors '}' should be on the same line. 190
Errors Line is longer than 80 characters (found 105). 192
Errors Avoid inline conditionals. 192
Errors Line is longer than 80 characters (found 88). 193
Errors Expected an @return tag. 200
Errors Line is longer than 80 characters (found 99). 201
Errors Expected @param tag for 'ctx'. 201
Errors Expected @param tag for 'expr'. 201
Errors Expected @throws tag for 'SCXMLExpressionException'. 201
Errors Line is longer than 80 characters (found 120). 215
Errors Avoid inline conditionals. 216
Errors 'cast' is not followed by whitespace. 216
Errors Line is longer than 80 characters (found 105). 218
Errors Avoid inline conditionals. 218
Errors Line is longer than 80 characters (found 92). 219
Errors Expected an @return tag. 226
Errors Line is longer than 80 characters (found 102). 227
Errors Expected @param tag for 'ctx'. 227
Errors Expected @param tag for 'expr'. 227
Errors Expected @throws tag for 'SCXMLExpressionException'. 227
Errors '}' should be on the same line. 230
Errors Line is longer than 80 characters (found 84). 245
Errors Line is longer than 80 characters (found 105). 247
Errors Avoid inline conditionals. 247
Errors Line is longer than 80 characters (found 96). 248
Errors Line is longer than 80 characters (found 110). 255
Errors Expected @param tag for 'ctx'. 255
Errors Expected @param tag for 'location'. 255
Errors Expected @param tag for 'data'. 255
Errors Expected @param tag for 'type'. 255
Errors Expected @param tag for 'attr'. 256
Errors Expected @throws tag for 'SCXMLExpressionException'. 256
Errors '}' should be on the same line. 263
Errors Line is longer than 80 characters (found 110). 265
Errors '}' should be on the same line. 269
Errors '}' should be on the same line. 274
Errors Line is longer than 80 characters (found 107). 276
Errors Expected an @return tag. 283
Errors Line is longer than 80 characters (found 108). 284
Errors Expected @param tag for 'ctx'. 284
Errors Expected @param tag for 'scriptSource'. 284
Errors Expected @throws tag for 'SCXMLExpressionException'. 284
Errors Line is longer than 80 characters (found 96). 299
Errors Line is longer than 80 characters (found 101). 300
Errors Line is longer than 80 characters (found 111). 307
Errors Avoid inline conditionals. 307
Errors Line is longer than 80 characters (found 102). 308
Errors Missing a Javadoc comment. 312
Errors Line is longer than 80 characters (found 82). 338

src/main/java/org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.java

Violation Message Line
Errors Line is longer than 80 characters (found 106). 34
Errors Line is longer than 80 characters (found 121). 36
Errors Line is longer than 80 characters (found 111). 40
Errors Line is longer than 80 characters (found 120). 43
Errors Line is longer than 80 characters (found 120). 45
Errors Line is longer than 80 characters (found 94). 46
Errors Line is longer than 80 characters (found 118). 47
Errors Line is longer than 80 characters (found 122). 51
Errors Line is longer than 80 characters (found 117). 52
Errors Line is longer than 80 characters (found 103). 55
Errors Line is longer than 80 characters (found 105). 58
Errors Line is longer than 80 characters (found 83). 59
Errors Line is longer than 80 characters (found 117). 60
Errors Line is longer than 80 characters (found 116). 64
Errors Line is longer than 80 characters (found 95). 67
Errors Missing a Javadoc comment. 73
Errors First sentence should end with a period. 75
Errors Missing a Javadoc comment. 80
Errors First sentence should end with a period. 83
Errors Line is longer than 80 characters (found 81). 84
Errors Line is longer than 80 characters (found 82). 85
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 91
Errors Missing a Javadoc comment. 92
Errors First sentence should end with a period. 95
Errors Line is longer than 80 characters (found 81). 96
Errors First sentence should end with a period. 98
Errors Line is longer than 80 characters (found 98). 98
Errors Line is longer than 80 characters (found 119). 99
Errors First sentence should end with a period. 105
Errors Line is longer than 80 characters (found 126). 105
Errors Line is longer than 80 characters (found 130). 106
Errors Missing a Javadoc comment. 112
Errors Missing a Javadoc comment. 113
Errors Missing a Javadoc comment. 115
Errors Variable 'baseClass' must be private and have accessor methods. 115
Errors Missing a Javadoc comment. 116
Errors Variable 'scriptSource' must be private and have accessor methods. 116
Errors Missing a Javadoc comment. 117
Errors Variable 'scriptName' must be private and have accessor methods. 117
Errors Missing a Javadoc comment. 118
Errors Variable 'scriptClass' must be private and have accessor methods. 118
Errors Missing a Javadoc comment. 120
Errors Parameter baseClass should be final. 120
Errors Parameter scriptSource should be final. 120
Errors Missing a Javadoc comment. 125
Errors Missing a Javadoc comment. 129
Errors Missing a Javadoc comment. 133
Errors Missing a Javadoc comment. 137
Errors Parameter scriptName should be final. 137
Errors Missing a Javadoc comment. 141
Errors Missing a Javadoc comment. 145
Errors Parameter scriptClass should be final. 145
Errors Line is longer than 80 characters (found 103). 160
Errors Avoid inline conditionals. 160
Errors '&&' should be on a new line. 160
Errors Avoid inline conditionals. 167
Errors '31' is a magic number. 168
Errors Line is longer than 80 characters (found 146). 173
Errors Missing a Javadoc comment. 173
Errors Missing a Javadoc comment. 175
Errors Missing a Javadoc comment. 176
Errors Line is longer than 80 characters (found 100). 177
Errors Missing a Javadoc comment. 177
Errors Line is longer than 80 characters (found 111). 178
Errors Missing a Javadoc comment. 178
Errors Missing a Javadoc comment. 179
Errors Line is longer than 80 characters (found 85). 181
Errors Missing a Javadoc comment. 182
Errors Missing a Javadoc comment. 183
Errors Missing a Javadoc comment. 185
Errors First sentence should end with a period. 188
Errors Line is longer than 80 characters (found 115). 189
Errors Line is longer than 80 characters (found 93). 192
Errors Parameter in should be final. 192
Errors Expected @param tag for 'in'. 192
Errors Expected @throws tag for 'IOException'. 192
Errors ',' is not followed by whitespace. 192
Errors Expected @throws tag for 'ClassNotFoundException'. 192
Errors Missing a Javadoc comment. 197
Errors Line is longer than 80 characters (found 131). 202
Errors Line is longer than 80 characters (found 102). 204
Errors Parameter scriptSource should be final. 207
Errors Missing a Javadoc comment. 211
Errors Parameter scriptBaseClass should be final. 211
Errors Parameter scriptSource should be final. 211
Errors Line is longer than 80 characters (found 96). 215
Errors '}' should be on the same line. 219
Errors Line is longer than 80 characters (found 90). 221
Errors Line is longer than 80 characters (found 87). 222
Errors Line is longer than 80 characters (found 128). 231
Errors '+' is not preceded with whitespace. 231
Errors Missing a Javadoc comment. 235
Errors Line is longer than 80 characters (found 124). 237
Errors Line is longer than 80 characters (found 105). 242
Errors Line is longer than 80 characters (found 120). 244
Errors Line is longer than 80 characters (found 116). 248
Errors Line is longer than 80 characters (found 134). 250
Errors Missing a Javadoc comment. 256
Errors Line is longer than 80 characters (found 119). 257
Errors Parameter scriptSource should be final. 257
Errors Line is longer than 80 characters (found 110). 260
Errors Line is longer than 80 characters (found 85). 262
Errors Line is longer than 80 characters (found 83). 266
Errors '}' should be on the same line. 272
Errors Missing a Javadoc comment. 278
Errors Parameter scriptSource should be final. 278
Errors Line is longer than 80 characters (found 113). 279
Errors Avoid inline conditionals. 279
Errors Missing a Javadoc comment. 282
Errors Parameter scriptSource should be final. 282
Errors Parameter seed should be final. 282
Errors '+' is not preceded with whitespace. 283
Errors '+' is not followed by whitespace. 283
Errors '+' is not preceded with whitespace. 283
Errors '+' is not followed by whitespace. 283
Errors '+' is not preceded with whitespace. 283
Errors '+' is not followed by whitespace. 283
Errors '+' is not preceded with whitespace. 283
Errors '+' is not followed by whitespace. 283
Errors Line is longer than 80 characters (found 109). 286
Errors Line is longer than 80 characters (found 112). 292
Errors Line is longer than 80 characters (found 99). 293
Errors Line is longer than 80 characters (found 93). 294
Errors Parameter scriptCodeBase should be final. 297
Errors Line is longer than 80 characters (found 103). 298
Errors '}' should be on the same line. 300
Errors Missing a Javadoc comment. 306
Errors Missing a Javadoc comment. 310
Errors Parameter scriptBaseClass should be final. 310
Errors Missing a Javadoc comment. 314
Errors Missing a Javadoc comment. 318
Errors Line is longer than 80 characters (found 96). 319
Errors Parameter parentClassLoaderFactory should be final. 319
Errors Line is longer than 80 characters (found 138). 320
Errors Avoid inline conditionals. 320
Errors Missing a Javadoc comment. 323
Errors Missing a Javadoc comment. 327
Errors Line is longer than 80 characters (found 108). 328
Errors Parameter compilerConfigurationFactory should be final. 328
Errors Line is longer than 80 characters (found 153). 329
Errors Avoid inline conditionals. 329
Errors Missing a Javadoc comment. 332
Errors Line is longer than 80 characters (found 84). 336
Errors Missing a Javadoc comment. 336
Errors Missing a Javadoc comment. 340
Errors Missing a Javadoc comment. 345

src/main/java/org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.java

Violation Message Line
Errors Line is longer than 80 characters (found 110). 32
Errors Line is longer than 80 characters (found 98). 33
Errors Missing a Javadoc comment. 38
Errors Variable 'context' must be private and have accessor methods. 38
Errors Missing a Javadoc comment. 39
Errors Variable 'binding' must be private and have accessor methods. 39
Errors Missing a Javadoc comment. 41
Errors 'cast' is not followed by whitespace. 48
Errors First sentence should end with a period. 52
Errors Line is longer than 80 characters (found 81). 53
Errors Name 'In' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
Errors Line is longer than 80 characters (found 81). 66
Errors Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Errors Expected @throws tag for 'SCXMLExpressionException'. 66
Errors Line is longer than 80 characters (found 83). 75
Errors Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
Errors Expected @throws tag for 'SCXMLExpressionException'. 75
Errors Line is longer than 80 characters (found 99). 82
Errors Line is longer than 80 characters (found 129). 86
Errors Line is longer than 80 characters (found 106). 92
Errors Line is longer than 80 characters (found 114). 93
Errors Line is longer than 80 characters (found 163). 95
Errors Expected an @return tag. 98
Errors Parameter property should be final. 98
Errors Expected @param tag for 'property'. 98
Errors Line is longer than 80 characters (found 118). 110
Errors Line is longer than 80 characters (found 122). 119
Errors Line is longer than 80 characters (found 136). 120
Errors Line is longer than 80 characters (found 86). 121
Errors Expected an @return tag. 124
Errors Parameter obj should be final. 124
Errors Expected @param tag for 'obj'. 124
Errors '||' should be on a new line. 125
Errors 'cast' is not followed by whitespace. 126
Errors '||' should be on a new line. 126
Errors '==' is not preceded with whitespace. 127
Errors '==' is not followed by whitespace. 127
Errors '||' should be on a new line. 127
Errors 'cast' is not followed by whitespace. 128
Errors '==' is not preceded with whitespace. 128
Errors '==' is not followed by whitespace. 128
Errors '||' should be on a new line. 128
Errors 'cast' is not followed by whitespace. 129

src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java

Violation Message Line
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Unused @throws tag for 'IllegalArgumentException'. 53
Errors Parameter context should be final. 57
Errors Parameter bindings should be final. 57
Errors Expected an @return tag. 82
Errors Parameter key should be final. 83
Errors Expected @param tag for 'key'. 83
Errors Expected an @return tag. 102
Errors Expected an @return tag. 124
Errors Expected an @return tag. 145
Errors Parameter value should be final. 146
Errors Expected @param tag for 'value'. 146
Errors Expected an @return tag. 165
Errors ',' is not followed by whitespace. 166
Errors Expected an @return tag. 177
Errors Expected an @return tag. 189
Errors Expected an @return tag. 207
Errors Parameter key should be final. 208
Errors Expected @param tag for 'key'. 208
Errors Line is longer than 80 characters (found 82). 209
Errors First sentence should end with a period. 225
Errors Expected an @return tag. 236
Errors Parameter name should be final. 237
Errors Expected @param tag for 'name'. 237
Errors Parameter value should be final. 237
Errors Expected @param tag for 'value'. 237
Errors Line is longer than 80 characters (found 82). 247
Errors Parameter toMerge should be final. 264
Errors Expected @param tag for 'toMerge'. 264
Errors Line is longer than 80 characters (found 81). 271
Errors Expected an @return tag. 277
Errors Parameter key should be final. 278
Errors Expected @param tag for 'key'. 278
Errors Line is longer than 80 characters (found 82). 295
Errors Expected an @return tag. 311
Errors Line is longer than 80 characters (found 105). 330
Errors Line is longer than 80 characters (found 107). 332
Errors Line is longer than 80 characters (found 97). 333
Errors Line is longer than 80 characters (found 105). 335
Errors Line is longer than 80 characters (found 102). 346
Errors Line is longer than 80 characters (found 116). 347

src/main/java/org/apache/commons/scxml2/env/javascript/JSContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 53

src/main/java/org/apache/commons/scxml2/env/javascript/JSEvaluator.java

Violation Message Line
Errors First sentence should end with a period. 50
Errors Line is longer than 80 characters (found 116). 51
Errors Line is longer than 80 characters (found 105). 53
Errors '+' is not preceded with whitespace. 53
Errors '+' is not followed by whitespace. 53
Errors ',' is not followed by whitespace. 53
Errors Line is longer than 80 characters (found 86). 55
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 57
Errors Line is longer than 80 characters (found 93). 77
Errors Line is longer than 80 characters (found 81). 83
Errors Missing a Javadoc comment. 88
Errors Parameter parent should be final. 113
Errors Expected @param tag for 'parent'. 113
Errors Line is longer than 80 characters (found 92). 132
Errors Parameter context should be final. 132
Errors Parameter expression should be final. 132
Errors Line is longer than 80 characters (found 82). 142
Errors Line is longer than 80 characters (found 87). 149
Errors Line is longer than 80 characters (found 86). 150
Errors Line is longer than 80 characters (found 94). 151
Errors Line is longer than 80 characters (found 112). 159
Errors Line is longer than 80 characters (found 82). 160
Errors Line is longer than 80 characters (found 95). 165
Errors Line is longer than 80 characters (found 82). 170
Errors Line is longer than 80 characters (found 83). 178
Errors Line is longer than 80 characters (found 97). 182
Errors Parameter context should be final. 182
Errors Parameter expression should be final. 182
Errors 'cast' is not followed by whitespace. 190
Errors Line is longer than 80 characters (found 88). 193
Errors Line is longer than 80 characters (found 82). 197
Errors Expected an @return tag. 208
Errors Line is longer than 80 characters (found 100). 209
Errors Parameter context should be final. 209
Errors Parameter expression should be final. 209
Errors Line is longer than 80 characters (found 110). 222
Errors Expected @param tag for 'ctx'. 222
Errors Expected @param tag for 'location'. 222
Errors Expected @param tag for 'data'. 222
Errors Expected @param tag for 'type'. 222
Errors Expected @param tag for 'attr'. 223
Errors Expected @throws tag for 'SCXMLExpressionException'. 223
Errors Line is longer than 80 characters (found 104). 231
Errors Line is longer than 80 characters (found 107). 241
Errors Line is longer than 80 characters (found 90). 260
Errors Parameter ctx should be final. 260
Errors Parameter script should be final. 260
Errors Line is longer than 80 characters (found 94). 278
Errors Line is longer than 80 characters (found 103). 279
Errors Line is longer than 80 characters (found 102). 284
Errors Expected @param tag for 'jsBindings'. 284
Errors Expected @param tag for 'jsContext'. 284

src/main/java/org/apache/commons/scxml2/env/javascript/JSFunctions.java

Violation Message Line
Errors Line is longer than 80 characters (found 104). 27
Errors Parameter ctx should be final. 41
Errors Name 'In' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Errors Line is longer than 80 characters (found 81). 55
Errors Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Errors Parameter expression should be final. 59
Errors Expected @throws tag for 'SCXMLExpressionException'. 59
Errors Line is longer than 80 characters (found 85). 64
Errors Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Errors Parameter expression should be final. 68
Errors Expected @throws tag for 'SCXMLExpressionException'. 68

src/main/java/org/apache/commons/scxml2/env/jexl/JexlBuiltin.java

Violation Message Line
Errors Line is longer than 80 characters (found 109). 24
Errors Name 'In' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Line is longer than 80 characters (found 81). 51
Errors Line is longer than 80 characters (found 81). 55
Errors Name 'Data' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
Errors Expected @throws tag for 'SCXMLExpressionException'. 55
Errors Line is longer than 80 characters (found 85). 60
Errors Line is longer than 80 characters (found 85). 64
Errors Name 'Location' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Errors Expected @throws tag for 'SCXMLExpressionException'. 64

src/main/java/org/apache/commons/scxml2/env/jexl/JexlContext.java

Violation Message Line
Errors Line is longer than 80 characters (found 85). 46

src/main/java/org/apache/commons/scxml2/env/jexl/JexlEvaluator.java

Violation Message Line
Errors First sentence should end with a period. 48
Errors Line is longer than 80 characters (found 116). 49
Errors Line is longer than 80 characters (found 105). 51
Errors '+' is not preceded with whitespace. 51
Errors '+' is not followed by whitespace. 51
Errors ',' is not followed by whitespace. 51
Errors Missing a Javadoc comment. 53
Errors Missing a Javadoc comment. 55
Errors Line is longer than 80 characters (found 89). 75
Errors First sentence should end with a period. 82
Errors Line is longer than 80 characters (found 113). 82
Errors First sentence should end with a period. 84
Errors Line is longer than 80 characters (found 113). 84
Errors Line is longer than 80 characters (found 86). 97
Errors Line is longer than 80 characters (found 118). 105
Errors Parameter silent should be final. 111
Errors Line is longer than 80 characters (found 81). 120
Errors Line is longer than 80 characters (found 117). 128
Errors Parameter strict should be final. 133
Errors 'cast' is not followed by whitespace. 164
Errors Line is longer than 80 characters (found 105). 168
Errors Avoid inline conditionals. 168
Errors Line is longer than 80 characters (found 88). 169
Errors Expected an @return tag. 176
Errors Expected @param tag for 'ctx'. 176
Errors Expected @param tag for 'expr'. 176
Errors Expected @throws tag for 'SCXMLExpressionException'. 177
Errors 'cast' is not followed by whitespace. 185
Errors Avoid inline conditionals. 188
Errors 'cast' is not followed by whitespace. 188
Errors Line is longer than 80 characters (found 105). 190
Errors Avoid inline conditionals. 190
Errors Line is longer than 80 characters (found 92). 191
Errors Expected an @return tag. 198
Errors Expected @param tag for 'ctx'. 198
Errors Expected @param tag for 'expr'. 198
Errors Expected @throws tag for 'SCXMLExpressionException'. 199
Errors '}' should be on the same line. 202
Errors 'cast' is not followed by whitespace. 211
Errors Line is longer than 80 characters (found 105). 215
Errors Avoid inline conditionals. 215
Errors Line is longer than 80 characters (found 96). 216
Errors Line is longer than 80 characters (found 110). 223
Errors Expected @param tag for 'ctx'. 223
Errors Expected @param tag for 'location'. 223
Errors Expected @param tag for 'data'. 223
Errors Expected @param tag for 'type'. 223
Errors Expected @param tag for 'attr'. 224
Errors Expected @throws tag for 'SCXMLExpressionException'. 224
Errors '}' should be on the same line. 231
Errors Line is longer than 80 characters (found 104). 233
Errors '}' should be on the same line. 237
Errors '}' should be on the same line. 242
Errors Line is longer than 80 characters (found 107). 244
Errors Expected an @return tag. 251
Errors Expected @param tag for 'ctx'. 251
Errors Expected @param tag for 'script'. 251
Errors Expected @throws tag for 'SCXMLExpressionException'. 252
Errors Line is longer than 80 characters (found 81). 260
Errors Line is longer than 80 characters (found 105). 264
Errors Avoid inline conditionals. 264
Errors Line is longer than 80 characters (found 96). 265
Errors Line is longer than 80 characters (found 112). 289
Errors '256' is a magic number. 293
Errors Line is longer than 80 characters (found 82). 299
Errors Line is longer than 80 characters (found 93). 301
Errors Inner assignments should be avoided. 311

src/main/java/org/apache/commons/scxml2/env/minimal/MinimalContext.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters (found 94). 28
Errors Line is longer than 80 characters (found 87). 32
Errors Line is longer than 80 characters (found 105). 33
Errors Missing a Javadoc comment. 42
Errors Line is longer than 80 characters (found 113). 49
Errors Missing a Javadoc comment. 52

src/main/java/org/apache/commons/scxml2/env/minimal/MinimalEvaluator.java

Violation Message Line
Errors Line is longer than 80 characters (found 86). 29
Errors Line is longer than 80 characters (found 84). 31
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters (found 94). 65
Errors Line is longer than 80 characters (found 99). 70
Errors Avoid inline conditionals. 72
Errors '3' is a magic number. 74
Errors '-' is not preceded with whitespace. 74
Errors '-' is not followed by whitespace. 74
Errors Line is longer than 80 characters (found 102). 81
Errors Line is longer than 80 characters (found 163). 86
Errors Line is longer than 80 characters (found 114). 87
Errors Line is longer than 80 characters (found 102). 91
Errors Line is longer than 80 characters (found 103). 92
Errors Line is longer than 80 characters (found 86). 97
Errors Avoid inline conditionals. 97

src/main/java/org/apache/commons/scxml2/env/xpath/ContextVariables.java

Violation Message Line
Errors First sentence should end with a period. 22
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors Parameter ctx should be final. 29

src/main/java/org/apache/commons/scxml2/env/xpath/XPathEvaluator.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 56
Errors Missing a Javadoc comment. 56
Errors First sentence should end with a period. 58
Errors Line is longer than 80 characters (found 118). 59
Errors Missing a Javadoc comment. 64
Errors Line is longer than 80 characters (found 90). 82
Errors Missing a Javadoc comment. 82
Errors Name 'jxpathRootContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 82
Errors Line is longer than 80 characters (found 84). 86
Errors Missing a Javadoc comment. 92
Errors Expected an @return tag. 119
Errors Expected @param tag for 'ctx'. 120
Errors Expected @param tag for 'expr'. 120
Errors Expected @throws tag for 'SCXMLExpressionException'. 121
Errors '}' should be on the same line. 126
Errors Expected an @return tag. 139
Errors Expected @param tag for 'ctx'. 140
Errors Expected @param tag for 'expr'. 140
Errors Expected @throws tag for 'SCXMLExpressionException'. 141
Errors 'cast' is not followed by whitespace. 143
Errors Expected an @return tag. 152
Errors Line is longer than 80 characters (found 102). 153
Errors Expected @param tag for 'ctx'. 153
Errors Expected @param tag for 'expr'. 153
Errors Expected @throws tag for 'SCXMLExpressionException'. 153
Errors Line is longer than 80 characters (found 116). 161
Errors 'cast' is not followed by whitespace. 161
Errors 'cast' is not followed by whitespace. 165
Errors Line is longer than 80 characters (found 110). 177
Errors Expected @param tag for 'ctx'. 177
Errors Expected @param tag for 'location'. 177
Errors Expected @param tag for 'data'. 177
Errors Expected @param tag for 'type'. 177
Errors Expected @param tag for 'attr'. 178
Errors Expected @throws tag for 'SCXMLExpressionException'. 178
Errors '}' should be on the same line. 183
Errors Line is longer than 80 characters (found 107). 185
Errors Expected an @return tag. 192
Errors Parameter ctx should be final. 192
Errors Expected @param tag for 'ctx'. 192
Errors Parameter script should be final. 192
Errors Expected @param tag for 'script'. 192
Errors Expected @throws tag for 'SCXMLExpressionException'. 193
Errors Line is longer than 80 characters (found 99). 194
Errors Expected an @return tag. 200
Errors Expected @param tag for 'parent'. 201
Errors First sentence should end with a period. 205
Errors Line is longer than 80 characters (found 115). 206
Errors Line is longer than 80 characters (found 83). 208
Errors Parameter data should be final. 212
Errors First sentence should end with a period. 216
Errors Line is longer than 80 characters (found 112). 222
Errors Line is longer than 80 characters (found 110). 223
Errors Line is longer than 80 characters (found 87). 225
Errors Line is longer than 80 characters (found 106). 227
Errors Line is longer than 80 characters (found 113). 230
Errors '+' should be on a new line. 230
Errors Line is longer than 80 characters (found 81). 231
Errors '==' is not preceded with whitespace. 231
Errors '==' is not followed by whitespace. 231
Errors Avoid inline conditionals. 231
Errors 'cast' is not followed by whitespace. 233
Errors Line is longer than 80 characters (found 125). 237
Errors 'cast' is not followed by whitespace. 237
Errors Avoid inline conditionals. 237
Errors '}' should be on the same line. 238
Errors 'cast' is not followed by whitespace. 243
Errors Line is longer than 80 characters (found 133). 246
Errors 'cast' is not followed by whitespace. 246
Errors Avoid inline conditionals. 246
Errors '}' should be on the same line. 247
Errors Line is longer than 80 characters (found 88). 251
Errors 'cast' is not followed by whitespace. 251
Errors '}' should be on the same line. 252
Errors '}' should be on the same line. 256
Errors Line is longer than 80 characters (found 88). 258
Errors '+' should be on a new line. 258
Errors Line is longer than 80 characters (found 85). 259
Errors '+' is not preceded with whitespace. 259
Errors '+' is not followed by whitespace. 259
Errors '+' is not preceded with whitespace. 259
Errors '+' is not followed by whitespace. 259
Errors '}' should be on the same line. 261
Errors Line is longer than 80 characters (found 94). 263
Errors '+' should be on a new line. 263
Errors Line is longer than 80 characters (found 92). 264
Errors '+' is not preceded with whitespace. 264
Errors '+' is not followed by whitespace. 264
Errors '+' is not preceded with whitespace. 264
Errors '+' is not followed by whitespace. 264
Errors Line is longer than 80 characters (found 90). 267
Errors Missing a Javadoc comment. 271
Errors Line is longer than 80 characters (found 103). 272
Errors Line is longer than 80 characters (found 101). 273
Errors '}' should be on the same line. 277
Errors 'cast' is not followed by whitespace. 279
Errors Line is longer than 80 characters (found 115). 282
Errors '+' should be on a new line. 282
Errors Line is longer than 80 characters (found 108). 286
Errors '+' should be on a new line. 286
Errors '}' should be on the same line. 290
Errors Line is longer than 80 characters (found 119). 295
Errors '+' is not preceded with whitespace. 295
Errors '+' is not followed by whitespace. 295
Errors Line is longer than 80 characters (found 85). 298
Errors Avoid inline conditionals. 298
Errors 'cast' is not followed by whitespace. 298
Errors Line is longer than 80 characters (found 89). 299
Errors switch without "default" clause. 301
Errors Line is longer than 80 characters (found 105). 306
Errors 'cast' is not followed by whitespace. 306
Errors '}' should be on the same line. 307
Errors 'cast' is not followed by whitespace. 309
Errors Line is longer than 80 characters (found 120). 311
Errors 'cast' is not followed by whitespace. 311
Errors '}' should be on the same line. 312
Errors Line is longer than 80 characters (found 123). 314
Errors '}' should be on the same line. 317
Errors 'cast' is not followed by whitespace. 319
Errors 'for' construct must use '{}'s. 320
Errors Line is longer than 80 characters (found 83). 320
Errors Line is longer than 80 characters (found 107). 321
Errors '}' should be on the same line. 322
Errors Line is longer than 80 characters (found 108). 324
Errors Line is longer than 80 characters (found 97). 338
Errors '}' should be on the same line. 345
Errors '+' is not preceded with whitespace. 348
Errors '+' should be on a new line. 348
Errors Line is longer than 80 characters (found 81). 349
Errors 'cast' is not followed by whitespace. 351
Errors '}' should be on the same line. 352
Errors '+' is not preceded with whitespace. 355
Errors '+' should be on a new line. 355
Errors 'cast' is not followed by whitespace. 358
Errors '}' should be on the same line. 359
Errors Line is longer than 80 characters (found 108). 361
Errors '+' is not preceded with whitespace. 361
Errors '+' is not followed by whitespace. 361
Errors Missing a Javadoc comment. 366
Errors Line is longer than 80 characters (found 91). 367
Errors Line is longer than 80 characters (found 102). 368
Errors Line is longer than 80 characters (found 95). 370

src/main/java/org/apache/commons/scxml2/env/xpath/XPathFunctions.java

Violation Message Line
Errors First sentence should end with a period. 26
Errors Utility classes should not have a public or default constructor. 29
Errors Line is longer than 80 characters (found 81). 38
Errors Name 'In' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Errors Parameter expressionContext should be final. 38
Errors Parameter state should be final. 38
Errors Line is longer than 80 characters (found 82). 39
Errors Line is longer than 80 characters (found 116). 40
Errors ',' is not followed by whitespace. 40
Errors 'cast' is not followed by whitespace. 40
Errors Line is longer than 80 characters (found 95). 41
Errors 'cast' is not followed by whitespace. 41

src/main/java/org/apache/commons/scxml2/invoke/AsyncTrigger.java

Violation Message Line
Errors Line is longer than 80 characters (found 105). 36

src/main/java/org/apache/commons/scxml2/invoke/Invoker.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 47
Errors Line is longer than 80 characters (found 83). 81
Errors First sentence should end with a period. 85

src/main/java/org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.java

Violation Message Line
Errors First sentence should end with a period. 45
Errors Parameter parentSCXMLExecutor should be final. 74
Errors '}' should be on the same line. 106
Errors Line is longer than 80 characters (found 104). 121
Errors '+' is not preceded with whitespace. 121
Errors '+' is not followed by whitespace. 121
Errors Line is longer than 80 characters (found 103). 138
Errors '+' is not preceded with whitespace. 138
Errors '+' is not followed by whitespace. 138
Errors ',' is not followed by whitespace. 138
Errors Line is longer than 80 characters (found 103). 150
Errors '+' is not preceded with whitespace. 150
Errors '+' is not followed by whitespace. 150

src/main/java/org/apache/commons/scxml2/io/ModelUpdater.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 104). 57
Errors Line is longer than 80 characters (found 116). 174
Errors Line is longer than 80 characters (found 107). 176
Errors Line is longer than 80 characters (found 92). 180
Errors Parameter nextOrder should be final. 180
Errors 'cast' is not followed by whitespace. 184
Errors Line is longer than 80 characters (found 104). 195
Errors Line is longer than 80 characters (found 89). 196
Errors Line is longer than 80 characters (found 107). 197
Errors Line is longer than 80 characters (found 96). 201
Errors Parameter nextObservableId should be final. 201
Errors 'cast' is not followed by whitespace. 205
Errors 'cast' is not followed by whitespace. 207
Errors Line is longer than 80 characters (found 91). 208
Errors Line is longer than 80 characters (found 91). 209
Errors Line is longer than 80 characters (found 87). 221
Errors Line is longer than 80 characters (found 99). 235
Errors Line is longer than 80 characters (found 81). 247
Errors '}' should be on the same line. 261
Errors Line is longer than 80 characters (found 87). 263
Errors Line is longer than 80 characters (found 95). 280
Errors Line is longer than 80 characters (found 108). 300
Errors Comment matches to-do format 'TODO:'. 316
Errors Line is longer than 80 characters (found 82). 328
Errors '}' should be on the same line. 335
Errors Line is longer than 80 characters (found 109). 369
Errors Line is longer than 80 characters (found 93). 405
Errors Line is longer than 80 characters (found 120). 447
Errors Line is longer than 80 characters (found 89). 448
Errors Line is longer than 80 characters (found 85). 457
Errors 'for' construct must use '{}'s. 470
Errors Line is longer than 80 characters (found 123). 470
Errors '-' is not preceded with whitespace. 470
Errors '-' is not followed by whitespace. 470
Errors '-' is not preceded with whitespace. 470
Errors '-' is not followed by whitespace. 470
Errors Empty statement. 470
Errors Line is longer than 80 characters (found 90). 477
Errors Line is longer than 80 characters (found 84). 483
Errors '-' is not preceded with whitespace. 483
Errors '-' is not followed by whitespace. 483

src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java

Violation Message Line
Errors File length is 2,930 lines (max allowed is 2,000). 1
Errors First sentence should end with a period. 134
Errors Line is longer than 80 characters (found 100). 135
Errors Line is longer than 80 characters (found 92). 174
Errors Line is longer than 80 characters (found 92). 179
Errors Line is longer than 80 characters (found 83). 210
Errors '+' is not followed by whitespace. 211
Errors Line is longer than 80 characters (found 83). 218
Errors '+' is not followed by whitespace. 220
Errors Line is longer than 80 characters (found 85). 223
Errors '+' is not followed by whitespace. 227
Errors '+' is not preceded with whitespace. 227
Errors '+' is not followed by whitespace. 227
Errors Line is longer than 80 characters (found 96). 233
Errors Line is longer than 80 characters (found 83). 241
Errors Line is longer than 80 characters (found 83). 242
Errors '+' is not followed by whitespace. 242
Errors Missing a Javadoc comment. 246
Errors Missing a Javadoc comment. 247
Errors Missing a Javadoc comment. 248
Errors Missing a Javadoc comment. 249
Errors Missing a Javadoc comment. 250
Errors Missing a Javadoc comment. 251
Errors Missing a Javadoc comment. 252
Errors Missing a Javadoc comment. 253
Errors Missing a Javadoc comment. 254
Errors Missing a Javadoc comment. 255
Errors Missing a Javadoc comment. 256
Errors Missing a Javadoc comment. 257
Errors Missing a Javadoc comment. 258
Errors Missing a Javadoc comment. 259
Errors Missing a Javadoc comment. 260
Errors Missing a Javadoc comment. 261
Errors Missing a Javadoc comment. 262
Errors Missing a Javadoc comment. 263
Errors Missing a Javadoc comment. 264
Errors Missing a Javadoc comment. 265
Errors Missing a Javadoc comment. 266
Errors Missing a Javadoc comment. 267
Errors Missing a Javadoc comment. 268
Errors Missing a Javadoc comment. 269
Errors Missing a Javadoc comment. 270
Errors Missing a Javadoc comment. 271
Errors Missing a Javadoc comment. 274
Errors Missing a Javadoc comment. 275
Errors Missing a Javadoc comment. 276
Errors Missing a Javadoc comment. 277
Errors Missing a Javadoc comment. 278
Errors Missing a Javadoc comment. 279
Errors Missing a Javadoc comment. 280
Errors Missing a Javadoc comment. 281
Errors Missing a Javadoc comment. 282
Errors Missing a Javadoc comment. 283
Errors Missing a Javadoc comment. 284
Errors Missing a Javadoc comment. 285
Errors Missing a Javadoc comment. 286
Errors Missing a Javadoc comment. 287
Errors Missing a Javadoc comment. 288
Errors Missing a Javadoc comment. 289
Errors Missing a Javadoc comment. 290
Errors Missing a Javadoc comment. 291
Errors Missing a Javadoc comment. 292
Errors Missing a Javadoc comment. 293
Errors Missing a Javadoc comment. 294
Errors Missing a Javadoc comment. 295
Errors Missing a Javadoc comment. 296
Errors Missing a Javadoc comment. 297
Errors Missing a Javadoc comment. 298
Errors Missing a Javadoc comment. 299
Errors Missing a Javadoc comment. 300
Errors Missing a Javadoc comment. 301
Errors Missing a Javadoc comment. 302
Errors Missing a Javadoc comment. 303
Errors Missing a Javadoc comment. 304
Errors Line is longer than 80 characters (found 101). 315
Errors Line is longer than 80 characters (found 100). 318
Errors Line is longer than 80 characters (found 101). 319
Errors Line is longer than 80 characters (found 97). 320
Errors Line is longer than 80 characters (found 90). 329
Errors Line is longer than 80 characters (found 93). 332
Errors Line is longer than 80 characters (found 101). 334
Errors Line is longer than 80 characters (found 100). 337
Errors Line is longer than 80 characters (found 101). 338
Errors Line is longer than 80 characters (found 97). 339
Errors Line is longer than 80 characters (found 87). 341
Errors Line is longer than 80 characters (found 85). 347
Errors Line is longer than 80 characters (found 101). 359
Errors Line is longer than 80 characters (found 100). 362
Errors Line is longer than 80 characters (found 101). 363
Errors Line is longer than 80 characters (found 97). 364
Errors Line is longer than 80 characters (found 97). 373
Errors Line is longer than 80 characters (found 93). 376
Errors Line is longer than 80 characters (found 101). 378
Errors Line is longer than 80 characters (found 100). 381
Errors Line is longer than 80 characters (found 101). 382
Errors Line is longer than 80 characters (found 97). 383
Errors Line is longer than 80 characters (found 83). 385
Errors Line is longer than 80 characters (found 84). 391
Errors Line is longer than 80 characters (found 88). 401
Errors Line is longer than 80 characters (found 101). 403
Errors Line is longer than 80 characters (found 100). 406
Errors Line is longer than 80 characters (found 101). 407
Errors Line is longer than 80 characters (found 97). 408
Errors Line is longer than 80 characters (found 111). 417
Errors Line is longer than 80 characters (found 88). 419
Errors Line is longer than 80 characters (found 93). 420
Errors Line is longer than 80 characters (found 101). 422
Errors Line is longer than 80 characters (found 100). 425
Errors Line is longer than 80 characters (found 101). 426
Errors Line is longer than 80 characters (found 97). 427
Errors Line is longer than 80 characters (found 94). 429
Errors Line is longer than 80 characters (found 87). 435
Errors Line is longer than 80 characters (found 83). 445
Errors Line is longer than 80 characters (found 101). 447
Errors Line is longer than 80 characters (found 100). 450
Errors Line is longer than 80 characters (found 101). 451
Errors Line is longer than 80 characters (found 97). 452
Errors Line is longer than 80 characters (found 106). 461
Errors Line is longer than 80 characters (found 83). 463
Errors Line is longer than 80 characters (found 93). 464
Errors Line is longer than 80 characters (found 101). 466
Errors Line is longer than 80 characters (found 100). 469
Errors Line is longer than 80 characters (found 101). 470
Errors Line is longer than 80 characters (found 97). 471
Errors Line is longer than 80 characters (found 89). 473
Errors Line is longer than 80 characters (found 87). 479
Errors Line is longer than 80 characters (found 83). 489
Errors Line is longer than 80 characters (found 101). 491
Errors Line is longer than 80 characters (found 100). 494
Errors Line is longer than 80 characters (found 101). 495
Errors Line is longer than 80 characters (found 97). 496
Errors Line is longer than 80 characters (found 106). 505
Errors Line is longer than 80 characters (found 83). 507
Errors Line is longer than 80 characters (found 93). 508
Errors Line is longer than 80 characters (found 101). 510
Errors Line is longer than 80 characters (found 100). 513
Errors Line is longer than 80 characters (found 101). 514
Errors Line is longer than 80 characters (found 97). 515
Errors Line is longer than 80 characters (found 89). 517
Errors Line is longer than 80 characters (found 87). 523
Errors Line is longer than 80 characters (found 112). 532
Errors Line is longer than 80 characters (found 109). 533
Errors Line is longer than 80 characters (found 93). 536
Errors Line is longer than 80 characters (found 81). 538
Errors Line is longer than 80 characters (found 88). 539
Errors Line is longer than 80 characters (found 83). 540
Errors Line is longer than 80 characters (found 83). 541
Errors Line is longer than 80 characters (found 100). 543
Errors Line is longer than 80 characters (found 100). 547
Errors Line is longer than 80 characters (found 101). 548
Errors Line is longer than 80 characters (found 97). 549
Errors Line is longer than 80 characters (found 116). 551
Errors Line is longer than 80 characters (found 120). 552
Errors Line is longer than 80 characters (found 81). 559
Errors Line is longer than 80 characters (found 118). 563
Errors Line is longer than 80 characters (found 87). 574
Errors Line is longer than 80 characters (found 100). 577
Errors Line is longer than 80 characters (found 100). 581
Errors Line is longer than 80 characters (found 101). 582
Errors Line is longer than 80 characters (found 97). 583
Errors Line is longer than 80 characters (found 102). 585
Errors Line is longer than 80 characters (found 102). 600
Errors Line is longer than 80 characters (found 98). 603
Errors Line is longer than 80 characters (found 87). 618
Errors Line is longer than 80 characters (found 100). 623
Errors Line is longer than 80 characters (found 101). 624
Errors Line is longer than 80 characters (found 97). 625
Errors Line is longer than 80 characters (found 117). 627
Errors Line is longer than 80 characters (found 119). 637
Errors Line is longer than 80 characters (found 82). 659
Errors Line is longer than 80 characters (found 97). 663
Errors Line is longer than 80 characters (found 93). 666
Errors Line is longer than 80 characters (found 87). 680
Errors Line is longer than 80 characters (found 100). 683
Errors Line is longer than 80 characters (found 100). 686
Errors Line is longer than 80 characters (found 101). 687
Errors Line is longer than 80 characters (found 97). 688
Errors Line is longer than 80 characters (found 117). 690
Errors Line is longer than 80 characters (found 82). 695
Errors 'cast' is not followed by whitespace. 717
Errors '}' should be on the same line. 718
Errors 'cast' is not followed by whitespace. 720
Errors Line is longer than 80 characters (found 87). 736
Errors Line is longer than 80 characters (found 97). 756
Errors Line is longer than 80 characters (found 93). 759
Errors Line is longer than 80 characters (found 87). 773
Errors Line is longer than 80 characters (found 103). 776
Errors Line is longer than 80 characters (found 100). 779
Errors Line is longer than 80 characters (found 101). 780
Errors Line is longer than 80 characters (found 97). 781
Errors Line is longer than 80 characters (found 120). 783
Errors Line is longer than 80 characters (found 88). 788
Errors 'cast' is not followed by whitespace. 806
Errors '}' should be on the same line. 807
Errors 'cast' is not followed by whitespace. 809
Errors Line is longer than 80 characters (found 90). 825
Errors Line is longer than 80 characters (found 81). 829
Errors Line is longer than 80 characters (found 81). 835
Errors Line is longer than 80 characters (found 100). 841
Errors Line is longer than 80 characters (found 96). 844
Errors Line is longer than 80 characters (found 87). 858
Errors Line is longer than 80 characters (found 88). 861
Errors Line is longer than 80 characters (found 97). 864
Errors Line is longer than 80 characters (found 100). 865
Errors Line is longer than 80 characters (found 101). 866
Errors Line is longer than 80 characters (found 117). 868
Errors Line is longer than 80 characters (found 97). 899
Errors Line is longer than 80 characters (found 93). 902
Errors Line is longer than 80 characters (found 118). 914
Errors Line is longer than 80 characters (found 105). 915
Errors Line is longer than 80 characters (found 111). 916
Errors Line is longer than 80 characters (found 90). 921
Errors Line is longer than 80 characters (found 100). 924
Errors Line is longer than 80 characters (found 101). 925
Errors Line is longer than 80 characters (found 97). 926
Errors Line is longer than 80 characters (found 101). 928
Errors Line is longer than 80 characters (found 111). 943
Errors Must have at least one statement. 964
Errors Line is longer than 80 characters (found 84). 971
Errors Must have at least one statement. 1005
Errors Line is longer than 80 characters (found 82). 1017
Errors Line is longer than 80 characters (found 92). 1022
Errors 'cast' is not followed by whitespace. 1024
Errors Line is longer than 80 characters (found 81). 1027
Errors Line is longer than 80 characters (found 87). 1037
Errors Line is longer than 80 characters (found 98). 1040
Errors Line is longer than 80 characters (found 97). 1042
Errors Line is longer than 80 characters (found 100). 1043
Errors Line is longer than 80 characters (found 101). 1044
Errors Line is longer than 80 characters (found 102). 1046
Errors Line is longer than 80 characters (found 88). 1047
Errors Line is longer than 80 characters (found 101). 1063
Errors Line is longer than 80 characters (found 97). 1066
Errors Line is longer than 80 characters (found 87). 1086
Errors Line is longer than 80 characters (found 97). 1090
Errors Line is longer than 80 characters (found 117). 1092
Errors Expected @throws tag for 'ModelException'. 1093
Errors Line is longer than 80 characters (found 99). 1099
Errors Line is longer than 80 characters (found 87). 1106
Errors Line is longer than 80 characters (found 97). 1110
Errors Line is longer than 80 characters (found 100). 1111
Errors Line is longer than 80 characters (found 101). 1112
Errors Line is longer than 80 characters (found 99). 1114
Errors Line is longer than 80 characters (found 84). 1123
Errors Line is longer than 80 characters (found 98). 1142
Errors Line is longer than 80 characters (found 94). 1145
Errors Line is longer than 80 characters (found 87). 1161
Errors Line is longer than 80 characters (found 103). 1163
Errors Line is longer than 80 characters (found 97). 1165
Errors Line is longer than 80 characters (found 98). 1167
Errors Expected @throws tag for 'ModelException'. 1169
Errors Line is longer than 80 characters (found 104). 1177
Errors '}' should be on the same line. 1178
Errors '}' should be on the same line. 1182
Errors Line is longer than 80 characters (found 88). 1184
Errors Line is longer than 80 characters (found 81). 1185
Errors '}' should be on the same line. 1186
Errors Line is longer than 80 characters (found 87). 1198
Errors Line is longer than 80 characters (found 91). 1200
Errors Line is longer than 80 characters (found 97). 1203
Errors Line is longer than 80 characters (found 100). 1204
Errors Line is longer than 80 characters (found 101). 1205
Errors Line is longer than 80 characters (found 101). 1207
Errors Line is longer than 80 characters (found 88). 1208
Errors Line is longer than 80 characters (found 87). 1220
Errors Line is longer than 80 characters (found 97). 1224
Errors Line is longer than 80 characters (found 100). 1226
Errors '}' should be on the same line. 1234
Errors Line is longer than 80 characters (found 99). 1236
Errors Line is longer than 80 characters (found 100). 1239
Errors '}' should be on the same line. 1241
Errors Line is longer than 80 characters (found 87). 1253
Errors Line is longer than 80 characters (found 97). 1257
Errors Line is longer than 80 characters (found 100). 1258
Errors Line is longer than 80 characters (found 101). 1259
Errors Line is longer than 80 characters (found 100). 1261
Errors Line is longer than 80 characters (found 95). 1276
Errors Line is longer than 80 characters (found 99). 1278
Errors Line is longer than 80 characters (found 95). 1281
Errors Line is longer than 80 characters (found 87). 1297
Errors Line is longer than 80 characters (found 103). 1300
Errors Line is longer than 80 characters (found 97). 1302
Errors Line is longer than 80 characters (found 100). 1303
Errors Line is longer than 80 characters (found 101). 1304
Errors Line is longer than 80 characters (found 100). 1306
Errors Line is longer than 80 characters (found 82). 1307
Errors Line is longer than 80 characters (found 86). 1311
Errors Line is longer than 80 characters (found 89). 1326
Errors Line is longer than 80 characters (found 99). 1328
Errors Line is longer than 80 characters (found 95). 1331
Errors Line is longer than 80 characters (found 87). 1345
Errors Line is longer than 80 characters (found 97). 1349
Errors Line is longer than 80 characters (found 100). 1350
Errors Line is longer than 80 characters (found 101). 1351
Errors Line is longer than 80 characters (found 100). 1353
Errors Line is longer than 80 characters (found 87). 1366
Errors Line is longer than 80 characters (found 97). 1370
Errors Line is longer than 80 characters (found 100). 1371
Errors Line is longer than 80 characters (found 101). 1372
Errors Line is longer than 80 characters (found 99). 1374
Errors Line is longer than 80 characters (found 87). 1387
Errors Line is longer than 80 characters (found 97). 1390
Errors Line is longer than 80 characters (found 100). 1391
Errors Line is longer than 80 characters (found 101). 1392
Errors Expected an @return tag. 1394
Errors Line is longer than 80 characters (found 121). 1394
Errors '}' should be on the same line. 1403
Errors Line is longer than 80 characters (found 93). 1405
Errors Line is longer than 80 characters (found 92). 1406
Errors Line is longer than 80 characters (found 87). 1420
Errors Line is longer than 80 characters (found 97). 1423
Errors Line is longer than 80 characters (found 100). 1424
Errors Line is longer than 80 characters (found 101). 1425
Errors Expected an @return tag. 1427
Errors Line is longer than 80 characters (found 109). 1427
Errors '}' should be on the same line. 1438
Errors Line is longer than 80 characters (found 93). 1440
Errors Line is longer than 80 characters (found 92). 1441
Errors Line is longer than 80 characters (found 87). 1455
Errors Line is longer than 80 characters (found 85). 1457
Errors Line is longer than 80 characters (found 121). 1458
Errors Line is longer than 80 characters (found 97). 1460
Errors Line is longer than 80 characters (found 100). 1461
Errors Line is longer than 80 characters (found 101). 1462
Errors Line is longer than 80 characters (found 110). 1464
Errors Line is longer than 80 characters (found 105). 1465
Errors Line is longer than 80 characters (found 81). 1490
Errors Line is longer than 80 characters (found 83). 1492
Errors Line is longer than 80 characters (found 82). 1498
Errors Line is longer than 80 characters (found 82). 1502
Errors Line is longer than 80 characters (found 82). 1504
Errors Line is longer than 80 characters (found 85). 1505
Errors Line is longer than 80 characters (found 87). 1506
Errors Line is longer than 80 characters (found 83). 1507
Errors Line is longer than 80 characters (found 84). 1508
Errors 'cast' is not followed by whitespace. 1508
Errors Line is longer than 80 characters (found 90). 1510
Errors Line is longer than 80 characters (found 90). 1516
Errors Line is longer than 80 characters (found 81). 1521
Errors Line is longer than 80 characters (found 107). 1522
Errors Line is longer than 80 characters (found 102). 1528
Errors Line is longer than 80 characters (found 90). 1530
Errors Line is longer than 80 characters (found 87). 1545
Errors Line is longer than 80 characters (found 99). 1548
Errors Line is longer than 80 characters (found 97). 1550
Errors Line is longer than 80 characters (found 100). 1551
Errors Line is longer than 80 characters (found 101). 1552
Errors Line is longer than 80 characters (found 98). 1554
Errors Line is longer than 80 characters (found 93). 1555
Errors Line is longer than 80 characters (found 111). 1560
Errors Line is longer than 80 characters (found 96). 1562
Errors '}' should be on the same line. 1563
Errors Line is longer than 80 characters (found 87). 1581
Errors Line is longer than 80 characters (found 103). 1584
Errors Line is longer than 80 characters (found 97). 1586
Errors Line is longer than 80 characters (found 100). 1587
Errors Line is longer than 80 characters (found 101). 1588
Errors Line is longer than 80 characters (found 95). 1590
Errors Line is longer than 80 characters (found 90). 1591
Errors Line is longer than 80 characters (found 87). 1609
Errors Line is longer than 80 characters (found 97). 1614
Errors Line is longer than 80 characters (found 99). 1616
Errors Expected @throws tag for 'ModelException'. 1618
Errors Line is longer than 80 characters (found 87). 1631
Errors Line is longer than 80 characters (found 97). 1636
Errors Line is longer than 80 characters (found 97). 1638
Errors Line is longer than 80 characters (found 87). 1652
Errors Line is longer than 80 characters (found 108). 1655
Errors Line is longer than 80 characters (found 97). 1657
Errors Line is longer than 80 characters (found 100). 1658
Errors Line is longer than 80 characters (found 101). 1659
Errors Line is longer than 80 characters (found 100). 1661
Errors Line is longer than 80 characters (found 95). 1662
Errors Line is longer than 80 characters (found 87). 1682
Errors Line is longer than 80 characters (found 99). 1685
Errors Line is longer than 80 characters (found 97). 1687
Errors Line is longer than 80 characters (found 96). 1689
Errors Line is longer than 80 characters (found 91). 1690
Errors Line is longer than 80 characters (found 87). 1709
Errors Line is longer than 80 characters (found 99). 1712
Errors Line is longer than 80 characters (found 97). 1714
Errors Line is longer than 80 characters (found 99). 1716
Errors Line is longer than 80 characters (found 94). 1717
Errors Expected @throws tag for 'ModelException'. 1718
Errors Line is longer than 80 characters (found 97). 1727
Errors '}' should be on the same line. 1734
Errors Line is longer than 80 characters (found 97). 1736
Errors Line is longer than 80 characters (found 87). 1754
Errors Line is longer than 80 characters (found 99). 1757
Errors Line is longer than 80 characters (found 97). 1759
Errors Line is longer than 80 characters (found 100). 1760
Errors Line is longer than 80 characters (found 101). 1761
Errors Line is longer than 80 characters (found 97). 1763
Errors Line is longer than 80 characters (found 92). 1764
Errors Line is longer than 80 characters (found 111). 1769
Errors Line is longer than 80 characters (found 95). 1771
Errors Line is longer than 80 characters (found 103). 1780
Errors '}' should be on the same line. 1781
Errors Line is longer than 80 characters (found 105). 1790
Errors '}' should be on the same line. 1791
Errors Line is longer than 80 characters (found 105). 1800
Errors '}' should be on the same line. 1801
Errors Line is longer than 80 characters (found 107). 1812
Errors '}' should be on the same line. 1813
Errors Line is longer than 80 characters (found 103). 1822
Errors '}' should be on the same line. 1823
Errors '}' should be on the same line. 1841
Errors Line is longer than 80 characters (found 100). 1843
Errors Line is longer than 80 characters (found 91). 1846
Errors '}' should be on the same line. 1848
Errors Line is longer than 80 characters (found 100). 1850
Errors Line is longer than 80 characters (found 96). 1853
Errors Line is longer than 80 characters (found 92). 1856
Errors Line is longer than 80 characters (found 87). 1877
Errors Line is longer than 80 characters (found 99). 1880
Errors Line is longer than 80 characters (found 97). 1882
Errors Line is longer than 80 characters (found 99). 1884
Errors Line is longer than 80 characters (found 94). 1885
Errors Expected @throws tag for 'ModelException'. 1886
Errors Line is longer than 80 characters (found 109). 1893
Errors '}' should be on the same line. 1894
Errors Line is longer than 80 characters (found 87). 1912
Errors Line is longer than 80 characters (found 99). 1915
Errors Line is longer than 80 characters (found 97). 1917
Errors Line is longer than 80 characters (found 99). 1919
Errors Line is longer than 80 characters (found 94). 1920
Errors Unclosed HTML tag found: <a href="http://www.w3.org/TR/2013/WD-scxml-20130801/#scxml" 1936
Errors Line is longer than 80 characters (found 87). 1939
Errors Line is longer than 80 characters (found 97). 1943
Errors Line is longer than 80 characters (found 105). 1945
Errors Line is longer than 80 characters (found 87). 1959
Errors Line is longer than 80 characters (found 99). 1962
Errors Line is longer than 80 characters (found 97). 1964
Errors Line is longer than 80 characters (found 96). 1966
Errors Line is longer than 80 characters (found 91). 1967
Errors Line is longer than 80 characters (found 87). 1986
Errors Line is longer than 80 characters (found 106). 1990
Errors Line is longer than 80 characters (found 97). 1992
Errors Line is longer than 80 characters (found 105). 1994
Errors Line is longer than 80 characters (found 102). 1995
Errors Line is longer than 80 characters (found 95). 2014
Errors Line is longer than 80 characters (found 96). 2016
Errors Line is longer than 80 characters (found 100). 2018
Errors Line is longer than 80 characters (found 83). 2021
Errors Line is longer than 80 characters (found 91). 2029
Errors Line is longer than 80 characters (found 113). 2035
Errors Line is longer than 80 characters (found 114). 2038
Errors Line is longer than 80 characters (found 110). 2041
Errors Line is longer than 80 characters (found 87). 2048
Errors Line is longer than 80 characters (found 85). 2051
Errors '}' should be on the same line. 2055
Errors Line is longer than 80 characters (found 87). 2073
Errors Line is longer than 80 characters (found 97). 2081
Errors Line is longer than 80 characters (found 97). 2083
Errors Line is longer than 80 characters (found 105). 2084
Errors Line is longer than 80 characters (found 95). 2090
Errors Line is longer than 80 characters (found 85). 2107
Errors Line is longer than 80 characters (found 87). 2173
Errors Line is longer than 80 characters (found 97). 2177
Errors Line is longer than 80 characters (found 110). 2190
Errors Parameter input should be final. 2213
Errors '==' is not preceded with whitespace. 2214
Errors '==' is not followed by whitespace. 2214
Errors Avoid inline conditionals. 2214
Errors Line is longer than 80 characters (found 87). 2220
Errors Line is longer than 80 characters (found 92). 2225
Errors Line is longer than 80 characters (found 83). 2226
Errors Line is longer than 80 characters (found 87). 2232
Errors Line is longer than 80 characters (found 90). 2233
Errors Line is longer than 80 characters (found 98). 2237
Errors Line is longer than 80 characters (found 96). 2239
Errors Line is longer than 80 characters (found 91). 2242
Errors Line is longer than 80 characters (found 108). 2243
Errors Avoid inline conditionals. 2243
Errors Avoid inline conditionals. 2243
Errors Line is longer than 80 characters (found 83). 2245
Errors Line is longer than 80 characters (found 117). 2246
Errors First sentence should end with a period. 2252
Errors Line is longer than 80 characters (found 87). 2255
Errors Line is longer than 80 characters (found 90). 2256
Errors Line is longer than 80 characters (found 124). 2262
Errors Line is longer than 80 characters (found 91). 2264
Errors Line is longer than 80 characters (found 88). 2266
Errors Line is longer than 80 characters (found 110). 2267
Errors Line is longer than 80 characters (found 108). 2273
Errors Missing a Javadoc comment. 2273
Errors Line is longer than 80 characters (found 85). 2274
Errors '}' should be on the same line. 2279
Errors Line is longer than 80 characters (found 99). 2282
Errors Line is longer than 80 characters (found 89). 2289
Errors Line is longer than 80 characters (found 113). 2294
Errors Line is longer than 80 characters (found 87). 2300
Errors Line is longer than 80 characters (found 87). 2303
Errors Line is longer than 80 characters (found 97). 2309
Errors Line is longer than 80 characters (found 100). 2310
Errors Line is longer than 80 characters (found 101). 2311
Errors Line is longer than 80 characters (found 109). 2313
Errors Line is longer than 80 characters (found 104). 2314
Errors Line is longer than 80 characters (found 82). 2317
Errors Line is longer than 80 characters (found 88). 2331
Errors First sentence should end with a period. 2336
Errors Line is longer than 80 characters (found 116). 2337
Errors Line is longer than 80 characters (found 98). 2341
Errors Expected @throws tag for 'XMLStreamException'. 2341
Errors '}' should be on the same line. 2347
Errors Line is longer than 80 characters (found 89). 2355
Errors Line is longer than 80 characters (found 87). 2358
Errors Line is longer than 80 characters (found 97). 2364
Errors Line is longer than 80 characters (found 100). 2365
Errors Line is longer than 80 characters (found 101). 2366
Errors Line is longer than 80 characters (found 111). 2368
Errors Line is longer than 80 characters (found 107). 2369
Errors Line is longer than 80 characters (found 82). 2372
Errors Line is longer than 80 characters (found 102). 2374
Errors Line is longer than 80 characters (found 91). 2375
Errors Line is longer than 80 characters (found 88). 2384
Errors Line is longer than 80 characters (found 92). 2389
Errors Line is longer than 80 characters (found 87). 2392
Errors Line is longer than 80 characters (found 97). 2398
Errors Line is longer than 80 characters (found 100). 2399
Errors Line is longer than 80 characters (found 101). 2400
Errors Line is longer than 80 characters (found 115). 2402
Errors Line is longer than 80 characters (found 115). 2403
Errors Line is longer than 80 characters (found 82). 2406
Errors Line is longer than 80 characters (found 96). 2408
Errors Line is longer than 80 characters (found 92). 2409
Errors Line is longer than 80 characters (found 88). 2419
Errors Line is longer than 80 characters (found 87). 2426
Errors Line is longer than 80 characters (found 105). 2429
Errors Line is longer than 80 characters (found 93). 2432
Errors Line is longer than 80 characters (found 82). 2435
Errors Line is longer than 80 characters (found 85). 2442
Errors Line is longer than 80 characters (found 87). 2444
Errors Line is longer than 80 characters (found 97). 2447
Errors Line is longer than 80 characters (found 102). 2449
Errors Line is longer than 80 characters (found 93). 2453
Errors Line is longer than 80 characters (found 84). 2455
Errors Line is longer than 80 characters (found 82). 2460
Errors Line is longer than 80 characters (found 101). 2463
Errors Line is longer than 80 characters (found 103). 2469
Errors Line is longer than 80 characters (found 111). 2470
Errors Line is longer than 80 characters (found 83). 2475
Errors Line is longer than 80 characters (found 107). 2482
Errors Line is longer than 80 characters (found 109). 2483
Errors Line is longer than 80 characters (found 113). 2485
Errors Line is longer than 80 characters (found 112). 2486
Errors Line is longer than 80 characters (found 90). 2491
Errors Line is longer than 80 characters (found 108). 2492
Errors Line is longer than 80 characters (found 88). 2495
Errors Avoid inline conditionals. 2504
Errors Line is longer than 80 characters (found 85). 2518
Errors Line is longer than 80 characters (found 104). 2519
Errors Line is longer than 80 characters (found 97). 2524
Errors Line is longer than 80 characters (found 91). 2551
Errors Line is longer than 80 characters (found 88). 2555
Errors Line is longer than 80 characters (found 91). 2560
Errors Line is longer than 80 characters (found 91). 2562
Errors Line is longer than 80 characters (found 88). 2568
Errors Line is longer than 80 characters (found 110). 2591
Errors Line is longer than 80 characters (found 114). 2596
Errors Line is longer than 80 characters (found 117). 2598
Errors Line is longer than 80 characters (found 107). 2600
Errors Variable 'factoryId' must be private and have accessor methods. 2613
Errors Line is longer than 80 characters (found 93). 2616
Errors Variable 'factoryClassLoader' must be private and have accessor methods. 2618
Errors Variable 'allocator' must be private and have accessor methods. 2623
Errors Line is longer than 80 characters (found 108). 2626
Errors Variable 'properties' must be private and have accessor methods. 2629
Errors Variable 'resolver' must be private and have accessor methods. 2634
Errors Variable 'reporter' must be private and have accessor methods. 2639
Errors Variable 'encoding' must be private and have accessor methods. 2645
Errors Variable 'systemId' must be private and have accessor methods. 2650
Errors Variable 'validate' must be private and have accessor methods. 2655
Errors Line is longer than 80 characters (found 93). 2659
Errors Variable 'customActions' must be private and have accessor methods. 2661
Errors Line is longer than 80 characters (found 99). 2664
Errors Variable 'customActionClassLoader' must be private and have accessor methods. 2666
Errors Line is longer than 80 characters (found 110). 2669
Errors Variable 'useContextClassLoaderForCustomActions' must be private and have accessor methods. 2671
Errors Line is longer than 80 characters (found 118). 2674
Errors Line is longer than 80 characters (found 97). 2675
Errors Variable 'namespaces' must be private and have accessor methods. 2677
Errors Line is longer than 80 characters (found 118). 2681
Errors Variable 'parent' must be private and have accessor methods. 2684
Errors Variable 'pathResolver' must be private and have accessor methods. 2689
Errors Variable 'silent' must be private and have accessor methods. 2695
Errors Line is longer than 80 characters (found 101). 2698
Errors Variable 'strict' must be private and have accessor methods. 2701
Errors Line is longer than 80 characters (found 94). 2717
Errors Line is longer than 80 characters (found 91). 2719
Errors Line is longer than 80 characters (found 115). 2720
Errors Line is longer than 80 characters (found 94). 2727
Errors Line is longer than 80 characters (found 114). 2728
Errors Line is longer than 80 characters (found 89). 2730
Errors Line is longer than 80 characters (found 116). 2732
Errors Line is longer than 80 characters (found 117). 2737
Errors Line is longer than 80 characters (found 112). 2741
Errors Line is longer than 80 characters (found 90). 2742
Errors Line is longer than 80 characters (found 118). 2743
Errors Line is longer than 80 characters (found 83). 2745
Errors Line is longer than 80 characters (found 83). 2746
Errors Line is longer than 80 characters (found 91). 2747
Errors Line is longer than 80 characters (found 91). 2748
Errors Line is longer than 80 characters (found 87). 2749
Errors Line is longer than 80 characters (found 95). 2750
Errors Line is longer than 80 characters (found 114). 2751
Errors Line is longer than 80 characters (found 114). 2752
Errors Line is longer than 80 characters (found 117). 2754
Errors Line is longer than 80 characters (found 96). 2755
Errors Line is longer than 80 characters (found 118). 2757
Errors Line is longer than 80 characters (found 122). 2758
Errors Line is longer than 80 characters (found 131). 2759
Errors Line is longer than 80 characters (found 111). 2760
Errors Line is longer than 80 characters (found 83). 2761
Errors Line is longer than 80 characters (found 113). 2762
Errors Line is longer than 80 characters (found 83). 2773
Errors Line is longer than 80 characters (found 95). 2774
Errors Line is longer than 80 characters (found 105). 2775
Errors Line is longer than 80 characters (found 104). 2778
Errors Line is longer than 80 characters (found 117). 2779
Errors Line is longer than 80 characters (found 115). 2788
Errors Line is longer than 80 characters (found 108). 2789
Errors Line is longer than 80 characters (found 88). 2790
Errors Line is longer than 80 characters (found 96). 2791
Errors Line is longer than 80 characters (found 111). 2798
Errors Line is longer than 80 characters (found 90). 2800
Errors Line is longer than 80 characters (found 118). 2801
Errors Line is longer than 80 characters (found 83). 2803
Errors Line is longer than 80 characters (found 83). 2804
Errors Line is longer than 80 characters (found 91). 2805
Errors Line is longer than 80 characters (found 91). 2806
Errors Line is longer than 80 characters (found 87). 2807
Errors Line is longer than 80 characters (found 95). 2808
Errors Line is longer than 80 characters (found 105). 2809
Errors Line is longer than 80 characters (found 114). 2811
Errors Line is longer than 80 characters (found 114). 2812
Errors Line is longer than 80 characters (found 117). 2814
Errors Line is longer than 80 characters (found 96). 2815
Errors Line is longer than 80 characters (found 118). 2817
Errors Line is longer than 80 characters (found 115). 2818
Errors Line is longer than 80 characters (found 124). 2819
Errors Line is longer than 80 characters (found 124). 2820
Errors Line is longer than 80 characters (found 110). 2822
Errors Line is longer than 80 characters (found 91). 2823
Errors Line is longer than 80 characters (found 111). 2831
Errors Line is longer than 80 characters (found 90). 2833
Errors Line is longer than 80 characters (found 118). 2834
Errors Line is longer than 80 characters (found 83). 2836
Errors Line is longer than 80 characters (found 83). 2837
Errors Line is longer than 80 characters (found 91). 2838
Errors Line is longer than 80 characters (found 91). 2839
Errors Line is longer than 80 characters (found 87). 2840
Errors Line is longer than 80 characters (found 95). 2841
Errors Line is longer than 80 characters (found 105). 2842
Errors Line is longer than 80 characters (found 114). 2844
Errors Line is longer than 80 characters (found 114). 2845
Errors Line is longer than 80 characters (found 117). 2847
Errors Line is longer than 80 characters (found 96). 2848
Errors Line is longer than 80 characters (found 119). 2849
Errors Line is longer than 80 characters (found 115). 2850
Errors Line is longer than 80 characters (found 81). 2851
Errors Line is longer than 80 characters (found 118). 2853
Errors Line is longer than 80 characters (found 115). 2854
Errors Line is longer than 80 characters (found 124). 2855
Errors Line is longer than 80 characters (found 124). 2856
Errors Line is longer than 80 characters (found 120). 2857
Errors Line is longer than 80 characters (found 96). 2861
Errors Avoid inline conditionals. 2861
Errors Line is longer than 80 characters (found 105). 2869
Errors Avoid inline conditionals. 2869
Errors Line is longer than 80 characters (found 95). 2871
Errors Line is longer than 80 characters (found 115). 2883
Errors Line is longer than 80 characters (found 82). 2887
Errors Line is longer than 80 characters (found 84). 2888
Errors Line is longer than 80 characters (found 83). 2889
Errors Line is longer than 80 characters (found 98). 2895
Errors Expected an @return tag. 2899
Errors First sentence should end with a period. 2903
Errors Line is longer than 80 characters (found 105). 2904
Errors Parameter silent should be final. 2908
Errors Expected @param tag for 'silent'. 2908
Errors Line is longer than 80 characters (found 105). 2913
Errors Expected an @return tag. 2917
Errors First sentence should end with a period. 2921
Errors Line is longer than 80 characters (found 112). 2922
Errors Parameter strict should be final. 2926
Errors Expected @param tag for 'strict'. 2926

src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java

Violation Message Line
Errors Line is longer than 80 characters (found 88). 111
Errors Line is longer than 80 characters (found 84). 117
Errors Missing a Javadoc comment. 131
Errors Missing a Javadoc comment. 132
Errors Missing a Javadoc comment. 133
Errors Missing a Javadoc comment. 134
Errors Missing a Javadoc comment. 135
Errors Missing a Javadoc comment. 136
Errors Missing a Javadoc comment. 137
Errors Missing a Javadoc comment. 138
Errors Missing a Javadoc comment. 139
Errors Missing a Javadoc comment. 140
Errors Missing a Javadoc comment. 141
Errors Missing a Javadoc comment. 142
Errors Missing a Javadoc comment. 143
Errors Missing a Javadoc comment. 144
Errors Missing a Javadoc comment. 145
Errors Missing a Javadoc comment. 146
Errors Missing a Javadoc comment. 147
Errors Missing a Javadoc comment. 148
Errors Missing a Javadoc comment. 149
Errors Missing a Javadoc comment. 150
Errors Missing a Javadoc comment. 151
Errors Missing a Javadoc comment. 152
Errors Missing a Javadoc comment. 153
Errors Missing a Javadoc comment. 154
Errors Missing a Javadoc comment. 155
Errors Missing a Javadoc comment. 156
Errors Missing a Javadoc comment. 159
Errors Missing a Javadoc comment. 160
Errors Missing a Javadoc comment. 161
Errors Missing a Javadoc comment. 162
Errors Missing a Javadoc comment. 163
Errors Missing a Javadoc comment. 164
Errors Missing a Javadoc comment. 165
Errors Missing a Javadoc comment. 166
Errors Missing a Javadoc comment. 167
Errors Missing a Javadoc comment. 168
Errors Missing a Javadoc comment. 169
Errors Missing a Javadoc comment. 170
Errors Missing a Javadoc comment. 171
Errors Missing a Javadoc comment. 172
Errors Missing a Javadoc comment. 173
Errors Missing a Javadoc comment. 174
Errors Missing a Javadoc comment. 175
Errors Missing a Javadoc comment. 176
Errors Missing a Javadoc comment. 177
Errors Missing a Javadoc comment. 178
Errors Missing a Javadoc comment. 179
Errors Missing a Javadoc comment. 180
Errors Missing a Javadoc comment. 181
Errors Missing a Javadoc comment. 182
Errors Missing a Javadoc comment. 183
Errors Missing a Javadoc comment. 184
Errors Missing a Javadoc comment. 185
Errors Missing a Javadoc comment. 186
Errors Missing a Javadoc comment. 187
Errors Missing a Javadoc comment. 188
Errors Line is longer than 80 characters (found 97). 207
Errors Line is longer than 80 characters (found 97). 226
Errors Line is longer than 80 characters (found 84). 228
Errors Line is longer than 80 characters (found 97). 250
Errors Line is longer than 80 characters (found 97). 267
Errors Line is longer than 80 characters (found 114). 269
Errors Line is longer than 80 characters (found 97). 290
Errors Line is longer than 80 characters (found 97). 307
Errors Line is longer than 80 characters (found 108). 309
Errors Line is longer than 80 characters (found 97). 330
Errors Line is longer than 80 characters (found 97). 347
Errors Line is longer than 80 characters (found 108). 349
Errors '8' is a magic number. 374
Errors '0x7F' is a magic number. 395
Errors Line is longer than 80 characters (found 89). 413
Errors Line is longer than 80 characters (found 97). 423
Errors Line is longer than 80 characters (found 91). 425
Errors Line is longer than 80 characters (found 121). 426
Errors Line is longer than 80 characters (found 97). 429
Errors Line is longer than 80 characters (found 96). 437
Errors Avoid inline conditionals. 437
Errors Line is longer than 80 characters (found 84). 438
Errors Line is longer than 80 characters (found 110). 447
Errors Line is longer than 80 characters (found 97). 454
Errors Line is longer than 80 characters (found 102). 456
Errors Line is longer than 80 characters (found 109). 470
Errors Line is longer than 80 characters (found 97). 475
Errors Line is longer than 80 characters (found 83). 477
Errors Line is longer than 80 characters (found 82). 486
Errors Line is longer than 80 characters (found 111). 488
Errors Line is longer than 80 characters (found 117). 529
Errors Line is longer than 80 characters (found 97). 534
Errors Line is longer than 80 characters (found 95). 536
Errors First sentence should end with a period. 563
Errors Line is longer than 80 characters (found 82). 566
Errors Line is longer than 80 characters (found 104). 569
Errors Expected @throws tag for 'XMLStreamException'. 570
Errors Line is longer than 80 characters (found 109). 577
Errors Line is longer than 80 characters (found 97). 582
Errors Line is longer than 80 characters (found 83). 584
Errors Line is longer than 80 characters (found 115). 622
Errors Line is longer than 80 characters (found 97). 627
Errors Line is longer than 80 characters (found 92). 629
Errors Line is longer than 80 characters (found 109). 666
Errors Line is longer than 80 characters (found 97). 671
Errors Line is longer than 80 characters (found 81). 673
Errors Line is longer than 80 characters (found 113). 688
Errors Line is longer than 80 characters (found 97). 693
Errors Line is longer than 80 characters (found 89). 695
Errors Line is longer than 80 characters (found 109). 708
Errors Line is longer than 80 characters (found 97). 714
Errors Line is longer than 80 characters (found 95). 716
Errors Line is longer than 80 characters (found 113). 737
Errors Line is longer than 80 characters (found 97). 742
Errors Line is longer than 80 characters (found 89). 744
Errors Line is longer than 80 characters (found 94). 747
Errors ')' is preceded with whitespace. 747
Errors Line is longer than 80 characters (found 111). 756
Errors Line is longer than 80 characters (found 97). 761
Errors Line is longer than 80 characters (found 86). 763
Errors Line is longer than 80 characters (found 90). 766
Errors Line is longer than 80 characters (found 119). 775
Errors Line is longer than 80 characters (found 97). 780
Errors Line is longer than 80 characters (found 104). 782
Errors 'cast' is not followed by whitespace. 787
Errors Line is longer than 80 characters (found 86). 788
Errors 'cast' is not followed by whitespace. 788
Errors Line is longer than 80 characters (found 111). 800
Errors Line is longer than 80 characters (found 97). 805
Errors Line is longer than 80 characters (found 86). 807
Errors Line is longer than 80 characters (found 115). 831
Errors Line is longer than 80 characters (found 97). 836
Errors Line is longer than 80 characters (found 92). 838
Errors Line is longer than 80 characters (found 116). 849
Errors Line is longer than 80 characters (found 97). 855
Errors Line is longer than 80 characters (found 104). 857
Errors Line is longer than 80 characters (found 117). 916
Errors Line is longer than 80 characters (found 107). 922
Errors Line is longer than 80 characters (found 97). 927
Errors Line is longer than 80 characters (found 103). 959
Errors Line is longer than 80 characters (found 97). 964
Errors Line is longer than 80 characters (found 113). 976
Errors Line is longer than 80 characters (found 97). 981
Errors Line is longer than 80 characters (found 89). 983
Errors Line is longer than 80 characters (found 97). 1000
Errors Line is longer than 80 characters (found 89). 1002
Errors Line is longer than 80 characters (found 82). 1010
Errors 'cast' is not followed by whitespace. 1010
Errors Line is longer than 80 characters (found 83). 1012
Errors '}' should be on the same line. 1013
Errors Line is longer than 80 characters (found 85). 1015
Errors '}' should be on the same line. 1019
Errors Line is longer than 80 characters (found 85). 1032
Errors Line is longer than 80 characters (found 97). 1034
Errors Line is longer than 80 characters (found 83). 1037
Errors Line is longer than 80 characters (found 97). 1057
Errors Line is longer than 80 characters (found 86). 1068
Errors Line is longer than 80 characters (found 81). 1070
Errors Line is longer than 80 characters (found 97). 1082
Errors Line is longer than 80 characters (found 105). 1084
Errors Line is longer than 80 characters (found 97). 1098
Errors Line is longer than 80 characters (found 106). 1100
Errors Line is longer than 80 characters (found 111). 1108
Errors Line is longer than 80 characters (found 113). 1109
Errors Line is longer than 80 characters (found 97). 1118
Errors Line is longer than 80 characters (found 102). 1120
Errors Line is longer than 80 characters (found 87). 1121
Errors Line is longer than 80 characters (found 82). 1124
Errors Line is longer than 80 characters (found 111). 1126
Errors Line is longer than 80 characters (found 91). 1140
Errors Line is longer than 80 characters (found 97). 1145
Errors Line is longer than 80 characters (found 103). 1150
Errors Line is longer than 80 characters (found 100). 1151
Errors Line is longer than 80 characters (found 106). 1162
Errors Line is longer than 80 characters (found 86). 1163
Errors Line is longer than 80 characters (found 90). 1169
Errors Line is longer than 80 characters (found 112). 1171
Errors Line is longer than 80 characters (found 88). 1174
Errors Line is longer than 80 characters (found 84). 1183
Errors Line is longer than 80 characters (found 86). 1211
Errors Line is longer than 80 characters (found 86). 1215
Errors Line is longer than 80 characters (found 110). 1232
Errors Line is longer than 80 characters (found 116). 1237
Errors Line is longer than 80 characters (found 115). 1238
Errors Variable 'factoryId' must be private and have accessor methods. 1251
Errors Line is longer than 80 characters (found 94). 1254
Errors Variable 'factoryClassLoader' must be private and have accessor methods. 1256
Errors Line is longer than 80 characters (found 108). 1259
Errors Variable 'properties' must be private and have accessor methods. 1262
Errors Variable 'encoding' must be private and have accessor methods. 1268
Errors Line is longer than 80 characters (found 94). 1271
Errors Variable 'usePrettyPrint' must be private and have accessor methods. 1273
Errors Line is longer than 80 characters (found 111). 1276
Errors Line is longer than 80 characters (found 113). 1277
Errors Variable 'internalWriter' must be private and have accessor methods. 1280
Errors Line is longer than 80 characters (found 81). 1284
Errors Variable 'closeUnderlyingWhenDone' must be private and have accessor methods. 1286
Errors Line is longer than 80 characters (found 90). 1289
Errors Variable 'writeToString' must be private and have accessor methods. 1291
Errors Variable 'prettyPrintOutput' must be private and have accessor methods. 1296
Errors Line is longer than 80 characters (found 117). 1310
Errors Line is longer than 80 characters (found 112). 1311
Errors Line is longer than 80 characters (found 110). 1312
Errors Line is longer than 80 characters (found 112). 1315
Errors Line is longer than 80 characters (found 118). 1317
Errors Line is longer than 80 characters (found 91). 1319
Errors Line is longer than 80 characters (found 114). 1320
Errors Line is longer than 80 characters (found 111). 1321
Errors Line is longer than 80 characters (found 112). 1323
Errors Line is longer than 80 characters (found 90). 1325
Errors Line is longer than 80 characters (found 119). 1326
Errors Line is longer than 80 characters (found 118). 1329
Errors Line is longer than 80 characters (found 91). 1338
Errors Line is longer than 80 characters (found 110). 1339
Errors Line is longer than 80 characters (found 82). 1341
Errors Line is longer than 80 characters (found 112). 1350
Errors Line is longer than 80 characters (found 118). 1352
Errors Line is longer than 80 characters (found 91). 1354
Errors Line is longer than 80 characters (found 114). 1355
Errors Line is longer than 80 characters (found 111). 1356
Errors Line is longer than 80 characters (found 112). 1358
Errors Line is longer than 80 characters (found 111). 1359
Errors Line is longer than 80 characters (found 83). 1361
Errors Line is longer than 80 characters (found 112). 1362
Errors Line is longer than 80 characters (found 91). 1363
Errors Line is longer than 80 characters (found 96). 1367
Errors Avoid inline conditionals. 1367

src/main/java/org/apache/commons/scxml2/model/Action.java

Violation Message Line
Errors Line is longer than 80 characters (found 100). 92
Errors Line is longer than 80 characters (found 90). 102
Errors 'cast' is not followed by whitespace. 102
Errors '}' should be on the same line. 105
Errors Line is longer than 80 characters (found 104). 108
Errors 'cast' is not followed by whitespace. 112
Errors 'cast' is not followed by whitespace. 114
Errors Avoid inline conditionals. 117
Errors Line is longer than 80 characters (found 111). 131
Errors Line is longer than 80 characters (found 108). 144
Errors Line is longer than 80 characters (found 102). 147
Errors 'cast' is not followed by whitespace. 151

src/main/java/org/apache/commons/scxml2/model/ActionsContainer.java

Violation Message Line
Errors Line is longer than 80 characters (found 99). 22
Errors First sentence should end with a period. 26
Errors First sentence should end with a period. 28

src/main/java/org/apache/commons/scxml2/model/Assign.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - org.w3c.dom.*. 31
Errors First sentence should end with a period. 62
Errors Line is longer than 80 characters (found 113). 63
Errors First sentence should end with a period. 67
Errors Line is longer than 80 characters (found 112). 68
Errors Missing a Javadoc comment. 156
Errors Missing a Javadoc comment. 160
Errors Missing a Javadoc comment. 164
Errors Missing a Javadoc comment. 168
Errors Line is longer than 80 characters (found 103). 176
Errors Parameter exctx should be final. 176
Errors Comment matches to-do format 'TODO:'. 192
Errors Line is longer than 80 characters (found 105). 192
Errors Line is longer than 80 characters (found 108). 193
Errors Line is longer than 80 characters (found 143). 195
Errors Line is longer than 80 characters (found 96). 197
Errors Line is longer than 80 characters (found 95). 216
Errors Parameter throwable should be final. 235

src/main/java/org/apache/commons/scxml2/model/Cancel.java

Violation Message Line
Errors Line is longer than 80 characters (found 92). 49
Errors Line is longer than 80 characters (found 96). 72
Errors Line has trailing spaces. 73
Errors Line is longer than 80 characters (found 100). 74
Errors Line is longer than 80 characters (found 96). 81
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters (found 110). 83
Errors Parameter sendidexpr should be final. 85
Errors Line is longer than 80 characters (found 103). 93
Errors Parameter exctx should be final. 93
Errors Line is longer than 80 characters (found 90). 101
Errors Line is longer than 80 characters (found 82). 104

src/main/java/org/apache/commons/scxml2/model/Content.java

Violation Message Line
Errors First sentence should end with a period. 61
Errors Missing a Javadoc comment. 70

src/main/java/org/apache/commons/scxml2/model/ContentContainer.java

Violation Message Line
Errors First sentence should end with a period. 19
Errors First sentence should end with a period. 26
Errors First sentence should end with a period. 33

src/main/java/org/apache/commons/scxml2/model/CustomAction.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 106

src/main/java/org/apache/commons/scxml2/model/DocumentOrder.java

Violation Message Line
Errors Line is longer than 80 characters (found 111). 22
Errors Line is longer than 80 characters (found 87). 26
Errors Line is longer than 80 characters (found 118). 28
Errors Line is longer than 80 characters (found 89). 32
Errors Missing a Javadoc comment. 32
Errors Name 'documentOrderComparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Errors Line is longer than 80 characters (found 96). 39
Errors Missing a Javadoc comment. 39
Errors Name 'reverseDocumentOrderComparator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39
Errors Line is longer than 80 characters (found 84). 47

src/main/java/org/apache/commons/scxml2/model/ElseIf.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 68
Errors Parameter exctx should be final. 68

src/main/java/org/apache/commons/scxml2/model/EnterableState.java

Violation Message Line
Errors Line is longer than 80 characters (found 108). 23
Errors Line is longer than 80 characters (found 88). 25
Errors First sentence should end with a period. 27
Errors Line is longer than 80 characters (found 82). 33
Errors Line is longer than 80 characters (found 81). 39
Errors Missing a Javadoc comment. 44
Errors First sentence should end with a period. 59
Errors Parameter order should be final. 64
Errors First sentence should end with a period. 77
Errors First sentence should end with a period. 87
Errors First sentence should end with a period. 96
Errors Line is longer than 80 characters (found 82). 109

src/main/java/org/apache/commons/scxml2/model/Final.java

Violation Message Line
Errors 'cast' is not followed by whitespace. 44
Errors Parameter parent should be final. 51

src/main/java/org/apache/commons/scxml2/model/Finalize.java

Violation Message Line
Errors 'cast' is not followed by whitespace. 43

src/main/java/org/apache/commons/scxml2/model/Foreach.java

Violation Message Line
Errors Line is longer than 80 characters (found 117). 30
Errors Line is longer than 80 characters (found 82). 31
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 84
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 92
Errors Line is longer than 80 characters (found 103). 100
Errors Parameter exctx should be final. 100
Errors ',' is not followed by whitespace. 105
Errors Line is longer than 80 characters (found 111). 106
Errors Line is longer than 80 characters (found 122). 108
Errors Line is longer than 80 characters (found 81). 109
Errors '}' should be on the same line. 118
Errors Line is longer than 80 characters (found 118). 120
Errors Line is longer than 80 characters (found 111). 121
Errors Line is longer than 80 characters (found 118). 122
Errors 'cast' is not followed by whitespace. 125
Errors Comment matches to-do format 'TODO:'. 142
Errors Line is longer than 80 characters (found 117). 142
Errors '}' should be on the same line. 143

src/main/java/org/apache/commons/scxml2/model/History.java

Violation Message Line
Errors First sentence should end with a period. 43
Errors Line is longer than 80 characters (found 106). 66
Errors 'cast' is not followed by whitespace. 97

src/main/java/org/apache/commons/scxml2/model/If.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 118
Errors Parameter exctx should be final. 118
Errors Line is longer than 80 characters (found 116). 128
Errors Line is longer than 80 characters (found 126). 135
Errors Line is longer than 80 characters (found 112). 136

src/main/java/org/apache/commons/scxml2/model/Initial.java

Violation Message Line
Errors First sentence should end with a period. 33
Errors First sentence should end with a period. 45
Errors Line is longer than 80 characters (found 106). 46
Errors Line is longer than 80 characters (found 109). 99
Errors First sentence should end with a period. 105
Errors Line is longer than 80 characters (found 85). 106

src/main/java/org/apache/commons/scxml2/model/Invoke.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 92). 40
Errors First sentence should end with a period. 47
Errors Line is longer than 80 characters (found 97). 48
Errors Line is longer than 80 characters (found 93). 50
Errors Line is longer than 80 characters (found 90). 58
Errors First sentence should end with a period. 98
Errors Missing a Javadoc comment. 103
Errors First sentence should end with a period. 130
Errors First sentence should end with a period. 163
Errors Line is longer than 80 characters (found 94). 211
Errors Line is longer than 80 characters (found 92). 218
Errors First sentence should end with a period. 268
Errors First sentence should end with a period. 278
Errors Line is longer than 80 characters (found 84). 280
Errors First sentence should end with a period. 287
Errors Line is longer than 80 characters (found 118). 297
Errors First sentence should end with a period. 303
Errors Line is longer than 80 characters (found 82). 327
Errors Line is longer than 80 characters (found 83). 334
Errors Line is longer than 80 characters (found 117). 337
Errors 'cast' is not followed by whitespace. 337
Errors Line is longer than 80 characters (found 148). 339
Errors '+' is not preceded with whitespace. 339
Errors Line is longer than 80 characters (found 90). 347
Errors Line is longer than 80 characters (found 98). 349
Errors '+' is not preceded with whitespace. 349
Errors '+' is not followed by whitespace. 349
Errors '+' should be on a new line. 349
Errors Line is longer than 80 characters (found 104). 350
Errors Line is longer than 80 characters (found 97). 360
Errors Line is longer than 80 characters (found 104). 363
Errors Line is longer than 80 characters (found 88). 369
Errors 'cast' is not followed by whitespace. 386
Errors '}' should be on the same line. 387
Errors Line is longer than 80 characters (found 94). 393
Errors '+' is not preceded with whitespace. 393
Errors '+' is not followed by whitespace. 393
Errors '+' should be on a new line. 393
Errors Comment matches to-do format 'TODO:'. 403
Errors '}' should be on the same line. 405
Errors Line is longer than 80 characters (found 99). 407
Errors Line is longer than 80 characters (found 126). 408
Errors '}' should be on the same line. 409
Errors Line is longer than 80 characters (found 126). 411
Errors Line is longer than 80 characters (found 100). 412
Errors '}' should be on the same line. 413

src/main/java/org/apache/commons/scxml2/model/Log.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 94
Errors Parameter exctx should be final. 94
Errors Line is longer than 80 characters (found 112). 98

src/main/java/org/apache/commons/scxml2/model/NamelistHolder.java

Violation Message Line
Errors Line is longer than 80 characters (found 99). 59
Errors Line is longer than 80 characters (found 100). 60
Errors Line is longer than 80 characters (found 89). 65
Errors Line is longer than 80 characters (found 102). 68
Errors Parameter exctx should be final. 68
Errors Parameter payload should be final. 68
Errors Line is longer than 80 characters (found 110). 77
Errors Line is longer than 80 characters (found 91). 83
Errors '}' should be on the same line. 91

src/main/java/org/apache/commons/scxml2/model/Observable.java

Violation Message Line
Errors Line is longer than 80 characters (found 98). 21
Errors Line is longer than 80 characters (found 118). 25
Errors Line is longer than 80 characters (found 96). 30

src/main/java/org/apache/commons/scxml2/model/OnEntry.java

Violation Message Line
Errors First sentence should end with a period. 33
Errors Line is longer than 80 characters (found 114). 34
Errors Line is longer than 80 characters (found 115). 56
Errors Line is longer than 80 characters (found 110). 63
Errors Line is longer than 80 characters (found 120). 71

src/main/java/org/apache/commons/scxml2/model/OnExit.java

Violation Message Line
Errors First sentence should end with a period. 33
Errors Line is longer than 80 characters (found 112). 34
Errors Line is longer than 80 characters (found 121). 56
Errors Line is longer than 80 characters (found 117). 63
Errors Line is longer than 80 characters (found 118). 71

src/main/java/org/apache/commons/scxml2/model/Parallel.java

Violation Message Line
Errors First sentence should end with a period. 48

src/main/java/org/apache/commons/scxml2/model/Param.java

Violation Message Line
Errors First sentence should end with a period. 56

src/main/java/org/apache/commons/scxml2/model/ParamsContainer.java

Violation Message Line
Errors First sentence should end with a period. 35
Errors First sentence should end with a period. 49
Errors Line is longer than 80 characters (found 100). 50
Errors Line is longer than 80 characters (found 89). 54
Errors Line is longer than 80 characters (found 96). 57
Errors Parameter exctx should be final. 57
Errors Parameter payload should be final. 57
Errors '}' should be on the same line. 69
Errors '}' should be on the same line. 72
Errors '}' should be on the same line. 79

src/main/java/org/apache/commons/scxml2/model/PayloadProvider.java

Violation Message Line
Errors Line is longer than 80 characters (found 97). 40
Errors Line is longer than 80 characters (found 97). 41
Errors Line is longer than 80 characters (found 92). 42
Errors Line is longer than 80 characters (found 97). 50
Errors Line is longer than 80 characters (found 95). 51
Errors Line is longer than 80 characters (found 108). 54
Errors Line is longer than 80 characters (found 117). 55
Errors Line is longer than 80 characters (found 117). 56
Errors Line is longer than 80 characters (found 109). 63
Errors Parameter payload should be final. 63
Errors 'cast' is not followed by whitespace. 68
Errors '}' should be on the same line. 69
Errors 'cast' is not followed by whitespace. 82
Errors '}' should be on the same line. 83
Errors '}' should be on the same line. 86
Errors Line is longer than 80 characters (found 103). 98
Errors Line is longer than 80 characters (found 97). 99
Errors Line is longer than 80 characters (found 97). 103
Errors 'cast' is not followed by whitespace. 109
Errors '}' should be on the same line. 110
Errors 'cast' is not followed by whitespace. 112
Errors '}' should be on the same line. 118
Errors 'cast' is not followed by whitespace. 121
Errors '}' should be on the same line. 125
Errors Line is longer than 80 characters (found 95). 128
Errors ',' is not followed by whitespace. 128
Errors ',' is not followed by whitespace. 128
Errors 'cast' is not followed by whitespace. 128
Errors Line is longer than 80 characters (found 81). 129
Errors Comment matches to-do format 'TODO:'. 133
Errors Line is longer than 80 characters (found 112). 141
Errors Line is longer than 80 characters (found 105). 142
Errors Line is longer than 80 characters (found 101). 145
Errors Line is longer than 80 characters (found 101). 147
Errors Line is longer than 80 characters (found 99). 152
Errors Expected @throws tag for 'ModelException'. 153
Errors Line is longer than 80 characters (found 124). 154
Errors Line is longer than 80 characters (found 108). 157
Errors Line is longer than 80 characters (found 96). 164
Errors 'cast' is not followed by whitespace. 164
Errors '}' should be on the same line. 165
Errors 'cast' is not followed by whitespace. 167
Errors Line is longer than 80 characters (found 104). 169
Errors 'cast' is not followed by whitespace. 169
Errors '}' should be on the same line. 170
Errors '}' should be on the same line. 175
Errors Line is longer than 80 characters (found 82). 177
Errors '}' should be on the same line. 181
Errors Line is longer than 80 characters (found 86). 183

src/main/java/org/apache/commons/scxml2/model/Raise.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 103). 70
Errors Parameter exctx should be final. 70
Errors Line is longer than 80 characters (found 104). 73

src/main/java/org/apache/commons/scxml2/model/SCXML.java

Violation Message Line
Errors First sentence should end with a period. 45
Errors First sentence should end with a period. 50
Errors Line is longer than 80 characters (found 83). 51
Errors First sentence should end with a period. 71
Errors First sentence should end with a period. 92
Errors First sentence should end with a period. 126
Errors First sentence should end with a period. 147
Errors '+' is not followed by whitespace. 152
Errors Missing a Javadoc comment. 155
Errors Missing a Javadoc comment. 159
Errors Parameter script should be final. 159
Errors Line is longer than 80 characters (found 86). 182
Errors Line is longer than 80 characters (found 88). 216
Errors Line is longer than 80 characters (found 100). 218
Errors File contains tab characters (this is the first instance). 341
Errors Parameter name should be final. 350
Errors Parameter profile should be final. 368
Errors Parameter exmode should be final. 386
Errors First sentence should end with a period. 390
Errors First sentence should end with a period. 398

src/main/java/org/apache/commons/scxml2/model/Script.java

Violation Message Line
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 51
Errors Parameter body should be final. 61
Errors Line is longer than 80 characters (found 103). 78
Errors Parameter exctx should be final. 78
Errors Line is longer than 80 characters (found 112). 79
Errors Avoid inline conditionals. 79

src/main/java/org/apache/commons/scxml2/model/Send.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 73
Errors Line is longer than 80 characters (found 82). 89
Errors Line is longer than 80 characters (found 105). 94
Errors Line is longer than 80 characters (found 119). 109
Errors First sentence should end with a period. 123
Errors First sentence should end with a period. 142
Errors First sentence should end with a period. 176
Errors First sentence should end with a period. 246
Errors First sentence should end with a period. 280
Errors First sentence should end with a period. 314
Errors First sentence should end with a period. 323
Errors First sentence should end with a period. 332
Errors Line is longer than 80 characters (found 103). 346
Errors Parameter exctx should be final. 346
Errors Line is longer than 80 characters (found 98). 361
Errors Line is longer than 80 characters (found 90). 366
Errors Line is longer than 80 characters (found 82). 369
Errors Line is longer than 80 characters (found 86). 375
Errors Line is longer than 80 characters (found 158). 385
Errors Line is longer than 80 characters (found 81). 389
Errors '}' should be on the same line. 394
Errors Line is longer than 80 characters (found 86). 405
Errors Line is longer than 80 characters (found 88). 415
Errors Line is longer than 80 characters (found 92). 417
Errors Line is longer than 80 characters (found 130). 421
Errors Line is longer than 80 characters (found 93). 429

src/main/java/org/apache/commons/scxml2/model/SimpleTransition.java

Violation Message Line
Errors Line is longer than 80 characters (found 94). 25
Errors Line is longer than 80 characters (found 86). 26
Errors First sentence should end with a period. 37
Errors Line is longer than 80 characters (found 88). 38
Errors First sentence should end with a period. 42
Errors Line is longer than 80 characters (found 100). 55
Errors First sentence should end with a period. 73
Errors Missing a Javadoc comment. 92
Errors Parameter ts should be final. 92
Errors 'cast' is not followed by whitespace. 93
Errors First sentence should end with a period. 103
Errors Line is longer than 80 characters (found 101). 104
Errors Parameter observableId should be final. 107
Errors 'cast' is not followed by whitespace. 118
Errors Line is longer than 80 characters (found 97). 124
Errors Line is longer than 80 characters (found 89). 134
Errors First sentence should end with a period. 140
Errors Line is longer than 80 characters (found 83). 154
Errors Line is longer than 80 characters (found 98). 155
Errors Line is longer than 80 characters (found 116). 157
Errors Line is longer than 80 characters (found 88). 159
Errors Extra HTML tag found: </p> 161
Errors Line is longer than 80 characters (found 87). 162
Errors Line is longer than 80 characters (found 97). 168
Errors Line is longer than 80 characters (found 116). 185
Errors Line is longer than 80 characters (found 88). 188
Errors Line is longer than 80 characters (found 103). 191
Errors Line is longer than 80 characters (found 115). 193
Errors Line is longer than 80 characters (found 118). 196
Errors Line is longer than 80 characters (found 82). 197
Errors '}' should be on the same line. 209
Errors Line is longer than 80 characters (found 85). 212
Errors '-' is not preceded with whitespace. 212
Errors '-' is not followed by whitespace. 212
Errors Line is longer than 80 characters (found 86). 221

src/main/java/org/apache/commons/scxml2/model/State.java

Violation Message Line
Errors First sentence should end with a period. 31
Errors Line is longer than 80 characters (found 100). 32
Errors First sentence should end with a period. 132

src/main/java/org/apache/commons/scxml2/model/Transition.java

Violation Message Line
Errors First sentence should end with a period. 33
Errors First sentence should end with a period. 43
Errors First sentence should end with a period. 48
Errors First sentence should end with a period. 53
Errors First sentence should end with a period. 80
Errors Parameter order should be final. 85
Errors Avoid inline conditionals. 124
Errors '}' should be on the same line. 135
Errors '-' is not preceded with whitespace. 138
Errors '-' is not followed by whitespace. 138
Errors '-' is not preceded with whitespace. 141
Errors '-' is not followed by whitespace. 141
Errors '}' should be on the same line. 148

src/main/java/org/apache/commons/scxml2/model/TransitionTarget.java

Violation Message Line
Errors Line is longer than 80 characters (found 81). 28
Errors Missing a Javadoc comment. 28
Errors First sentence should end with a period. 30
Errors Line is longer than 80 characters (found 88). 31
Errors Missing a Javadoc comment. 47
Errors First sentence should end with a period. 64
Errors Line is longer than 80 characters (found 101). 65
Errors Parameter observableId should be final. 68
Errors First sentence should end with a period. 97
Errors Parameter level should be final. 102
Errors Line is longer than 80 characters (found 112). 119
Errors Line is longer than 80 characters (found 82). 127
Errors First sentence should end with a period. 138
Errors '+' is not preceded with whitespace. 143
Errors '+' is not followed by whitespace. 143
Errors Line is longer than 80 characters (found 89). 144
Errors Parameter context should be final. 156
Errors Line has trailing spaces. 160
Errors First sentence should end with a period. 161
Errors First sentence should end with a period. 171
Errors Line is longer than 80 characters (found 84). 173

src/main/java/org/apache/commons/scxml2/model/TransitionType.java

Violation Message Line
Errors Line is longer than 80 characters (found 83). 22
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30

src/main/java/org/apache/commons/scxml2/model/TransitionalState.java

Violation Message Line
Errors Line is longer than 80 characters (found 115). 23
Errors First sentence should end with a period. 52
Errors Missing a Javadoc comment. 57
Errors First sentence should end with a period. 65
Errors 'cast' is not followed by whitespace. 86
Errors First sentence should end with a period. 89
Errors First sentence should end with a period. 98
Errors Parameter level should be final. 104
Errors 'cast' is not followed by whitespace. 105
Errors Line is longer than 80 characters (found 88). 116

src/main/java/org/apache/commons/scxml2/model/Var.java

Violation Message Line
Errors Line is longer than 80 characters (found 103). 96
Errors Parameter exctx should be final. 96
Errors Line is longer than 80 characters (found 88). 107

src/main/java/org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.java

Violation Message Line
Errors Line is longer than 80 characters (found 90). 62
Errors Line is longer than 80 characters (found 89). 66
Errors Line is longer than 80 characters (found 87). 85
Errors Line is longer than 80 characters (found 96). 93
Errors Line is longer than 80 characters (found 114). 96
Errors Line is longer than 80 characters (found 113). 100
Errors Line is longer than 80 characters (found 116). 104
Errors Line is longer than 80 characters (found 119). 108
Errors Line is longer than 80 characters (found 84). 111
Errors Line is longer than 80 characters (found 85). 117
Errors Line is longer than 80 characters (found 82). 119
Errors Line is longer than 80 characters (found 120). 135
Errors Line is longer than 80 characters (found 120). 139
Errors Line is longer than 80 characters (found 105). 143
Errors Line is longer than 80 characters (found 117). 146
Errors Line is longer than 80 characters (found 117). 147
Errors Line is longer than 80 characters (found 116). 151
Errors Line is longer than 80 characters (found 83). 156
Errors Line is longer than 80 characters (found 109). 158
Errors '}' should be on the same line. 164
Errors Line is longer than 80 characters (found 93). 171
Errors Line is longer than 80 characters (found 116). 186
Errors Line is longer than 80 characters (found 111). 190
Errors Line is longer than 80 characters (found 92). 194
Errors Comment matches to-do format 'TODO:'. 197
Errors Line is longer than 80 characters (found 95). 197
Errors Line is longer than 80 characters (found 83). 200
Errors Parameter exctx should be final. 202
Errors Line is longer than 80 characters (found 145). 206
Errors Line is longer than 80 characters (found 86). 207
Errors 'cast' is not followed by whitespace. 214
Errors Line is longer than 80 characters (found 84). 219
Errors Comment matches to-do format 'TODO:'. 224
Errors Line is longer than 80 characters (found 100). 231
Errors Line is longer than 80 characters (found 115). 235
Errors Line is longer than 80 characters (found 83). 237
Errors Line is longer than 80 characters (found 116). 250
Errors Line is longer than 80 characters (found 108). 254
Errors Line is longer than 80 characters (found 101). 256
Errors Line is longer than 80 characters (found 111). 259
Errors Line is longer than 80 characters (found 89). 260
Errors Line is longer than 80 characters (found 104). 269
Errors Line is longer than 80 characters (found 108). 270
Errors Line is longer than 80 characters (found 107). 275
Errors Line is longer than 80 characters (found 114). 283
Errors Line is longer than 80 characters (found 115). 284
Errors Line is longer than 80 characters (found 115). 288
Errors Line is longer than 80 characters (found 83). 290
Errors Line is longer than 80 characters (found 105). 292
Errors '}' should be on the same line. 304
Errors Line is longer than 80 characters (found 87). 306
Errors '}' should be on the same line. 314
Errors Line is longer than 80 characters (found 108). 329
Errors Line is longer than 80 characters (found 96). 331
Errors Line is longer than 80 characters (found 125). 334
Errors Line is longer than 80 characters (found 94). 336
Errors Line is longer than 80 characters (found 92). 339
Errors Line is longer than 80 characters (found 102). 341
Errors Line is longer than 80 characters (found 100). 346
Errors Line is longer than 80 characters (found 96). 348
Errors Line is longer than 80 characters (found 121). 352
Errors Line is longer than 80 characters (found 124). 354
Errors Parameter transition should be final. 354
Errors Parameter exitSet should be final. 354
Errors Parameter activeStates should be final. 354
Errors Line is longer than 80 characters (found 82). 356
Errors '}' should be on the same line. 360
Errors Line is longer than 80 characters (found 113). 372
Errors Line is longer than 80 characters (found 109). 374
Errors Line is longer than 80 characters (found 120). 378
Errors Line is longer than 80 characters (found 119). 379
Errors Line is longer than 80 characters (found 119). 382
Errors Line is longer than 80 characters (found 87). 383
Errors Line is longer than 80 characters (found 84). 384
Errors Line is longer than 80 characters (found 128). 386
Errors Line is longer than 80 characters (found 90). 388
Errors 'cast' is not followed by whitespace. 388
Errors 'cast' is not followed by whitespace. 389
Errors Line is longer than 80 characters (found 84). 407
Errors Line is longer than 80 characters (found 109). 418
Errors Line is longer than 80 characters (found 97). 420
Errors Line is longer than 80 characters (found 85). 425
Errors '}' should be on the same line. 432
Errors 'cast' is not followed by whitespace. 435
Errors Line is longer than 80 characters (found 108). 454
Errors Line is longer than 80 characters (found 94). 460
Errors Line is longer than 80 characters (found 94). 464
Errors Line is longer than 80 characters (found 82). 466
Errors Line is longer than 80 characters (found 90). 469
Errors '}' should be on the same line. 484
Errors 'cast' is not followed by whitespace. 486
Errors 'cast' is not followed by whitespace. 489
Errors '}' should be on the same line. 494
Errors Line is longer than 80 characters (found 100). 497
Errors 'cast' is not followed by whitespace. 497
Errors Line is longer than 80 characters (found 100). 500
Errors 'cast' is not followed by whitespace. 500
Errors Line is longer than 80 characters (found 106). 508
Errors Line is longer than 80 characters (found 92). 515
Errors Line is longer than 80 characters (found 99). 516
Errors Parameter ancestor should be final. 516
Errors '-' is not preceded with whitespace. 518
Errors '-' is not followed by whitespace. 518
Errors 'cast' is not followed by whitespace. 525
Errors Line is longer than 80 characters (found 105). 536
Errors Line is longer than 80 characters (found 89). 540
Errors Parameter states should be final. 540
Errors Parameter state should be final. 540
Errors First sentence should end with a period. 549
Errors Line is longer than 80 characters (found 103). 550
Errors Line is longer than 80 characters (found 100). 551
Errors Line is longer than 80 characters (found 109). 556
Errors Expected @throws tag for 'ModelException'. 556
Errors Line is longer than 80 characters (found 145). 560
Errors ',' is not followed by whitespace. 561
Errors Line is longer than 80 characters (found 86). 565
Errors Avoid inline conditionals. 565
Errors Line is longer than 80 characters (found 114). 571
Errors Line is longer than 80 characters (found 118). 572
Errors '}' should be on the same line. 574
Errors 'cast' is not followed by whitespace. 579
Errors '-' is not preceded with whitespace. 581
Errors '-' is not followed by whitespace. 581
Errors Line is longer than 80 characters (found 96). 585
Errors Inner assignments should be avoided. 585
Errors Line is longer than 80 characters (found 117). 590
Errors Avoid inline conditionals. 590
Errors Line is longer than 80 characters (found 88). 591
Errors Line is longer than 80 characters (found 110). 598
Errors Line is longer than 80 characters (found 96). 604
Errors Line is longer than 80 characters (found 89). 605
Errors Line is longer than 80 characters (found 88). 606
Errors Line is longer than 80 characters (found 89). 607
Errors Line is longer than 80 characters (found 103). 608
Errors Line is longer than 80 characters (found 108). 610
Errors Line is longer than 80 characters (found 84). 611
Errors Line is longer than 80 characters (found 106). 628
Errors Avoid inline conditionals. 628
Errors Line is longer than 80 characters (found 90). 629
Errors Avoid inline conditionals. 629
Errors '}' should be on the same line. 640
Errors '}' should be on the same line. 649
Errors Line is longer than 80 characters (found 120). 665
Errors Line is longer than 80 characters (found 90). 666
Errors Line is longer than 80 characters (found 124). 668
Errors Line is longer than 80 characters (found 93). 670
Errors 'if' construct must use '{}'s. 674
Errors Line is longer than 80 characters (found 106). 674
Errors '==' is not preceded with whitespace. 674
Errors '==' is not followed by whitespace. 674
Errors '}' should be on the same line. 682
Errors '}' should be on the same line. 686
Errors Line is longer than 80 characters (found 87). 692
Errors Line is longer than 80 characters (found 81). 693
Errors Line is longer than 80 characters (found 102). 695
Errors Inner assignments should be avoided. 695
Errors Line is longer than 80 characters (found 120). 698
Errors '}' should be on the same line. 702
Errors Line is longer than 80 characters (found 130). 704
Errors Line is longer than 80 characters (found 116). 705
Errors '}' should be on the same line. 707
Errors Line is longer than 80 characters (found 93). 717
Errors Line is longer than 80 characters (found 118). 721
Errors Line is longer than 80 characters (found 121). 722
Errors Line is longer than 80 characters (found 101). 724
Errors 'cast' is not followed by whitespace. 726
Errors '}' should be on the same line. 731
Errors 'cast' is not followed by whitespace. 733
Errors First sentence should end with a period. 743
Errors Line is longer than 80 characters (found 85). 751
Errors '+' is not preceded with whitespace. 752
Errors '+' is not followed by whitespace. 752
Errors '||' should be on a new line. 752
Errors '+' is not preceded with whitespace. 753
Errors '+' is not followed by whitespace. 753
Errors '+' is not preceded with whitespace. 753
Errors '+' is not followed by whitespace. 753
Errors Line is longer than 80 characters (found 90). 757
Errors Parameter event should be final. 762
Errors Line is longer than 80 characters (found 103). 775
Errors Line is longer than 80 characters (found 109). 785
Errors Line is longer than 80 characters (found 110). 802
Errors '}' should be on the same line. 804
Errors Line is longer than 80 characters (found 92). 807
Errors Line is longer than 80 characters (found 132). 813
Errors Line is longer than 80 characters (found 130). 818
Errors Line is longer than 80 characters (found 112). 834
Errors Line is longer than 80 characters (found 86). 839
Errors Line is longer than 80 characters (found 113). 841
Errors Parameter internal should be final. 841
Errors Line is longer than 80 characters (found 100). 845
Errors Avoid inline conditionals. 845
Errors Line is longer than 80 characters (found 112). 848
Errors Comment matches to-do format 'TODO:'. 852
Errors Line is longer than 80 characters (found 94). 852
Errors Line is longer than 80 characters (found 113). 853
Errors First sentence should end with a period. 858
Errors Line is longer than 80 characters (found 83). 862
Errors Line is longer than 80 characters (found 94). 864
Errors '(' is followed by whitespace. 866
Errors Line is longer than 80 characters (found 130). 870
Errors Line is longer than 80 characters (found 123). 871
Errors Line is longer than 80 characters (found 117). 877
Errors Line is longer than 80 characters (found 104). 878
Errors Line is longer than 80 characters (found 115). 882
Errors Line is longer than 80 characters (found 83). 884
Errors Line is longer than 80 characters (found 94). 892
Errors Line is longer than 80 characters (found 81). 893
Errors Line is longer than 80 characters (found 90). 897
Errors 'cast' is not followed by whitespace. 897
Errors 'cast' is not followed by whitespace. 899
Errors Line is longer than 80 characters (found 109). 900
Errors Line is longer than 80 characters (found 131). 909
Errors '+' is not preceded with whitespace. 909
Errors '+' is not followed by whitespace. 909
Errors Line is longer than 80 characters (found 84). 913
Errors 'cast' is not followed by whitespace. 917
Errors First sentence should end with a period. 925
Errors Line is longer than 80 characters (found 83). 930
Errors Line is longer than 80 characters (found 116). 932
Errors First sentence should end with a period. 938
Errors Line is longer than 80 characters (found 82). 939
Errors Line is longer than 80 characters (found 83). 943
Errors Line is longer than 80 characters (found 100). 945
Errors Parameter exctx should be final. 945
Errors Parameter exec should be final. 945
Errors Line is longer than 80 characters (found 126). 951
Errors Line is longer than 80 characters (found 100). 952
Errors 'cast' is not followed by whitespace. 955
Errors '}' should be on the same line. 958
Errors First sentence should end with a period. 967
Errors Line is longer than 80 characters (found 89). 974
Errors Line is longer than 80 characters (found 130). 976
Errors 'cast' is not followed by whitespace. 976
Errors Avoid inline conditionals. 977
Errors Line is longer than 80 characters (found 97). 978
Errors Line is longer than 80 characters (found 119). 979
Errors Line is longer than 80 characters (found 119). 983
Errors Line is longer than 80 characters (found 104). 984
Errors Line is longer than 80 characters (found 115). 988
Errors Line is longer than 80 characters (found 83). 990
Errors Line is longer than 80 characters (found 96). 998
Errors Line is longer than 80 characters (found 101). 1002
Errors 'cast' is not followed by whitespace. 1002
Errors Line is longer than 80 characters (found 132). 1011
Errors '+' is not preceded with whitespace. 1011
Errors '+' is not followed by whitespace. 1011
Errors Line is longer than 80 characters (found 85). 1015
Errors Line is longer than 80 characters (found 116). 1017
Errors 'cast' is not followed by whitespace. 1017
Errors 'cast' is not followed by whitespace. 1018
Errors Line is longer than 80 characters (found 91). 1021
Errors 'cast' is not followed by whitespace. 1028
Errors '}' should be on the same line. 1031
Errors Line is longer than 80 characters (found 134). 1033
Errors '+' is not preceded with whitespace. 1033
Errors '+' is not followed by whitespace. 1033
Errors ',' is not followed by whitespace. 1033
Errors Line is longer than 80 characters (found 130). 1035
Errors Line is longer than 80 characters (found 125). 1036
Errors '+' is not preceded with whitespace. 1036
Errors '+' is not followed by whitespace. 1036
Errors Line is longer than 80 characters (found 89). 1049
Errors Line is longer than 80 characters (found 100). 1052
Errors Expected @throws tag for 'ModelException'. 1052
Errors Line is longer than 80 characters (found 82). 1056
Errors Line is longer than 80 characters (found 82). 1071
Errors Line is longer than 80 characters (found 115). 1073
Errors Line is longer than 80 characters (found 81). 1074
Errors Line is longer than 80 characters (found 81). 1082
Errors Comment matches to-do format 'TODO:'. 1088

src/main/java/org/apache/commons/scxml2/semantics/Step.java

Violation Message Line
Errors First sentence should end with a period. 53
Errors Line is longer than 80 characters (found 103). 59
Errors First sentence should end with a period. 63
Errors Line is longer than 80 characters (found 93). 64
Errors Parameter event should be final. 76
Errors Line is longer than 80 characters (found 92). 81
Errors Line is longer than 80 characters (found 84). 82
Errors First sentence should end with a period. 86
Errors Line is longer than 80 characters (found 113). 87
Errors Line is longer than 80 characters (found 118). 112
Errors Line is longer than 80 characters (found 84). 114
Errors Line is longer than 80 characters (found 109). 119

src/main/java/org/apache/commons/scxml2/system/EventVariable.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors First sentence should end with a period. 21
Errors Line is longer than 80 characters (found 116). 22
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors First sentence should end with a period. 40
Errors First sentence should end with a period. 65
Errors Line is longer than 80 characters (found 173). 70
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 84
Errors Missing a Javadoc comment. 88
Errors Missing a Javadoc comment. 92
Errors Missing a Javadoc comment. 96
Errors Missing a Javadoc comment. 100
Errors Missing a Javadoc comment. 104

src/main/java/org/apache/commons/scxml2/test/StandaloneUtils.java

Violation Message Line
Errors File contains tab characters (this is the first instance). 139