Handle template parameters in NonClassOrInterfaceType
correctly
#146
Labels
bug/mistake potential
Further investigations may reveal invalid behavior or the likelyhood of incorrect library usage.
help wanted
Extra attention is needed
Milestone
Unlike
NonClassOrInterfaceType
,NonClassOrInterfaceType
can be used to represent primitive types and works well forbool
,int
or evenint<0,max>
. However, it does not handle template parameters correctly, which are relevant in types likeiterable
orarray
.getAllFullyQualifiedNames
will always return an empty array, which is not correct for something likeiterable<\Exception>
.getTemplateParameter
will simply always throw an exception.The text was updated successfully, but these errors were encountered: