2728293031323334353637
@SuppressWarnings({ "unchecked", "rawtypes" }) public StatisticsStage(User user) throws Exception { u = user; try { stat = new Statistic(u.getUser()); } catch (Exception e) { throw e; }