Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. COmpile attached test case using mxmlc
Actual Results:
compiles with the warning:
Warning: valid is a module or application that is directly referenced. This will cause valid and all of its dependencies to be linked in with Valid. Using an interface is the recommended practice to avoid this.
Expected Results:
No warnings. This app doesn't use and module or sub apps.