[OS-JIRA] Created: (WOL-484) Refactor -> Format should ignore <pre> tags but doesn't

From: D Tim Cummings (JIRA) ("D)
Date: Thu Jun 14 2007 - 19:01:54 EDT

  • Next message: Andrew Lindesay: "Re: Deploying WAR/JBoss with WOLips"

    Refactor -> Format should ignore <pre> tags but doesn't
    -------------------------------------------------------

                     Key: WOL-484
                     URL: http://issues.objectstyle.org/jira/browse/WOL-484
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: 2.0.0.* (unreleased please specify)
             Environment: Mac OS X 10.4.9 (Intel) Eclipse 3.2.2 Java 1.5 Wolips 2.0.0.4109
                Reporter: D Tim Cummings

    Before format

    <pre><webobject name="String28"></webobject></pre>

    After format actual

    <pre>
      <webobject name = "String28"></webobject>
    </pre>

    This has introduced whitespace and linefeeds into a <pre> tag so that the display of the web page has changed.

    After format desired

    <pre><webobject name = "String28"></webobject></pre>

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Thu Jun 14 2007 - 19:02:43 EDT