present captured wildcards in quick doc e.g. class.getTypeParameters

This commit is contained in:
anna
2012-04-17 14:30:52 +02:00
parent 37df9ee148
commit ad84c6b92f
@@ -1506,6 +1506,10 @@ public class JavaDocInfoGenerator {
}
}
if (type instanceof PsiCapturedWildcardType) {
type = ((PsiCapturedWildcardType)type).getWildcard();
}
if (type instanceof PsiWildcardType){
PsiWildcardType wt = ((PsiWildcardType)type);