public class Thing { private String it; private void dumb() { it.length(); } }