The automated JetBrains analysis result for the 1.6.6 release noted the following deprecated function call that should be replaced:
Deprecated method RandomStringUtils.randomAlphanumeric(int) is invoked in CppcheckInspection.checkFile(...)
|
tempFile = FileUtil.createTempFile(RandomStringUtils.randomAlphanumeric(8) + "_", vFile.getName(), true); |