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.
1 parent e8acfec commit 6172019Copy full SHA for 6172019
1 file changed
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -293,7 +293,7 @@ string getShortNameIfPossible(Type t) {
293
if t instanceof RefType
294
then
295
exists(RefType replaced, string nestedName |
296
- replaced = replaceTypeVariable(t) and
+ replaced = replaceTypeVariable(t).getSourceDeclaration() and
297
nestedName = replaced.nestedName().replaceAll("$", ".")
298
|
299
if isImportable(getRootSourceDeclaration(t))
0 commit comments