-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15405/
-----------------------------------------------------------

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

Reply via email to