|
From: Andreas K. (JIRA) <no...@sp...> - 2009-11-19 10:02:04
|
Change DefaultMessageTranslator to allow better support for inheritance
-----------------------------------------------------------------------
Key: RCP-619
URL: https://jira.springsource.org/browse/RCP-619
Project: Spring Rich Client Project
Issue Type: Improvement
Components: Core
Affects Versions: 1.1.1
Reporter: Andreas Kuhtz
Assignee: Lieven Doclo
Attachments: patch-619.diff
Change the visibility of the {{visit()}} methods of {{DefaultMessageTranslator}} to allow better support for inheritance. If an application wants to support more specific constraints it's currently not possible to use the {{DefaultMessageTranslator}} as base class and just implement the changed handling in the new class because the {{visit()}} methods are only visible in the same package and access to the private members of {{DefaultMessageTranslator}} is not possible.
I've attached a patch that makes the {{visit()}} methods protected and added getters for the private members.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|