1 /** 2 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html 3 */ 4 package net.sourceforge.pmd.typeresolution.testdata; 5 6 import java.util.ArrayList; 7 8 public class ArrayListFound { 9 ArrayList x; 10 }