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
            Priority: Minor


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.

Reply via email to