org.sonar.l10n.delphi.rules.community-delphi.EnumName.html Maven / Gradle / Ivy
Why is this an issue?
Code that follows a consistent naming convention is self-documenting. In Delphi, all enumeration
names should be in PascalCase and be prefixed with a consistent prefix.
The default prefix is T
, but some projects may use another prefix to make their
enumerations distinct from those of other projects. This can make code that spans several projects
more easily understandable.
How to fix it
Rename the enumeration to follow the convention.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy