java.lang.Exception is missing in ClassTypeResolver
A source code analyzer
Brought to you by:
adangel,
juansotuyo
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.*