Hi Michael, Do you have a stack trace for the NPE? Thanks, Matt
On Wed, Apr 30, 2014 at 10:02 AM, Michael Blyakher < [email protected]> wrote: > Hi, > > Working off of the 1.1.0-alpha branch, I have a bean that implements the > Cloneable interface. When validating the bean, I get a > NullPointerException. The issue seems to be that > JsrMetaBeanFactory#buildMetaBean won't process the class if it is > Cloneable, yet ClassHelper#fillFullClassHierarchyAsList still populates it. > > Is that a known bug? If not, I can create a jira issue and upload my test > case and even a patch to fix it if the answer is that > ClassHelper#fillFullClassHierarchyAsList needs to ignore Cloneable as well. > > Thoughts? > > Thanks, > Mike >
