Tool for managing and refactoring java.properties files

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.

+5
source share
2 answers
+2

i18nBinder, Apache Ant. Excel (xls) xls .

Java . , Java .

, , jsp: -/

+1

All Articles