Skip to content

Potential mismatch of types doesn't generate warnings #183

@SebastianWendorf

Description

@SebastianWendorf

I have two different node types that act independent of each other. The are labeled :TS:Function and :TS:Type:Function.
In code they both have a method getParameters() that's associated with a :HAS_PARAMETER relation. However, in the two classes, two incompatible types are returned by that function.
Currently the algorithm seems to select the wrong class, which leads to an empty list, as the items are all filtered out, when getParameters is called. The graph on the other hand is constructed successfully. So, this error only occurs on data retrieval.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions