-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing subtrees in case having Generic functions with type parameter as the return type #92
Comments
@pouryafard75 |
@tsantalis It is possible, However this will make tools incompatible. |
Can we make a PR to gumtree? but then they need to make a new maven release. |
@tsantalis All the perfect diffs at the moment, work based on 3.0 tree structure. |
@pouryafard75 |
@tsantalis |
@tsantalis PR submitted GumTreeDiff/gumtree#327 |
@pouryafard75 SuperMethodInvocation: |
@pouryafard75 ClassInstanceCreation: |
@tsantalis
This is default GumTree 3.0 output, They dont override the visitor for these ASTNodes, Method invocation is the only one which has been overwritten. |
@tsantalis Can you give me an example for this here?
If you meant this, its already supported. |
The case I am talking about looks like |
@tsantalis Thanks for the clarification.
|
Case: pouryafard75/TestCases@58b8350
Due to the dependency to gumtree 3.0 jdt tree generator, the differences are not highlighted:
Surprisingly, 2.1 tree generator contains this information:
The text was updated successfully, but these errors were encountered: