Skip to content

Files

Latest commit

04e816a · Jul 24, 2017

History

History
14 lines (11 loc) · 531 Bytes

readme.md

File metadata and controls

14 lines (11 loc) · 531 Bytes

This plugin provides advanced on-the-fly duplicated code inspections for IntelliJ IDEA (aka clone detection).

Main features

  • Supports detection of
    • exact clones
    • clones with renamed variables/types/etc.
    • clones with gaps
  • Can analyze industry-size projects (with millions lines of code)
  • Works on-the-fly, right as you type
  • Provides duplicated code comparison
  • Supports both Java and Kotlin (with more languages on the way)

NB! The plugin requires an additional JVM memory of up to 500 Mb per 1 million LOC