Look for qualified this usages in the same class.

Examples:

    public int method() {
        Integer a = null;
        return a;
    }