Details
Description
When analyzing a flex project, we are able to see correctly the mxml files that are stored at root level, but not files that are stored in a directory.
I added the analysis for mxml as well as for as (by the way it may be good to analyze by default those two extensions to avoid getting questions about that).
I attached a simple project where the file FlexSonarSourceMXML at root level is correctly displayed after the analysis but the file FlexSonarSourceMXML1 located in directory pk1
I also attached a screenshot of sonar analysis where it appears that sonar is considering the second file differently.
Hi Stephane,
First of all - I wonder why your code doesn't contain "package" declarations ( http://livedocs.adobe.com/flex/3/html/help.html?content=basic_as_2.html ) ?
Second - do you know about property "sonar.flex.file.suffixes" (Settings -> Flex -> File suffixes) ?