Look for qualified this usages in the same class.

Examples:

    Negative example:
    //It is hard to tell whether it is number 11 or Long 1.
    Long warn = 1l;

    Positive example:
    Long notwarn = 1L;