rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Wrong type for class.cast(x) #15

Closed rpau closed 8 years ago

rpau commented 8 years ago

https://github.com/rpau/javalang/issues/19

org.walkmod.javalang.exceptions.NoSuchExpressionTypeException: java.lang.Exception: Ops! The method call GroupRole.isGroupRole(GroupObject.class.cast(o)) is not resolved. The scope is [xxx.GroupRole] , and the args are : [ java.lang.Object]