Row |
Violation |
1 | Expression model.addEmail((IEmailModel)it.next()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression model.addInstantMessaging((InstantMessagingModel)it.next()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression model.addEmail((IEmailModel)it.next()) is a void method call, and thus it cannot be parameterized |
4 | Expression model.addInstantMessaging((InstantMessagingModel)it.next()) is a void method call, and thus it cannot be parameterized |
5 | Expression (IEmailModel)it.next() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression (InstantMessagingModel)it.next() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Type org.columba.addressbook.model.IEmailModel of variable (IEmailModel)it.next() does not match with type org.columba.addressbook.model.InstantMessagingModel of variable (InstantMessagingModel)it.next() |
8 | Unmatched statement it=parser.getAddressIterator(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
9 | Expression model.addPhone((PhoneModel)it.next()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression model.addAddress((AddressModel)it.next()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression model.addPhone((PhoneModel)it.next()) is a void method call, and thus it cannot be parameterized |
12 | Expression model.addAddress((AddressModel)it.next()) is a void method call, and thus it cannot be parameterized |
13 | Expression (PhoneModel)it.next() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression (AddressModel)it.next() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Type org.columba.addressbook.model.PhoneModel of variable (PhoneModel)it.next() does not match with type org.columba.addressbook.model.AddressModel of variable (AddressModel)it.next() |