[ 
https://issues.apache.org/jira/browse/WICKET-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052874#comment-13052874
 ] 

Bruno Borges commented on WICKET-3823:
--------------------------------------

Juergen, I'm noticing very complex codes regardling style/variation/locale of 
resource loading. This might be a small change but it's just part of a bigger 
improvement. Something I'm working on for WICKET-3813



> Unnecessary call to component.getStyle() inside Localizer
> ---------------------------------------------------------
>
>                 Key: WICKET-3823
>                 URL: https://issues.apache.org/jira/browse/WICKET-3823
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>            Reporter: Bruno Borges
>            Priority: Minor
>         Attachments: Localizer.patch
>
>
> Localizer calls component.getStyle() before calling Session.get().getStyle(), 
> which seems unecessary since the implementation of component.getStyle() does 
> exactly that, and it's a final method.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to