You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Christofer Dutz (JIRA)" <ji...@apache.org> on 2017/02/22 13:33:44 UTC

[jira] [Created] (FLEX-35275) Rewrite COMPJSC to use correct Xml parsers instead of String operations

Christofer Dutz created FLEX-35275:
--------------------------------------

             Summary: Rewrite COMPJSC to use correct Xml parsers instead of String operations
                 Key: FLEX-35275
                 URL: https://issues.apache.org/jira/browse/FLEX-35275
             Project: Apache Flex
          Issue Type: Improvement
          Components: FlexJS
            Reporter: Christofer Dutz
            Assignee: Christofer Dutz


Right now the catalog.xml processing is based upon reading the catalog.xml content as a large String and then to do processing based upon String.indexOf and substring operations. This can cause serious problems that are very difficult to track down as it produces ArrayIndexOutOfBounds exceptions that are impossible to track down.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)