Skip to content

Modeler_audit_rules_R1650

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R1650

Summary

An Enumeration cannot be abstract.

Details

Enumerations are primitive and are meant to be instantiated, therefore they cannot be abstract.

Tips

Make the Enumeration concrete.

Clone this wiki locally