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).