You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/04/09 09:18:05 UTC

[jira] [Resolved] (WICKET-3601) org/apache/wicket/util/tester/TagTester createTagByAttribute elm isA XmlTag

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

Martin Grigorov resolved WICKET-3601.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC4
         Assignee: Martin Grigorov

Fixed with r1090534.

> org/apache/wicket/util/tester/TagTester createTagByAttribute elm isA XmlTag
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-3601
>                 URL: https://issues.apache.org/jira/browse/WICKET-3601
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC3
>         Environment: all 
>            Reporter: Richard Emberson
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 1.5-RC4
>
>
> In method createTagByAttribute
>         XmlTag elm = null;
>         XmlTag openTag = null;
>         XmlTag closeTag = null;
>         int level = 0;
>         while ((elm = parser.nextTag()) != null && closeTag == null)
>         {
> // BUG: elm isA XmlTag so there is no need for this test
>           if (elm instanceof XmlTag)
>           {

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