Idenfitiers differing only by case
objectscriptQuality release
Id
OS0062
Rule type
Code Smell
Severity
Critical
Critical
SQALE characteristic
- Maintainability
- Readability
Remediation function
Constant/issue
Remediation cost
5min
Identifiers for local variables and method arguments in ObjectScript are case
sensitive, which means that, for instance, foo
and Foo
are different.
However, for readability reasons, it is not recommended for two identifiers to have names which differ only by case. Consider renaming one of these.