On 2012/05/14 22:34:17, skybrian wrote:
I tried reviewing this but I'm missing some things. When can an
EntityProxy have
a null RequestContext? Aren't all entities created from a
RequestContext?
Immutable EntityProxies don't have a context (see AbstractRequestContext#makeImmutable); this applies to all the EntityProxies returned from the server. http://gwt-code-reviews.appspot.com/1601806/diff/35001/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java#newcode646 user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java:646:
* the JavaDoc. which JavaDoc?
That one (inherited from the interface): http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/web/bindery/requestfactory/shared/RequestContext.html#isChanged() There's no @Override on the method because that was invalid in Java 5. http://gwt-code-reviews.appspot.com/1601806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
