Skip to content

Mismatched documentation #1

@winnpixie

Description

@winnpixie

In ReflectionHelper#getObjectClass, the documentation right above the mismatch states that the primitive class is something such as int.class, and that the Object class is something such as Integer.class, but in the typo spots from lines 2694 to 2697, it states that the primitive class is something such as Integer.class (the Object class), and that the Object class is something such as int.class (the primitive class). It almost seems as if it was simply copy-pasted from the documentation for ReflectionHelper#getPrimitiveClass, which makes this mistake understandable and marginally disregardable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions