CPP: Reduce precision of ClassesWithManyFields.ql.

This commit is contained in:
Geoffrey White
2019-12-12 18:13:09 +00:00
parent 49b5d9283f
commit d1530ddef9

View File

@@ -3,7 +3,7 @@
* @description Finds classes with many fields; they could probably be refactored by breaking them down into smaller classes, and using composition.
* @kind problem
* @problem.severity recommendation
* @precision high
* @precision medium
* @id cpp/class-many-fields
* @tags maintainability
* statistical