String fileContent=IOUtils.toString(file,StandardCharsets.UTF_8); | String fileContent=IOUtils.toString(getClass().getResource(resourcePath),StandardCharsets.UTF_8); | file | getClass().getResource(file) | sonarqube | 0de8f0ee51349bc43d072b8f8cd0fe94074ae214 | org.sonar.server.issue.notification.MyNewIssuesEmailTemplateTest | | | | | | Uses | True |