!747 m { p { Matcher m = Pattern.compile("hello").matcher("hello"); m.find(); m.group("bla"); // method not found if < 1.7 } }