Alex Harui created FLEX-35181: --------------------------------- Summary: Investigate MXMLTagData.findMatchingEndTag Key: FLEX-35181 URL: https://issues.apache.org/jira/browse/FLEX-35181 Project: Apache Flex Issue Type: Task Reporter: Alex Harui Priority: Minor
MXMLTagData.findMatchingEndTag scans the entire MXML document looking for unbalanced tags. When looking for the </fx:Script> tag, I saw it scan every line of the MXML file after finding the end tag in order to check for balanced tags throughout the document. If findMatchingEndTag gets called more than once per document, then the full document scan is running more than once which is wasteful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)