Bert Radke created WICKET-4519:
----------------------------------
Summary: 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
Priority: Minor
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