Row |
Violation |
1 | Unmatched statement _table=table; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement _propertyName=propertyName; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Unmatched statement _colDef=colDef; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement _className=className; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Unmatched statement _isNullable=colDef.isNullable(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
6 | Unmatched statement _tableName=tableName; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
7 | Unmatched statement _columnNames=columnNames; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
8 | Expression initStrings() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression loadProperties() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression initStrings() is a void method call, and thus it cannot be parameterized |
11 | Expression loadProperties() is a void method call, and thus it cannot be parameterized |
12 | Expression initStrings() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression loadProperties() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression initStrings() is a void method call, and thus it cannot be parameterized |
15 | Expression loadProperties() is a void method call, and thus it cannot be parameterized |
16 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.hibernate.mapping.HibernatePropertyInfo and net.sourceforge.squirrel_sql.fw.datasetviewer.cellcomponent.DataTypeTimestamp do not have a common superclass |