Package org.apache.flex.compiler.problems

Examples of org.apache.flex.compiler.problems.MissingFactoryClassInFrameMetadataProblem


                // if we are not generating a system manager but have RSLs to load, generate
                // a warning.
                if (hasRSLs())
                {
                    final ICompilationUnit rootCompilationUnit = getRootClassCompilationUnit();
                    reportProblem(new MissingFactoryClassInFrameMetadataProblem(rootCompilationUnit.getAbsoluteFilename()));
                }
            }
           
            assert applicationSWFFrame != null;
            // Classes only reachable from CSS will end up in this
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.problems.MissingFactoryClassInFrameMetadataProblem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.