[
https://issues.apache.org/jira/browse/WICKET-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg reassigned WICKET-2187:
-------------------------------------
Assignee: Igor Vaynberg
> less dynamic or missing toString( ) methods in Component class
> --------------------------------------------------------------
>
> Key: WICKET-2187
> URL: https://issues.apache.org/jira/browse/WICKET-2187
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4-RC2
> Environment: Eclipse Ganymede, maven, Wicket trunk, Mac OS X,
> Reporter: Anirudh Vyas
> Assignee: Igor Vaynberg
> Priority: Minor
> Attachments: Component.patch
>
> Original Estimate: 0.03h
> Remaining Estimate: 0.03h
>
> Several toString( ) methods in XXXChange inner classes of Component class are
> less dynamic or missing, less dynamic like:
> ******************
> "ComponentModelChange[component: " + getPath() + "]"; as opposed to
> this.getClass().getSimpleName() + "[component:" + getPath() + "]",
> Furthermore, toString( ) method is missing altogether in
> ComponentBorderChange. Attaching simple modification patch for consideration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.