Skip to content

Some compilation units with mltiple type declarations were visited twice #37

@OscarRodriguezPrieto

Description

@OscarRodriguezPrieto

This causes
Caused by: java.lang.NullPointerException: Cannot invoke "com.sun.source.util.TreePath.getLeaf()" because "path" is null
when visiting an inexistent array type. This is because an alredy compiled version of the class is visited in which, instead of the actual members, excepting an array storing a lower-level representation of the class. This causes nullpointer when calling JavacInfo.getTypeMirror for the unknown type of the array type.

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