Menu

#904 java.lang.Exception is missing in ClassTypeResolver

open
nobody
None
5
2012-10-07
2009-11-26
No

When i call getType i get a null for a parameter which in the source is "Exception"
This can be avoided by adding
theJavaLang.put("Exception", "java.lang.Exception");
to the static initializer of ClassTypeResolver

I cant figure out which of the java.lang classes are to be in 'theJavaLang' quite many are missing
It might be better to have a implicit import java.lang.*

Discussion


Log in to post a comment.