We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b557242 commit 3662611Copy full SHA for 3662611
1 file changed
java/ql/lib/upgrades/37f33da42d2cffa6ad8b26feaa6beed1c5ce3149/compilation_finished.ql
@@ -3,5 +3,5 @@ class Compilation extends @compilation {
3
}
4
5
from Compilation c, float cpu_seconds, float elapsed_seconds
6
-where compilations(c, cpu_seconds, elapsed_seconds)
+where compilation_finished(c, cpu_seconds, elapsed_seconds)
7
select c, cpu_seconds, elapsed_seconds, /* success */ 0
0 commit comments