File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/ql/src/Metrics/RefTypes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "qhelp.dtd">
44<qhelp >
55<overview >
6- <p >This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
6+ <p >This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
77Kemerer in their paper <em >Towards a metrics suite for object oriented design</em >. Most well
88designed types will have methods that access the same fields. If methods access disjoint subsets
99of the classes fields it is an indication the class may have multiple responsibilities.</p >
Original file line number Diff line number Diff line change 33 "qhelp.dtd">
44<qhelp >
55<overview >
6- <p >This metric calculates the lack of cohesion of a type using a method propposed by Brian
6+ <p >This metric calculates the lack of cohesion of a type using a method proposed by Brian
77Henderson-Sellers in his book <em >Object-Oriented Metrics</em >. Most well designed types will have
88methods that access the same fields. If methods access disjoint subsets of the class's fields it is
99an indication the class may have multiple responsibilities.</p >
You can’t perform that action at this time.
0 commit comments