// "Create Field for Parameter 'p1'" "false" class Test{ private final String myP1; void f(T p1){ myP1 = p1; } }