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:
Denis Zharkov
2017-04-13 12:38:43 +03:00
parent aba8b4e2ba
commit 5936424659
5 changed files with 9 additions and 18 deletions
@@ -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