Row |
Violation |
1 | Unmatched statement Keyword k=map.map[i]; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
2 | Unmatched statement ParserRule rule=ruleset.ruleMapFirst[i]; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
3 | Type org.gjt.sp.jedit.syntax.ParserRule of variable rule does not match with type org.gjt.sp.jedit.syntax.KeywordMap.Keyword of variable k |
4 | Expression addRule(rule) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression add(k.keyword,k.id) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression addRule(rule) is a void method call, and thus it cannot be parameterized |
7 | Expression add(k.keyword,k.id) is a void method call, and thus it cannot be parameterized |
8 | Expression addRule(rule) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression add(k.keyword,k.id) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression addRule(rule) is a void method call, and thus it cannot be parameterized |
11 | Expression add(k.keyword,k.id) is a void method call, and thus it cannot be parameterized |
12 | Unmatched statement k=k.next; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
13 | Unmatched statement rule=rule.next; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |