You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If
java.beans.Instrospector.getBeanInfo(cls)happens to get called on a class generated by JMockit for a mocked interface, then an unexpectedNoClassDefFoundErroroccurs for the non-existent$Impl_XyzBeanInfoclass.