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

Bug Report - xml.report.file not considered during transformation from XML to HTML #62

Open
StephanPirnbaum opened this issue May 19, 2022 · 0 comments
Assignees
Labels
type:bug Software shows incorrect behavior or delivers incorrect results

Comments

@StephanPirnbaum
Copy link
Contributor

StephanPirnbaum commented May 19, 2022

Bug Description

When changing the location where the XML report file should be stored (via xmlReportFile property), generating the site-report will lead toa n empty jqassistant.html

This is caused by a wrong property name in the ReportMojo (jqassistant.report.xml):

@Parameter(property = "jqassistant.report.xml")

The property should be as in following line:
https://github.com/jQAssistant/jqa-core-framework/blob/ab277e0dbf98ac3138945905b999abf7cd3fa7c9/report/src/main/java/com/buschmais/jqassistant/core/report/impl/XmlReportPlugin.java#L39

@StephanPirnbaum StephanPirnbaum added the type:bug Software shows incorrect behavior or delivers incorrect results label May 19, 2022
@StephanPirnbaum StephanPirnbaum added this to the 1.12.0 milestone May 19, 2022
@StephanPirnbaum StephanPirnbaum removed this from the 1.12.0 milestone Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Software shows incorrect behavior or delivers incorrect results
Projects
None yet
Development

No branches or pull requests

2 participants