1 package net.sourceforge.pmd.typeresolution.testdata; 2 3 import java.util.ArrayList; 4 5 public class ArrayListFound { 6 ArrayList x; 7 }