----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15405/#review28772 -----------------------------------------------------------
Ship it! Can you check the patch, it does not apply cleanly to trunk. - Ryan Baxter On Nov. 11, 2013, 2:53 p.m., Andreas Kohn wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15405/ > ----------------------------------------------------------- > > (Updated Nov. 11, 2013, 2:53 p.m.) > > > Review request for shindig. > > > Bugs: SHINDIG-1947 > https://issues.apache.org/jira/browse/SHINDIG-1947 > > > Repository: shindig > > > Description > ------- > > Ignore bridge methods when searching for property setters. Those methods are > added by the java compiler, and there will always be a "correctly typed" > setter method. > > See > http://stas-blogspot.blogspot.nl/2010/03/java-bridge-methods-explained.html > for details on bridge methods. > > > Diffs > ----- > > > trunk/java/common/src/main/java/org/apache/shindig/protocol/conversion/BeanJsonConverter.java > 1540645 > > trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanJsonConverterTest.java > 1540645 > > Diff: https://reviews.apache.org/r/15405/diff/ > > > Testing > ------- > > Unit test in patch, and patch itself is used in our app that uses generic > mix-in interfaces to control extension fields for opensocial objects. > > > Thanks, > > Andreas Kohn > >
