p

io.shiftleft

cpgvalidator

package cpgvalidator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package facts
  2. package validators

Type Members

  1. case class CfgEdgeError(srcNode: Node, dstNode: Node, srcNodeMethod: Node, dstNodeMethod: Node) extends ValidationError with Product with Serializable
  2. case class CfgEdgeErrorCategory() extends ValidationErrorCategory with Product with Serializable
  3. case class EdgeDegreeError(node: Node, edgeType: String, direction: Direction, invalidEdgeDegree: Int, expectedDegreeRange: Inclusive, otherSideNodeTypes: List[String]) extends ValidationError with Product with Serializable
  4. case class EdgeDegreeErrorCategory(nodeLabel: String, edgeType: String, direction: Direction, otherSideNodeTypes: List[String]) extends ValidationErrorCategory with Product with Serializable
  5. case class EdgeTypeError(node: Node, direction: Direction, invalidEdges: List[OdbEdge]) extends ValidationError with Product with Serializable
  6. case class EdgeTypeErrorCategory(nodeLabel: String, direction: Direction, invalidEdgeTypes: List[String]) extends ValidationErrorCategory with Product with Serializable
  7. case class KeyError(node: Node, nodeKeyType: String, cardinality: Cardinality) extends ValidationError with Product with Serializable
  8. case class KeyErrorCategory(nodeLabel: String, nodeKeyType: String, cardinality: Cardinality) extends ValidationErrorCategory with Product with Serializable
  9. case class NodeTypeError(node: Node, edgeType: String, direction: Direction, invalidOtherSideNodes: List[Node]) extends ValidationError with Product with Serializable
  10. case class NodeTypeErrorCategory(nodeLabel: String, edgeType: String, direction: Direction) extends ValidationErrorCategory with Product with Serializable
  11. sealed trait ValidationError extends AnyRef
  12. sealed trait ValidationErrorCategory extends AnyRef
  13. class ValidationErrorRegistry extends AnyRef

Value Members

  1. object CfgEdgeErrorCategory extends Serializable
  2. object CpgValidatorMain extends App
  3. object EdgeDegreeErrorCategory extends Serializable
  4. object EdgeTypeErrorCategory extends Serializable
  5. object ErrorHelper
  6. object KeyErrorCategory extends Serializable
  7. object NodeTypeErrorCategory extends Serializable
  8. object SuperTypes
  9. object ValidationErrorRegistry

Ungrouped