Look for qualified this usages in the same class.

Examples:

    Negative example:
    Map map = new HashMap();

    Positive example:
    Map map = new HashMap(16);