-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: core-libs
-
b81
-
generic
-
generic
Some Types methods that take TypeMirror's as paramaters will result in the implementation of a IllegalArgumentException when the right TypeMirrors are not passed in. eg., if IsAssignable(TypeMirror, TypeMirror) is passed a TypeMirror that represents an ExecutableElement, an IllegalArgumentException will be thrown.
I'd think this should be documented and/or part of the methods' throws clause.
I'd think this should be documented and/or part of the methods' throws clause.
- relates to
-
JDK-6345812 JSR 269 annotation processing breaks with assertion, in Types.isAssignable() method.
-
- Closed
-