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.
2 parents 388b2ab + 64ea483 commit 733a000Copy full SHA for 733a000
java/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll
@@ -73,7 +73,9 @@ private string isExtensible(J::RefType ref) {
73
}
74
75
private string typeAsModel(J::RefType type) {
76
- result = type.getCompilationUnit().getPackage().getName() + ";" + type.nestedName()
+ result =
77
+ type.getCompilationUnit().getPackage().getName() + ";" +
78
+ type.getErasure().(J::RefType).nestedName()
79
80
81
private J::RefType bestTypeForModel(TargetApiSpecific api) {
0 commit comments