-
Improvement
-
Resolution: Not A Defect
-
Major
-
None
-
Platform: All, OS: All
Hello,
I'm trying to make the violations plugin work with some PHP code analyzed by the
PHPCheckstyle project
(http://developer.spikesource.com/wiki/index.php/Projects:phpcheckstyle).
This is apparently an old project but it's simple enought and seems to work.
I've modified the output xml format to try to match the java checkstyle format
but i'm still having some problems.
The output looks like this :
<?xml version="1.0"?>
<checkstyle>
<file name="./application/config/autoload.php">
<error line="1" severity="error" message="Control statement should always be
placed within {} blocks"/>
<error line="2" severity="error" message="Control statement should always be
placed within {} blocks"/>
</file>
</checkstyle>
I have a nice graph and the summary is working, but when clicking on the files I
have a "No violations found" message.
In the Tomcat logs I also have this error :
WARNING: Caught exception evaluating: prev.typeCount(t.name). Reason:
java.lang.NullPointerException
java.lang.NullPointerException
at
hudson.plugins.violations.ViolationsReport.typeCount(ViolationsReport.java:457)
at sun.reflect.GeneratedMethodAccessor669.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(Ub
erspectImpl.java:258)
If you have an idea ...
Thanks,
Created an attachment (id=973)
Result.xml