Closed
Description
With the integration of #1835 and the release of 1..6.12 there is a problem at the following line:
Error: Cannot invoke "java.lang.Class.getName()" because the return value of "java.lang.Class.getSuperclass()" is null
Looks like there should be some guard that catches the situation when paramClass.getSuperclass() is null.