johm icon indicating copy to clipboard operation
johm copied to clipboard

If a JOhm references itself, it leads to infinite recursion

Open gersh opened this issue 13 years ago • 0 comments

@Model public class MyGreatModel { @Reference @Indexed MyGreatModel relatedMyGreatModel; }

crashes everything. The problem is that JOhm.get calls, JOhm.fillField which then calls JOhm.get.

gersh avatar May 07 '11 00:05 gersh