CRITICAL
Rule Definition
Detects fields using array-type not specified in ArrayElementType metadata
Remediation
Specify ArrayElementType metadata for fields with Array type.
Violation Code Sample
public class ArrayVO {
public var items:Array; //VIOLATION
[ArrayElementType("model.vo.MenuItemVO")]
public var menuItems : Array;
}
Fixed Code Sample
package {
public class ArrayFieldWithoutArrayElementTypeMetadata {
[ArrayElementType("model.vo.MenuItem")]
public var items:Array; // violation removed
}
}
Reference
http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD
Related Technologies
Technical Criterion
Programming Practices - Unexpected Behavior
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.