Class NoDuplicatedServicePathsOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.NoDuplicatedServicePathsOrError
All Implemented Interfaces:
Consumer<IAggregateSymbol>

final class NoDuplicatedServicePathsOrError extends RuleSupport implements Consumer<IAggregateSymbol>
Examines all the service operations on a service and looks at the verbs used and the uti proto paths. Checks for duplications and issues errors if paths (irrespective of variable names) are duplicated.