Class FlowAnalysisPathBuilder


  • public class FlowAnalysisPathBuilder
    extends Object
    • Constructor Detail

      • FlowAnalysisPathBuilder

        public FlowAnalysisPathBuilder​(com.parasoft.findings.utils.results.violations.IFlowAnalysisViolation violation,
                                       String parentKey,
                                       Path workspace)
        Parameters:
        violation - for which path information is needed
        parentKey - unique key of a warning that owns this violation
    • Method Detail

      • getPath

        public List<edu.hm.hafner.analysis.Issue> getPath()