java - Perform code analysis in IntelliJ IDEA -


when start commit changes vcs, following commit dialog appears.

screenshot of intellij commit dialog

i checked option 'perform code analysis'. if press commit, code analysis starts, , when finished following dialog view results of analysis:

screenshot of code analysis result

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

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

Listeners to visualise results of load test in JMeter -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -