1 package org.sonar.tests.violationstimemachine;
5 // We need two similar violations here to check that they would be associated correctly
7 protected void methodOne() { // design for extension
8 int i = 0; // unused local variable
12 protected void methodTwo() { // design for extension
13 int i = 0; // unused local variable
17 public final int methodReturnThree() { // fixed - design for extension
18 int j = 0; // new - unused local variable