Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.952 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 30 | src/NHibernate/Hql/Ast/ANTLR/ErrorCounter.cs |
2 | 4 | 41 | src/NHibernate/Hql/Ast/ANTLR/ErrorCounter.cs |
| ||||
public void ReportError(string message) { hqlLog.Error( message); _errorList.Add( message); } |
| ||||
public void ReportWarning(string message) { hqlLog.Debug( message); _warningList.Add( message); } |
| |||
public void [[#variable54aac5e0]](string message) { hqlLog. [[#variable545b3de0]](message); [[#variable54aac520]].Add(message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54aac5e0]] | ReportError |
1 | 2 | [[#54aac5e0]] | ReportWarning |
2 | 1 | [[#545b3de0]] | Error |
2 | 2 | [[#545b3de0]] | Debug |
3 | 1 | [[#54aac520]] | _errorList |
3 | 2 | [[#54aac520]] | _warningList |