Violations plugin doesn't properly display issue descriptions

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major
    • Component/s: violations-plugin
    • None
    • Environment:
      Jenkins 1.541 (Ubuntu 13.10), Violations plugin 0.7.11, Violations columns 1.6

      CodeNarc XML file contains entries like this:

      <Violation ruleName="UnusedVariable" priority="2" lineNumber="91">
      <SourceLine>
      <![CDATA[
      def username = session[UsernamePasswordAuthenticationFilter.SPRING_SECURITY_LAST_USERNAME_KEY]
      ]]>
      </SourceLine>
      <Message>
      <![CDATA[
      The variable [username] in class LoginController is not used
      ]]>
      </Message>
      </Violation>
      

      Text contains full description of the violation.

      However in the source browser, the tooltips just show violation IDs for violation class and description (see attachment).

            Assignee:
            peterkittreilly
            Reporter:
            Matej Kenda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: