@DefaultSeverity(value=WARNING) public final class OverlappingSourcePathProblem extends CompilerProblem
CompilerProblem
subclass for overlapping source path entries.Modifier and Type | Field and Description |
---|---|
String |
ancestor |
String |
descendant |
static String |
DESCRIPTION |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
OverlappingSourcePathProblem(File ancestor,
File descendant) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final String ancestor
public final String descendant
Copyright © 2016 The Apache Software Foundation. All rights reserved.