eagerly extract special fields from op template level

This commit is contained in:
Jonathan Shook 2022-06-29 22:39:06 -05:00
parent d8cff05705
commit 9cc92c8f8e

View File

@ -39,6 +39,9 @@ public class StatementsOwner extends RawStmtFields {
public void setFieldsByReflection(Map<String, Object> propsmap) {
// New change
super.setFieldsByReflection(propsmap);
HashSet<String> found = new HashSet<>();
for (String fname : stmtsFieldNames) {
if (propsmap.containsKey(fname)) {