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

This Type_Ref occurs an exception during DataFlowPass. #127

Closed
popthink opened this issue Mar 19, 2021 · 1 comment
Closed

This Type_Ref occurs an exception during DataFlowPass. #127

popthink opened this issue Mar 19, 2021 · 1 comment
Labels
bug Something isn't working correctness This will improve the correctness of the generator high priority Should be attended to soon

Comments

@popthink
Copy link
Contributor

popthink commented Mar 19, 2021

SootToPlumeUtil.createTypeRefVertex(fieldRef.type, currentLine, currentCol, 1),

As similar as previous NewExpr case which switched from TypeRef to UnknownNode.

...

I can't sure which one is wrong , DataflowPass or that one or schema.

Eventhough that should be modified as following.

SootToPlumeUtil.createTypeRefVertex(fieldRef.field.declaringClass.type, currentLine, currentCol, 1),
@DavidBakerEffendi DavidBakerEffendi added bug Something isn't working correctness This will improve the correctness of the generator high priority Should be attended to soon labels Mar 26, 2021
@popthink
Copy link
Contributor Author

Fixed by #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctness This will improve the correctness of the generator high priority Should be attended to soon
Projects
None yet
Development

No branches or pull requests

2 participants