Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
92 0 0 174

Details

org/apache/commons/scxml/model/Parallel.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 95

org/apache/commons/scxml/ErrorReporter.java

Violation Message Line
error Unused import - org.apache.commons.scxml.semantics.ErrorConstants. 20

org/apache/commons/scxml/Builtin.java

Violation Message Line
error Utility classes should not have a public or default constructor. 43

org/apache/commons/scxml/env/AbstractSCXMLListener.java

Violation Message Line
error Expected @param tag for 'state'. 35
error Expected @param tag for 'state'. 42
error Expected @param tag for 'from'. 49
error Expected @param tag for 'to'. 50
error Expected @param tag for 'transition'. 50

org/apache/commons/scxml/EventDispatcher.java

Violation Message Line
error Unused @param tag for 'target'. 43
error Expected @param tag for 'type'. 54

org/apache/commons/scxml/SCXMLHelper.java

Violation Message Line
error '8' is a magic number. 486
error '0x7F' is a magic number. 510

org/apache/commons/scxml/env/Tracer.java

Violation Message Line
error Expected @param tag for 'exception'. 58
error Expected @throws tag for 'SAXException'. 59
error Expected @param tag for 'exception'. 66
error Expected @throws tag for 'SAXException'. 67
error Expected @param tag for 'exception'. 74
error Expected @throws tag for 'SAXException'. 75
error Expected @param tag for 'errCode'. 82
error Expected @param tag for 'errDetail'. 82
error Expected @param tag for 'errCtx'. 83
error Expected @param tag for 'target'. 90
error Expected @param tag for 'target'. 97
error Expected @param tag for 'from'. 104
error Expected @param tag for 'to'. 105
error Expected @param tag for 'transition'. 105

org/apache/commons/scxml/model/Action.java

Violation Message Line
error Line is longer than 80 characters. 122

org/apache/commons/scxml/io/SCXMLParser.java

Violation Message Line
error Expected @param tag for 'namespace'. 1265
error Expected @param tag for 'name'. 1265
error Expected @param tag for 'namespace'. 1290
error Expected @param tag for 'name'. 1290
error Expected @param tag for 'namespace'. 1320
error Expected @param tag for 'name'. 1320
error Expected @param tag for 'namespace'. 1374
error Expected @param tag for 'name'. 1374
error Expected @param tag for 'attributes'. 1375
error Expected @throws tag for 'Exception'. 1375
error Parameter throwable should be final. 1407
error Expected @param tag for 'throwable'. 1407
error Line is longer than 80 characters. 1408
error Expected @param tag for 'namespace'. 1415
error Expected @param tag for 'name'. 1415
error Expected @param tag for 'namespace'. 1491
error Expected @param tag for 'name'. 1491
error Expected @param tag for 'attributes'. 1492
error Expected @throws tag for 'ModelException'. 1492
error Line is longer than 80 characters. 1580
error Line is longer than 80 characters. 1582
error Line is longer than 80 characters. 1592
error Line is longer than 80 characters. 1608
error Line is longer than 80 characters. 1613
error Line is longer than 80 characters. 1620
error Line is longer than 80 characters. 1622
error Line is longer than 80 characters. 1629
error Expected @param tag for 'namespace'. 1662
error Expected @param tag for 'name'. 1662
error Expected @param tag for 'attributes'. 1663
error Expected @param tag for 'namespace'. 1678
error Expected @param tag for 'name'. 1678
error Expected @param tag for 'attributes'. 1679
error Expected @param tag for 'namespace'. 1697
error Expected @param tag for 'name'. 1697
error Expected @param tag for 'attributes'. 1698
error Expected @param tag for 'namespace'. 1713
error Expected @param tag for 'name'. 1713
error Expected @param tag for 'attributes'. 1714

org/apache/commons/scxml/model/Assign.java

Violation Message Line
error Parameter throwable should be final. 292
error Expected @param tag for 'throwable'. 292

org/apache/commons/scxml/model/ModelException.java

Violation Message Line
error Expected @param tag for 'message'. 43
error Expected @param tag for 'cause'. 51
error Expected @param tag for 'message'. 60
error Expected @param tag for 'cause'. 60

org/apache/commons/scxml/io/SCXMLDigester.java

Violation Message Line
error Expected @param tag for 'namespace'. 1197
error Expected @param tag for 'name'. 1197
error Expected @param tag for 'namespace'. 1224
error Expected @param tag for 'name'. 1224
error Expected @param tag for 'namespace'. 1256
error Expected @param tag for 'name'. 1256
error Expected @param tag for 'namespace'. 1312
error Expected @param tag for 'name'. 1312
error Expected @param tag for 'attributes'. 1313
error Expected @throws tag for 'Exception'. 1313
error Parameter throwable should be final. 1345
error Expected @param tag for 'throwable'. 1345
error Line is longer than 80 characters. 1346
error Expected @param tag for 'namespace'. 1353
error Expected @param tag for 'name'. 1353
error Comment matches to-do format 'TODO:'. 1403
error Expected @param tag for 'namespace'. 1433
error Expected @param tag for 'name'. 1433
error Expected @param tag for 'attributes'. 1434
error Line is longer than 80 characters. 1518
error Line is longer than 80 characters. 1520
error Line is longer than 80 characters. 1530
error Line is longer than 80 characters. 1544
error Line is longer than 80 characters. 1549
error Line is longer than 80 characters. 1556
error Line is longer than 80 characters. 1558
error Line is longer than 80 characters. 1565
error Expected @param tag for 'namespace'. 1600
error Expected @param tag for 'name'. 1600
error Expected @param tag for 'attributes'. 1601
error Expected @param tag for 'namespace'. 1618
error Expected @param tag for 'name'. 1618
error Expected @param tag for 'attributes'. 1619
error Expected @param tag for 'namespace'. 1638
error Expected @param tag for 'name'. 1638
error Expected @param tag for 'attributes'. 1639

org/apache/commons/scxml/env/jexl/JexlEvaluator.java

Violation Message Line
error Expected an @return tag. 94
error Expected @param tag for 'ctx'. 94
error Expected @param tag for 'expr'. 94
error Expected @throws tag for 'SCXMLExpressionException'. 95
error Expected an @return tag. 122
error Expected @param tag for 'ctx'. 122
error Expected @param tag for 'expr'. 122
error Expected @throws tag for 'SCXMLExpressionException'. 123

org/apache/commons/scxml/io/ModelUpdater.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 175

org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 564

org/apache/commons/scxml/SCInstance.java

Violation Message Line
error Avoid inline conditionals. 394

org/apache/commons/scxml/env/SimpleDispatcher.java

Violation Message Line
error Expected @param tag for 'sendId'. 49
error Expected @param tag for 'sendId'. 58
error Expected @param tag for 'target'. 58
error Expected @param tag for 'type'. 59
error Expected @param tag for 'event'. 59
error Expected @param tag for 'params'. 59
error Expected @param tag for 'hints'. 60
error Expected @param tag for 'delay'. 60
error Expected @param tag for 'externalNodes'. 60

org/apache/commons/scxml/TriggerEvent.java

Violation Message Line
error Expected an @return tag. 132
error Expected @param tag for 'obj'. 132
error Expected an @return tag. 149
error Expected an @return tag. 164

org/apache/commons/scxml/env/jsp/ELEvaluator.java

Violation Message Line
error Expected an @return tag. 121
error Expected @param tag for 'ctx'. 121
error Expected @param tag for 'expr'. 121
error Expected @throws tag for 'SCXMLExpressionException'. 122
error Expected an @return tag. 152
error Expected @param tag for 'ctx'. 152
error Expected @param tag for 'expr'. 152
error Expected @throws tag for 'SCXMLExpressionException'. 153
error Expected an @return tag. 241
error Expected @param tag for 'pName'. 241
error Expected @throws tag for 'ELException'. 241
error Expected an @return tag. 261
error Expected @param tag for 'prefix'. 261
error Expected @param tag for 'localName'. 262

org/apache/commons/scxml/model/Send.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 360

org/apache/commons/scxml/io/SCXMLSerializer.java

Violation Message Line
error Comment matches to-do format 'TODO:'. 172

org/apache/commons/scxml/env/SimpleScheduler.java

Violation Message Line
error Expected @param tag for 'sendId'. 81
error Expected @param tag for 'sendId'. 103
error Expected @param tag for 'target'. 103
error Expected @param tag for 'type'. 104
error Expected @param tag for 'event'. 104
error Expected @param tag for 'params'. 104
error Expected @param tag for 'hints'. 105
error Expected @param tag for 'delay'. 105
error Expected @param tag for 'externalNodes'. 105
error Line is longer than 80 characters. 142
error Comment matches to-do format 'TODO:'. 151

org/apache/commons/scxml/env/SimpleSCXMLListener.java

Violation Message Line
error Expected @param tag for 'state'. 42
error Expected @param tag for 'state'. 51
error Expected @param tag for 'from'. 60
error Expected @param tag for 'to'. 61
error Expected @param tag for 'transition'. 61

org/apache/commons/scxml/env/SimpleErrorReporter.java

Violation Message Line
error Expected @param tag for 'errorCode'. 52
error Expected @param tag for 'errDetail'. 52
error Expected @param tag for 'errCtx'. 53

org/apache/commons/scxml/env/SimpleErrorHandler.java

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

org/apache/commons/scxml/env/URLResolver.java

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