Element name length#
Name length too long
Description#
Detect elements with a name length of more than ‘parameter-value’.
The rule parameter describes the desired maximum name length. Default value is 32
.
Rationale#
This enforces compliance with a specific modeling standard by placing an upper bound on name length throughout a model.
Verification#
The rule registers to all model elements. It raises a violation when the element name is strictly longer than the parameter value.
Message:
<element> name longer than <parameter> characters
Resolution#
Rename the offending element.
Customization#
TODO