CPD Results
The following document contains the results of PMD's CPD 7.17.0.
Duplications
| File | Line |
|---|---|
| nl/tudelft/simulation/naming/context/event/ContextEventProducerImpl.java | 119 |
| nl/tudelft/simulation/naming/context/event/ContextEventProducerImpl.java | 137 |
context.addListener(this, ContextInterface.OBJECT_CHANGED_EVENT);
}
for (Entry<String, PatternListener> entry : this.regExpListenerMap.entrySet())
{
String path = (String) content[0] + ContextInterface.SEPARATOR + (String) content[1];
if (entry.getValue().getPattern().matcher(path).matches())
{
entry.getValue().getListener().notify(event);
}
}
}
else if (event.getType().equals(ContextInterface.OBJECT_REMOVED_EVENT)) | |
