// "Move initializer to constructor" "true" public class X { String[] i; public X() { i = new String[]{"ss", "xx"}; } }