Guest User

Simple way to detect unused properties keys

a guest
Feb 27th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. kermit=Kermit the Frog
  2. oscar=Oscar the Grouch
  3.  
  4. papa=Papa Smurf
  5.  
  6. Some jsp template displaying the key <bean:write bundle='muppets' key='kermit'/>.
  7.  
  8. Unused properties:
  9.  
  10. muppets.properties
  11. oscar
  12.  
  13. smurfs.properties
  14. papa
Add Comment
Please, Sign In to add comment