Default constructor not found (Reviewer Review)
Checks that classes have an operation with the same name as the class and no parameters.
Consequences
Default constructors give you a place to document, describe and model object instantiation.
Strategy
Many classes, for example, simple structures and those without attributes, will not require constructors to be documented.
Ignore these review items.