Plugin Information
| Plugin ID |
crap4j |
| Latest Release |
0.6.1 |
| Latest Release Date |
Mar 15, 2009 |
| Changes in Latest Release |
via Fisheye |
| Maintainer(s) |
n/a (java.net id: dlindner) |
| Issue Tracking |
Open Issues |
This plugin reads the "crappy methods" report from Crap4J. Hudson will generate the trend report of crap percentage and provide detailed information about changes. Users will be able to track which methods are crappy and when they entered and left the code base.
Restrictions
Currently, this plugin is restricted to use with freestyle (ant) jobs. Future releases might support all kinds of jobs. Let me know your needs by filing a request for enhancement in the issue tracker.
Description
The crap4j plugin scans the Crap4J report data and reports trends.
These features are currently implemented:
- Crap report page for jobs
- Trend charts for Crappyness, Crap Method Count, Crap Load and Crap
- List of all current crap methods of the job
- Crappyness trend chart on job overview page
- Crap report page for builds
- List of all current crap methods of the build
- List of new and fixed crap methods in comparison to the previous build
- Crap report summary in the build report column
- Statistical summary and links to current, new and fixed crap methods

Configuring the Crap4J Plugin
- Get the crap4j plugin, preferably using hudson's plugin manager
- Install the crap4j plugin in your hudson, if downloaded manually
- Configure your project's build script to generate crap4j XML reports (This happens along with the HTML report)
- Enable the "Publish Crap" publisher on the job configuration page
- Specify the directory where the crap4j report (report.xml) is generated
- Perform some builds to receive a trend
The crap4j plugin currently has no configurable parameters. The build health indicator is set to the Crap4J quality suggestion, with 15% crappy methods being 0% build health.
Feedback
This plugin is developed and maintained by Daniel Lindner with kind support from Softwareschneiderei GmbH. Please feel free to contact me for feedback. If you have suggestions for new features or you've found a bug, please use the issue tracker or the mailing lists. If you use the issue tracker, assign the issue directly to java.net ID dlindner.
Changelog
Next Release:
Release 0.6.1 (2009-03-15):
- Restored compatibility with Java 5 (see Issue 3282, reported by felixdrueke)
Release 0.6 (2009-02-25):
- Several report.xml files can be merged into one report now (see Issue 2995, suggested by Oliver Imlinger)
- Report parsing takes locale into account (see Issue 2953, reported by Oliver Imlinger)
- Report path pattern now supports space characters (see Issue 2963, reported by Mihael Vrbanec)
- Attention! This breaks backward compatibility for patterns using spaces as separators. Use commas instead.
Release 0.5 (2008-12-31):
- Enabled use in Master/Slave setups (see Issue 2385)
Release 0.4 (2008-07-03):
- Identical on features to version 0.3
- Added missing documentation
- Corrected misleading configuration section title
Release 0.3 (2008-07-03) - please use 0.4 instead.
- Bugfix: crappyness trend chart missing scale on y-axis if lower than 1.0 (Issue 1952, reported by Nigel Charman)
- Enhancement: Adjustable build health indicator (Issue 1985)
Release 0.2 (2008-06-03):
- Compatible to Java5 VMs. Improvement request by Leon Oosterwijk.
Release 0.1 (2008-05-17):
- Initial release. Please feel free to suggest new features.
Comments (4)
Jun 12, 2008
Travis Bailey says:
Any chance of getting this plugin to actually retain the crap4j reports that the...Any chance of getting this plugin to actually retain the crap4j reports that the tool produces for each build? I like the trend charts, but the html views produced by crap4j give better details about the methods and why they are considered "crappy".
Jul 03, 2008
Daniel Lindner says:
Hi Travis. Sorry for the late reply. What is the information you miss for this p...Hi Travis. Sorry for the late reply. What is the information you miss for this plugin in comparison to the original crap4j report? You can have a list of crappy methods (and their statistics) for each build by clicking on the crap4j icon or following an URL like this one: http://<hudson-host>/job/<job-name>/crap/
Would you mind filing an enhancement issue with your wishes? I will definitly consider it once i understand your point.
Jun 25, 2008
Nigel Charman says:
I came across some problems running the crap4j ant tasks with Windows. The...I came across some problems running the crap4j ant tasks with Windows. The workaround, including how to get the crap4j ant tasks to run in Hudson, is described in my post Crap4J, Hudson and Windows.
+1 for getting the plugin to retain the crap4j reports, or at least show the complexity, coverage and crap for all methods (not just those above the threshold).
I'm also keen to be able to be able to adjust the threshold.
Jul 03, 2008
Daniel Lindner says:
I turned your suggestions into issues: https://hudson.dev.java.net/issues/show...I turned your suggestions into issues:
We should continue the discussion about these issues there.