log.error(STR0,roleFile.toAbsolutePath(),e.getMessage()); | log.error(STR0,roleFile.getAbsolutePath(),e.getMessage()); | roleFile.toAbsolutePath() | roleFile.getAbsolutePath() | neo4j | a92a13608f96ffa565197d63652ebf14be035737 | org.neo4j.server.security.enterprise.auth.FileRoleRepository | | | | | | Uses | True |
logProvider.assertExactly(AssertableLogProvider.inLog(FileUserRepository.class).error(STR0,authFile.toAbsolutePath(),STR1)); | logProvider.assertExactly(AssertableLogProvider.inLog(FileUserRepository.class).error(STR0,authFile.getAbsolutePath(),STR1)); | authFile.toAbsolutePath() | authFile.getAbsolutePath() | neo4j | a92a13608f96ffa565197d63652ebf14be035737 | org.neo4j.server.security.auth.FileUserRepositoryTest | | | | | | Uses | True |
log.error(STR0,authFile.toAbsolutePath(),e.getMessage()); | log.error(STR0,authFile.getAbsolutePath(),e.getMessage()); | authFile.toAbsolutePath() | authFile.getAbsolutePath() | neo4j | a92a13608f96ffa565197d63652ebf14be035737 | org.neo4j.server.security.auth.FileUserRepository | | | | | | Uses | True |