You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite some people that rely of this function as part of an ongoing university course, specifically an assignment on code clones.
By disregarding information past the second binary operator, this bug essentially yields invalid clones, preventing many to find the correct number of clones.
Many would be helped a lot if this issue gained priority, but regardless, I just wanted to let the Rascal team know why people are running into this issue.
Describe the bug
A concatenated string loses everything except for the first two parts.
To Reproduce
Define a string in Java:
Create an AST using lang::java::m3::Core and lang::java::m3::AST:
Print the AST node containing the variable declaration statement.
Expected behavior
All parts of the string are present in the AST node.
Observed behavior
Only the first two parts of the string are present in the AST node.
The text was updated successfully, but these errors were encountered: