Combine multiple blocks of properties or methods with equal attributes into one.
Priority
Recommended
Severity level
9
Description
Combine multiple properties and methods blocks with equal attribute values into one. Do not set attributes to their default values.
Rationale
Having multiple blocks with the exact same attributes is unnecessary and decreases the readability of classdef files. Group properties and method declarations using comments.