Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Duplicate codes
Permanently deleted user
Created
Hi,
Where can I find any information about searching for duplicate codes in Java? Which kinds of duplicates can be found by IntelliJ IDEA and which algorithm is used?
This is not documented in detail anywhere. Our duplicate search algorithm is based on finding similar fragments of AST trees (i.e. it's not text-based).
This is not documented in detail anywhere. Our duplicate search algorithm is based on finding similar fragments of AST trees (i.e. it's not text-based).