Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.983 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 4298 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
2 | 14 | 4315 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
| |||||
//{{{ fireTransactionComplete() method private void fireTransactionComplete() { for (int i = 0; i < bufferListeners.size(); i++) { try { getListener(i).transactionComplete(this ); } catch (Throwable t) { Log.log(Log.ERROR, this, "Exception while sending buffer event to " + getListener(i) + " :"); Log.log(Log.ERROR, this, t); } } } //}}} |
| |||||
//{{{ fireFoldHandlerChanged() method private void fireFoldHandlerChanged() { for (int i = 0; i < bufferListeners.size(); i++) { try { getListener(i).foldHandlerChanged(this ); } catch (Throwable t) { Log.log(Log.ERROR, this, "Exception while sending buffer event to " + getListener(i) + " :"); Log.log(Log.ERROR, this, t); } } } //}}} |
| |||
//{{{ fireFoldHandlerChanged() method //{{{ fireTransactionComplete() method private void [[#variableae95b00]]() { for (int i = 0; i < bufferListeners.size(); i++) { try { getListener(i). [[#variableae96d80]](this ); } catch (Throwable t) { Log.log(Log.ERROR, this, "Exception while sending buffer event to " + getListener(i) + " :"); Log.log(Log.ERROR, this, t); } } } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ae95b00]] | fireTransactionComplete |
1 | 2 | [[#ae95b00]] | fireFoldHandlerChanged |
2 | 1 | [[#ae96d80]] | transactionComplete |
2 | 2 | [[#ae96d80]] | foldHandlerChanged |