88-level variables, also known as "condition name" variables, represent possible values of the "conditional variables" they're tied to. Because a condition name can be used to test the value of its conditional variable without any other contextual references to the conditional variable being tested, it makes the code easier to understand if the name of the 88-level variable references its conditional variable.
This rule raises an issue when the name of an 88-level variable does not start with the first characters of the name of its conditional variable.
=== on 21 Dec 2016, 15:32:50 Robert Shawver wrote:
shouldn't the last line of the description read "This rule raises an issue when the *condition name* does not start with the first characters of the name of its conditional variable."? also, will this error be raised if the conditional variable is FILLER, which it can legitimately be?
=== on 3 Jan 2017, 16:18:36 Ann Campbell wrote:
\[~rshawver] I've corrected the last sentence. For the ``++FILLER++`` question, please open a new thread on the https://groups.google.com/forum/?pli=1#!forum/sonarqube[Google Group] because I've got questions, but this is not the right venue for an extended conversation.