mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
spelling: proposed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<overview>
|
||||
<p>This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
|
||||
<p>This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
|
||||
Kemerer in their paper <em>Towards a metrics suite for object oriented design</em>. Most well
|
||||
designed types will have methods that access the same fields. If methods access disjoint subsets
|
||||
of the classes fields it is an indication the class may have multiple responsibilities.</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<overview>
|
||||
<p>This metric calculates the lack of cohesion of a type using a method propposed by Brian
|
||||
<p>This metric calculates the lack of cohesion of a type using a method proposed by Brian
|
||||
Henderson-Sellers in his book <em>Object-Oriented Metrics</em>. Most well designed types will have
|
||||
methods that access the same fields. If methods access disjoint subsets of the class's fields it is
|
||||
an indication the class may have multiple responsibilities.</p>
|
||||
|
||||
Reference in New Issue
Block a user