We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fc127 commit 71baf32Copy full SHA for 71baf32
csharp/ql/consistency-queries/PrimaryQlClass.ql
@@ -1,6 +1,6 @@
1
import csharp
2
3
query predicate missingPrimaryQlClass(Element e) {
4
- e.getAPrimaryQlClass() = "???" and
+ not exists(e.getAPrimaryQlClass()) and
5
e.fromSource()
6
}
0 commit comments