You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/10/21 20:54:00 UTC

[jira] [Commented] (MNG-6999) Chained (consumer) XMLFilters can result in "floating" comments

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

Hudson commented on MNG-6999:
-----------------------------

Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6999 #2

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6999/2/

> Chained (consumer) XMLFilters can result in "floating" comments
> ---------------------------------------------------------------
>
>                 Key: MNG-6999
>                 URL: https://issues.apache.org/jira/browse/MNG-6999
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>
> Discovered while working on MNG-6957: I wanted to do the following:
> {code:xml}
> <modules>
>   <module>Z</module>
>   <module>A</module> <!-- on purpose in reverse order -->
> </modules>
> {code}
> The ModulesXMLFilterTest contains tests related to comments, but when filters are changed, the lexicalHandlers are not chained correctly.
> The result: cleaned up modules, but leaving a comment behind.
> {code:xml}
> <!-- on purpose in reverse order -->
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)