Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.982 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 243 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/EventSetImpl.java |
2 | 10 | 267 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/EventSetImpl.java |
| ||||
/** * @see java.util.Collection#add(Object). * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean add(Object arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } /** * @see java.util.Collection#addAll(Collection) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean addAll(Collection arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } |
| ||||
/** * @see java.util.Collection#remove(Object) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean remove(Object arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } /** * @see java.util.Collection#removeAll(Collection) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean removeAll(Collection arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } |
| |||
/** * @see java.util.Collection#remove(Object) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ /** * @see java.util.Collection#add(Object). * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean [[#variable61ca8940]](Object arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } /** * @see java.util.Collection#removeAll(Collection) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ /** * @see java.util.Collection#addAll(Collection) * @exception UnsupportedOperationException always thrown since EventSets are unmodifiable. */ public boolean [[#variable61800880]](Collection arg1) { throw new UnsupportedOperationException(EventMessages.EventSetImpl_EventSets_are_unmodifiable_3); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61ca8940]] | remove |
1 | 2 | [[#61ca8940]] | add |
2 | 1 | [[#61800880]] | removeAll |
2 | 2 | [[#61800880]] | addAll |