Reports any calls to the java.util.Hashtable
methods put(), putAll() or
get() on a java.util.Properties object.
For reasons lost to history, Properties inherits
from Hashtable, but use of those methods is discouraged
to prevent corruption of properties values with non-String data.