简体   繁体   中英

Export report from Eclipse plugin for Checkstyle

I am using Eclipse and I started to use FindBugs, PMD and Checkstyle with Eclipse plugin. With FindBugs and PMD I can easily create reports witch can be exported as xml, html...

How can I do that with Eclipse CheckStyle plugin? Is there an option to export an report to an xml, txt or html?

Thank you very much for your answer in advance.

Right Click on the java project in the project explorer and select PMD | Generate reports.
It creates a report folder in your application and create violation report.

Select Window | Show View | Navigator

In Navigator view click on Project and then on the reports folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM