Kotlin: Add a "generted by" field to the diagnostics table

This commit is contained in:
Ian Lynagh
2021-11-09 16:01:11 +00:00
parent 512e4ce41e
commit 8853489f04
4 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ Location unusedLocation() {
not exists(Top t | t.getLocation() = result) and
not exists(XMLLocatable x | x.getLocation() = result) and
not exists(ConfigLocatable c | c.getLocation() = result) and
not exists(@diagnostic d | diagnostics(d, _, _, _, _, result)) and
not exists(@diagnostic d | diagnostics(d, _, _, _, _, _, result)) and
not (result.getFile().getExtension() = "xml" and
result.getStartLine() = 0 and
result.getStartColumn() = 0 and