Replace JavaClassifierType.canonicalText with classifierQualifiedName
The reason is that canonicalText requires some additional computations to be done when reading class files, while in fact we only need a class name of the type
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ class ReflectJavaClassifierType(public override val reflectType: Type) : Reflect
|
||||
classifier
|
||||
}
|
||||
|
||||
override val canonicalText: String
|
||||
override val classifierQualifiedName: String
|
||||
get() = throw UnsupportedOperationException("Type not found: $reflectType")
|
||||
|
||||
override val presentableText: String
|
||||
|
||||
Reference in New Issue
Block a user