This class contains methods for suggesting new names for variables or methods
whose name consists at least partly of the name of their declaring type (or
in case of methods, the return type or a parameter type).
The methods return the newly suggested method or variable name in case of a
match, or null in case nothing matched.
In any case, prefixes and suffixes are removed from variable names.