Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 2 | 0.971 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 111 | src/NHibernate/Cache/NonstrictReadWriteCache.cs |
2 | 9 | 91 | src/NHibernate/Cache/ReadOnlyCache.cs |
3 | 9 | 298 | src/NHibernate/Cache/ReadWriteCache.cs |
4 | 9 | 99 | src/NHibernate/Cache/UpdateTimestampsCache.cs |
| ||||
public void Destroy() { try { cache.Destroy(); } catch (Exception e) { log.Warn("Could not destroy cache", e); } } |
| ||||
public void Destroy() { try { cache.Destroy(); } catch (Exception e) { log.Warn("Could not destroy cache", e); } } |
| ||||
public void Destroy() { try { cache.Destroy(); } catch (Exception e) { log.Warn("Could not destroy cache", e); } } |
| ||||
public void Destroy() { try { updateTimestamps.Destroy(); } catch (Exception e) { log.Warn("could not destroy UpdateTimestamps cache", e); } } |
| |||
public void Destroy() { try { [[#variable6b0581c0]].Destroy(); } catch (Exception e) { log.Warn( [[#variable6b058140]], e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b0581c0]] | cache |
1 | 2 | [[#6b0581c0]] | updateTimestamps |
1 | 3 | [[#6b0581c0]] | cache |
1 | 4 | [[#6b0581c0]] | cache |
2 | 1 | [[#6b058140]] | "Could not destroy cache" |
2 | 2 | [[#6b058140]] | "could not destroy UpdateTimestamps cache" |
2 | 3 | [[#6b058140]] | "Could not destroy cache" |
2 | 4 | [[#6b058140]] | "Could not destroy cache" |