Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double escaping by XML entities #99

Open
j123b567 opened this issue Jun 18, 2018 · 0 comments
Open

Double escaping by XML entities #99

j123b567 opened this issue Jun 18, 2018 · 0 comments

Comments

@j123b567
Copy link

I have coverage.xml generated from C++ project so the problem is much more visible then for java.

In coverage.xml, I have this method definition

<method branch-rate="1.0" line-rate="1.0" name="MyClass&lt;int&gt;::MyMethod(OtherClass&amp;)" signature="">

I would like to see MyClass<int>::MyMethod(OtherClass&) in all places but it is not true. When I reach to page "Coverage Breakdown by Method", list of methods contains XML entities instead of real characters and method is displayed as MyClass&lt;int&gt;::MyMethod(OtherClass&amp;). After clicking some method, I can see page with wrong title still containing XML entities but "Method Coverage summary" contains correct name.

Jenkins: 2.128
Cobertura-plugin: 1.12.1
Java: OpenJDK 1.8.0_171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant