Is there any java.properties file management tool that can:
- rename keys in .properties files along with their use in .java and .jspx files (something like Eclipse refactoring).
- Find keys that are used in the .java and .jspx files but are not present in the .propertis file.
- find keys from .properties files that are not used in .java and .jspx files.
- find duplicate key values?
I found the bundlizer tool but could not get it.
source
share