CssSelectorSupportRenderingModel doesn't use generics
-----------------------------------------------------
Key: MGNLSTK-756
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-756
Project: Magnolia Standard Templating Kit
Issue Type: Bug
Affects Versions: 1.4.2
Reporter: Nils Breunese
Assignee: Philipp Bärfuss
RenderingModelImpl has apparently been fixed to use generics correctly
('implements RenderingModel<RD>' instead the former 'implements
RenderingModel'), but now we run into problems with other Magnolia class which
don't use generics.
For instance we have a class of our own which 'extends
RenderingModelImpl<Paragraph> implements CssSelectorSupportRenderingModel', but
since CssSelectorSupportRenderingModel 'extends RenderingModel' we get
compilation errors.
Please use generics consistently to avoid these problems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------