java - Perform code analysis in IntelliJ IDEA -
when start commit changes vcs, following commit dialog appears.
i checked option 'perform code analysis'. if press commit, code analysis starts, , when finished following dialog view results of analysis:
if press review button can review results.
i start same analysis manually. version of intellij idea: 14.1.1 (built on march 31, 2015)
is possible run code analysis of commit dialog without commit in intellij?
analyze -> inspect code (maba's answer) correct.
you can specify inspections profiles in project settings. more information on inspection profiles can found here https://www.jetbrains.com/idea/documentation/static_code_analysis.html
you can search 3rd party plugins if language/framework not supported out of box.
Comments
Post a Comment