[
https://issues.apache.org/jira/browse/WICKET-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2490.
-----------------------------------
Resolution: Invalid
Assignee: Igor Vaynberg
T represents the type of components that should be visited, if you look T is
defined as <T extends Component>. the visitor return value can be any type of
object.
> Component$IVisitor component returns Object instead of T
> --------------------------------------------------------
>
> Key: WICKET-2490
> URL: https://issues.apache.org/jira/browse/WICKET-2490
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.4.1
> Reporter: Stefan
> Assignee: Igor Vaynberg
>
> The Component$IVisitor interface returns Object instead of T.
> public Object component(T component);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.