joshtynjala commented on issue #24: URL: https://github.com/apache/royale-compiler/issues/24#issuecomment-621476745
I found what appears to be the two places where these problems get propagated upwards: 1. `MXMLFileNode.processUnits()` 2. `MXMLScopeBuilder` constructor Both objects copy the contents of `IMXMLData.getProblems()` to their own list of problems. It should probably be only one of them that copies these problems. But which? Does it matter? Needs more investigation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
