CPD Results

The following document contains the results of PMD's CPD 4.2.2.

Duplications

File Line
org/sbpm/sbpel/Process.java 49
org/sbpm/sbpel/Scope.java 35
	public java.util.Set<MessageExchange> listMessageExchanges();
	public boolean addCorrelationSet(CorrelationSet value);
	public boolean removeCorrelationSet(CorrelationSet value);
	public java.util.Set<CorrelationSet> listCorrelationSets();
	public boolean addCatch(Catch value);
	public boolean removeCatch(Catch value);
	public java.util.Set<Catch> listCatchs();
	public CatchAll getCatchAll();
	public void setCatchAll(CatchAll value);
	public boolean addOnEvent(OnEvent value);
	public boolean removeOnEvent(OnEvent value);
	public java.util.Set<OnEvent> listOnEvents();
	public boolean addOnAlarm(RepeatableOnAlarm value);
	public boolean removeOnAlarm(RepeatableOnAlarm value);
	public java.util.Set<RepeatableOnAlarm> listOnAlarms();
	public CompensationHandler getCompensationHandler();