Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated RandomStringUtils.randomAlphanumeric #102

Open
johnthagen opened this issue Jan 3, 2025 · 1 comment
Open

Use of deprecated RandomStringUtils.randomAlphanumeric #102

johnthagen opened this issue Jan 3, 2025 · 1 comment
Assignees
Labels

Comments

@johnthagen
Copy link
Owner

johnthagen commented Jan 3, 2025

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);

@johnthagen
Copy link
Owner Author

CC @firewave

@firewave firewave self-assigned this Jan 3, 2025
firewave added a commit to firewave/clion-cppcheck that referenced this issue Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants