Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b5d92 commit d1530ddCopy full SHA for d1530dd
1 file changed
cpp/ql/src/Architecture/Refactoring Opportunities/ClassesWithManyFields.ql
@@ -3,7 +3,7 @@
3
* @description Finds classes with many fields; they could probably be refactored by breaking them down into smaller classes, and using composition.
4
* @kind problem
5
* @problem.severity recommendation
6
- * @precision high
+ * @precision medium
7
* @id cpp/class-many-fields
8
* @tags maintainability
9
* statistical
0 commit comments