• Icon: Improvement Improvement
    • Resolution: Not A Defect
    • Icon: Major Major
    • violations-plugin
    • 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,

          [JENKINS-4723] Parsing PHPCheckstyle results

          tchule added a comment -

          Created an attachment (id=973)
          Result.xml

          tchule added a comment - Created an attachment (id=973) Result.xml

          tchule added a comment -

          It works, you can close this issue.

          The problem was that the path generated was something like "./myapplication/..."
          instead of "myapplication/...".

          tchule added a comment - It works, you can close this issue. The problem was that the path generated was something like "./myapplication/..." instead of "myapplication/...".

          bocytko added a comment -

          This problem has been resolved by correcting the paths in the user's XML generator.

          bocytko added a comment - This problem has been resolved by correcting the paths in the user's XML generator.

            peterkittreilly peterkittreilly
            tchule tchule
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: