public class DupCodePathBuilder extends Object
Constructor and Description |
---|
DupCodePathBuilder(com.parasoft.xtest.results.api.IDupCodeViolation violation,
long parentKey) |
Modifier and Type | Method and Description |
---|---|
List<com.parasoft.xtest.reports.jenkins.parser.PathElementAnnotation> |
getPath()
Returns path for code duplication violation described by multiple elements.
|
public DupCodePathBuilder(com.parasoft.xtest.results.api.IDupCodeViolation violation, long parentKey)
violation
- for which path information is neededparentKey
- unique key of a warning that owns this violationpublic List<com.parasoft.xtest.reports.jenkins.parser.PathElementAnnotation> getPath()
Copyright © 2016. All rights reserved.