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
The AST should be cleaned from all comments, empty lines and odd formatting (i.e. usage of ";") before taking a checksum. This would lead a uniform coding style and could lead to finding more duplications. At least for the code in "example" it would find some.
This should be also done with the content of the original file, so that we can identify if a mutation produces no changes.
The text was updated successfully, but these errors were encountered:
The AST should be cleaned from all comments, empty lines and odd formatting (i.e. usage of ";") before taking a checksum. This would lead a uniform coding style and could lead to finding more duplications. At least for the code in "example" it would find some.
This should be also done with the content of the original file, so that we can identify if a mutation produces no changes.
The text was updated successfully, but these errors were encountered: