Bug 848944
| Summary: | Checkstyle Eclipse plugin is broken | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Glen Kaukola <gkaukola> | ||||
| Component: | eclipse-checkstyle | Assignee: | Mat Booth <mat.booth> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | akurtako, dirk.schnelle, mat.booth, overholt, rob.myers, swagiaal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-28 03:49:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
The solution to fix this bug is given in Bug #747548 with the comment of Marek Stanczyk. eclipse-checkstyle-5.1.0-8.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/eclipse-checkstyle-5.1.0-8.fc18 eclipse-checkstyle-5.1.0-8.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/eclipse-checkstyle-5.1.0-8.fc19 Package eclipse-checkstyle-5.1.0-8.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing eclipse-checkstyle-5.1.0-8.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6386/eclipse-checkstyle-5.1.0-8.fc19 then log in and leave karma (feedback). eclipse-checkstyle-5.1.0-8.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. eclipse-checkstyle-5.1.0-8.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 605033 [details] Java source code used for testing. Description of problem: When I try and run the checkstyle plugin on some java source code I get the following error: An internal error occurred during: "Checking files...". org/apache/commons/beanutils/Converter Version-Release number of selected component (if applicable): eclipse-checkstyle-5.1.0-4.fc17.noarch How reproducible: Always. Steps to Reproduce: 1. Run the checkstyle plugin on some java source code. Actual results: An error message. Expected results: A list of problems detected by checkstyle. Additional info: Checkstyle runs just fine on the command line for the source code in question. I'm using the "Sun Checks" configuration. Changing that to "Sun Checks (eclipse)" makes no difference.