If java.beans.Instrospector.getBeanInfo(cls) happens to get called on a class generated by JMockit for a mocked interface, then an unexpected NoClassDefFoundError occurs for the non-existent $Impl_XyzBeanInfo class.
The text was updated successfully, but these errors were encountered:
If
java.beans.Instrospector.getBeanInfo(cls)
happens to get called on a class generated by JMockit for a mocked interface, then an unexpectedNoClassDefFoundError
occurs for the non-existent$Impl_XyzBeanInfo
class.The text was updated successfully, but these errors were encountered: