Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0a88d + f651bc3 commit 0b82289Copy full SHA for 0b82289
1 file changed
java/ql/lib/semmle/code/SMAP.qll
@@ -52,6 +52,6 @@ predicate hasSmapLocationInfo(
52
smap(inputFile, isl, outputFile, osl) and
53
smap(inputFile, iel - 1, outputFile, oel) and
54
isc = 1 and
55
- iec = 0
+ iec = 1
56
)
57
}
0 commit comments