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 ddeb42c commit b374ba3Copy full SHA for b374ba3
java/ql/lib/experimental/quantum/Language.qll
@@ -30,7 +30,7 @@ module CryptoInput implements InputSig<Language::Location> {
30
class UnknownLocation = UnknownDefaultLocation;
31
32
string locationToFileBaseNameAndLineNumberString(Location location) {
33
- result = location.getFile().getBaseName() + ":" + location.getStartLine()
+ result = location.toString()
34
}
35
36
LocatableElement dfn_to_element(DataFlow::Node node) {
0 commit comments