Emond Papegaaij created WICKET-6970:
---------------------------------------

             Summary: Unnecessary string building in 
AssociatedMarkupSourcingStrategy
                 Key: WICKET-6970
                 URL: https://issues.apache.org/jira/browse/WICKET-6970
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
    Affects Versions: 10.0.0, 9.9.0
            Reporter: Emond Papegaaij


{{AssociatedMarkupSourcingStrategy.renderAssociatedMarkup}} builds a string 
just for an exception message. The method 
{{MarkupContainer.renderAssociatedMarkup}} is only called from this single 
location and is not really meant for public consumption. I suggest we inline 
the message and only build it when it's actually needed. For 9.x we must keep 
the parameter, but we can call it with {{null.}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to