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