Source renderer drops \n and \r (possibly others)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • Component/s: cobertura-plugin
    • None
    • Environment:
      Platform: All, OS: All

      I have some Java code that looks like this:

      if ( foo.endsWith( "\n" ) ) ...

      When rendered in the source view for the Cobertura plugin, I see only:

      if ( foo.endsWith( "" ) ) ...

      Seems like there's some overly aggressive encoding going on there.

            Assignee:
            Alan Harder
            Reporter:
            brandond
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: