Class ConflictPrinter
java.lang.Object
com.palantir.gradle.abi.checker.ConflictPrinter
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringoutputConflicts(Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts) This outputs conflicts in the following format: "dependency that contains the break" |- "transitive that broke its ABI" | |- "class that broke" | | |- "path to reach class" | | |- "conflict reason" | | | |- "method/line that broke" | | | \- "method/line that broke" | | |- ...
-
Method Details
-
outputConflicts
public static String outputConflicts(Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts) This outputs conflicts in the following format: "dependency that contains the break" |- "transitive that broke its ABI" | |- "class that broke" | | |- "path to reach class" | | |- "conflict reason" | | | |- "method/line that broke" | | | \- "method/line that broke" | | |- ... | |- ... |- ... etc...
-