You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the NamingViolationExamples file there are some descriptions that do not actually correspond to the problem that indicates that specific antipattern, in fact if for example we look at the section dedicated to the examples for Method signature and comment are opposite, we see that the description provided is
"The name of an attribute suggests a single instance, while its type suggests that the attribute stores a collection of objects.",
while from the description of the antipattern present in the code example we find that in reality it is described as
"The method name or return type and comment contain antonyms"
the same problem is present in the section dedicated to Method name and return type are opposite.
The text was updated successfully, but these errors were encountered:
in the NamingViolationExamples file there are some descriptions that do not actually correspond to the problem that indicates that specific antipattern, in fact if for example we look at the section dedicated to the examples for Method signature and comment are opposite, we see that the description provided is
while from the description of the antipattern present in the code example we find that in reality it is described as
the same problem is present in the section dedicated to Method name and return type are opposite.
The text was updated successfully, but these errors were encountered: