Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential mismatch of types doesn't generate warnings #183

Open
SebastianWendorf opened this issue Nov 23, 2023 · 0 comments
Open

Potential mismatch of types doesn't generate warnings #183

SebastianWendorf opened this issue Nov 23, 2023 · 0 comments

Comments

@SebastianWendorf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant