]> source.dussan.org Git - sonarqube.git/blob
6666868b5c89a1f6050b165cf9b1adedc75e7103
[sonarqube.git] /
1 package org.sonar.tests.violationstimemachine;
2
3 public class FileRemovedInV2 {
4
5   protected void methodOne() {
6     int i = 0; // unused local variable
7     i++;
8   }
9
10 }