HHH-4614 Instrumented model with abstract MappedSuperclass and field access doesn't work (fix javassist integration issue, not yet cglib)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18246 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b50f0660ee
commit
b62c0afcad
|
@ -338,7 +338,7 @@ public class FieldTransformer {
|
|||
}
|
||||
CodeAttribute codeAttr = minfo.getCodeAttribute();
|
||||
if (codeAttr == null) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
CodeIterator iter = codeAttr.iterator();
|
||||
while (iter.hasNext()) {
|
||||
|
|
Loading…
Reference in New Issue