Skip to content

(JAVA-W1030) Static fields of the parent class should not be accessed through child class instances #11

@VerisimilitudeX

Description

@VerisimilitudeX

Description

Non-private static members of the parent class are accessible by child classes. However, it is a bad practice to do so, because it obscures where a value was actually declared. Always use only the declaring class to access static members.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Verisimilitude11/Batch-Image-Conversion-Tools/issue/JAVA-W1030/occurrences/

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions