I have an old code that looks like this:
MeetupsEntry model = new MeetupsEntryImpl();
model.setNew(isNew());
model.setEscapedModel(true);
After upgrading the application to LR 6.1.1 I am getting error that setEscapedModel is not supported. What is the functionality/capability (A method or a class..etc) that is replacing this?
A second priority question:
given a functionality f() in LR version < 6, how can we find the replacement of f() in LR version 6 and above?? The API doesn't help. I'm looking for a formal documentation from LR that tells a functionality f() in LR version x is replaced by functionality g() in LR version y.
N.B by functionality I mean Jar, Library, Class, Method, ..etc
Thanks,
Rose
Please sign in to flag this as inappropriate.