JITO is an Intellij IDEA plugin used to identify defect and locate buggy lines.
- Download
JITO-Client.zip
andJITO-Identification.zip
- Unzip
JITO-Identification.zip
- Open Intellij IDEA, choose
-
Windows:
File
->Settings
->Plugins
; -
Mac:
IntelliJ IDEA
->Preferences
->Plugins
;
-
- choose
Install Plugin from Disk
; - find the path of the
JITO-Client.zip
and install it. - Restart Intellij IDEA to activate the plugin.
- When using the tool for the first time, choose
Tools
->JITO
->Set properties
, set Python Interpreter path andJITO-Identification
path; - At the first time, choose
Tools
->JITO
->Build model
. Analyze models will be established; - When submitting a new change commit to local git repository, choose
Tools
->JITO
->Analyze changes
; - If it identified as bug change, buggy lines will be highlighted, else return no bug information;
- If want remove highlight, choose
Tools
->JITO
->Unhighlight
;