org.sonar.l10n.delphi.rules.community-delphi.ForbiddenField.html Maven / Gradle / Ivy
Why is this an issue?
This rule allows banning fields on a particular type. It will flag any direct reference to a
field from the blacklist.
Please note:
- Blacklisted field names should be unqualified (e.g.
FSomeField
).
- The declaring type name should fully qualified (e.g.
Unit.Type.InnerType
).
© 2015 - 2024 Weber Informatics LLC | Privacy Policy