[ 
https://issues.apache.org/jira/browse/WICKET-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-4519.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.7
                   6.0.0-RC1
         Assignee: Martin Grigorov
    
> discrepancy between JavaDoc and code in MarkupContainer#visitChildren()
> -----------------------------------------------------------------------
>
>                 Key: WICKET-4519
>                 URL: https://issues.apache.org/jira/browse/WICKET-4519
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Bert Radke
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.0.0-RC1, 1.5.7
>
>
> The JavaDoc for  MarkupContainer#visitChildren() states that
>  "@param clazz The class of child to visit, or null to visit all children"
> The parameter clazz is used to create a new ClassVisitFilter which in
> its visitObject() does not check for clazz == null, leading to a NPE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to