Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: _Plugin Submission
-
Labels:None
-
Environment:Windows, Unix, JDK 1.5.x
-
Complexity:Intermediate
-
Number of attachments :
Description
This plugin invokes Jlint 3.1 during the post-compilation phase. It runs the Jlint analysis on the class files and generates a report in xml format. It supports a configuration file that can be used to turn on/off selected categories of checks. The plugin expects the Jlint executable to be present in the user's PATH.
The plugin has been tested and is currently deployed in my organization. It is currently at version 1.1 (internal version no)
This plugin has been developed in order to integrate Jlint with Sonar (code quality management platform).
Issue Links
- is depended upon by
-
SONARPLUGINS-139
Create a Sonar plugin to integrate the Jlint rule engine
-
Hi Christopher, could you update sources with Mojo naming conventions please ? It means package org.codehaus.mojo.jlint and following maven pom :
Thank you