// "Move initializer to constructor" "true" enum C { foo; private final String myExtension; C() { myExtension = null; } }