Prev - Next - Down | SDMetrics - the UML design measurement tool |
Rule: Unnamed | Category: Completeness |
Severity: 1-high | Applies to: all areas |
Parameter has no name. Note that this rule does not check return parameters, as they are unnamed in most programming languages.
|
Rule: NoType | Category: Completeness |
Severity: 2-med | Applies to: all areas |
The parameter has no specified type.
|
Rule: Keyword | Category: Naming |
Severity: 2-med | Applies to: design |
Parameter name is a Java or C++ keyword. Return parameters are not checked, as they are unnamed in many programming languages. Also, some modeling tools assign the name 'return' as default name to return parameters.
|
Prev | Up | Next |
Appendix C.5 "Operation Rules" | Contents | Appendix C.7 "Package Rules" |