You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/01/22 12:05:21 UTC

[jira] Created: (JCR-2475) Test failures when running "mvn cobertura:check"

Test failures when running "mvn cobertura:check"
------------------------------------------------

                 Key: JCR-2475
                 URL: https://issues.apache.org/jira/browse/JCR-2475
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi-commons
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Minor


It looks like the bytecode instrumentation done by Cobertura interferes with the rather complex XPathTokenManager class produced by JavaCC.

The easiest workaround seems to be to simply exclude XPathTokenManager from being instrumented by Cobertura.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-2475) Test failures when running "mvn cobertura:check"

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2475:
-------------------------------

    Fix Version/s: 2.1.0

> Test failures when running "mvn cobertura:check"
> ------------------------------------------------
>
>                 Key: JCR-2475
>                 URL: https://issues.apache.org/jira/browse/JCR-2475
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 2.0.1, 2.1.0
>
>
> It looks like the bytecode instrumentation done by Cobertura interferes with the rather complex XPathTokenManager class produced by JavaCC.
> The easiest workaround seems to be to simply exclude XPathTokenManager from being instrumented by Cobertura.

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

        

[jira] Resolved: (JCR-2475) Test failures when running "mvn cobertura:check"

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-2475.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1

Fixed in revision 902062 and merged to the 2.0 branch in revision 902063.

> Test failures when running "mvn cobertura:check"
> ------------------------------------------------
>
>                 Key: JCR-2475
>                 URL: https://issues.apache.org/jira/browse/JCR-2475
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> It looks like the bytecode instrumentation done by Cobertura interferes with the rather complex XPathTokenManager class produced by JavaCC.
> The easiest workaround seems to be to simply exclude XPathTokenManager from being instrumented by Cobertura.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.