class Test { void foo(String[] ss) { for(int i = 0; i < ss.length; i++) { <selection>ss[i] = "";</selection> } } }