Files
codeql/csharp/ql/test/library-tests/generics/ConsistencyChecks.ql
2018-12-20 10:19:59 +01:00

10 lines
240 B
Plaintext

/*
* @name Checks for model consistency
*/
import semmle.code.csharp.commons.ConsistencyChecks
from Element e, string m
where consistencyFailure(e, m)
select e, "Element class " + e.getAQlClass() + " has consistency check failed: " + m