All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.delphi.rules.community-delphi.FieldName.html Maven / Gradle / Ivy

The newest version!

Why is this an issue?

Code that follows a consistent naming convention is self-documenting. In Delphi, all field names should be in PascalCase and be prefixed with a consistent prefix.

The default prefix is F.

Note that published fields are exempt from this rule, as these are often generated.

How to fix it

Rename the field name to follow the convention.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy