Unused property in strings warning, after "Clean Code" code changes
Answered
IntelliJ Community Edition, 2016.3.3
I have tried to internationalize my project with the properties. I have created some property files and have used the properties in the string.
After I have reverted the changes using the property files, my code now shows for the earlier replaced strings the "unused warning" (corrected_string.png) and if I use the Clean Code function (after_clean_code.png), the IDE automatically adds the "=" character instead of the space.
Did I forgot something to delete or update?
See uploaded files through your web form named:
after_clean_code.png (5 kb)
corrected_string.png (5 kb)
Greetings
Sven
Please sign in to leave a comment.
Please submit an issue at https://youtrack.jetbrains.com/issues/IDEA and attach the sample project with the steps to reproduce it.
Thank you, will do it.
New installation solved the problem, but cannot reproduce the problem with a sample project.