Move org.apache.shindig.social.core.model under test sources and rename to
...Bean
----------------------------------------------------------------------------------
Key: SHINDIG-706
URL: https://issues.apache.org/jira/browse/SHINDIG-706
Project: Shindig
Issue Type: Wish
Components: Gadget Rendering Server (Java)
Reporter: Mathias Bogaert
Currently a simple implementation of the OpenSocial model lives in
org.apache.shindig.social.core.model (e.g. PersonImpl). Since these classes are
only used in unit tests, it might be a good idea to move them under the test
sources. Also, the current naming of Impl is confusing, since they are really
simple, javabean like beans. My suggestion is to rename them to ...Bean (e.g.
PersonBean, ActivityBean, etc).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.