@DefaultSeverity(value=WARNING) public class SWFFrameCountMismatchProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
int |
actualFrames |
static String |
DESCRIPTION |
int |
expectedFrames |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
SWFFrameCountMismatchProblem(int expectedFrames,
int actualFrames,
String sourcePath) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final int expectedFrames
public final int actualFrames
public SWFFrameCountMismatchProblem(int expectedFrames, int actualFrames, String sourcePath)
sourcePath
- The normalized path of the SWF file.Copyright © 2016 The Apache Software Foundation. All rights reserved.