Upsource 2017.1 Help

Displaying code inspections in files

Upsource provides server-side code intelligence with its built-in static analysis engine. It supports Java, JavaScript, and Kotlin projects that use IntelliJ IDEA, Maven, or Gradle as their build system. PHP is also supported, but only with the IntelliJ IDEA build system.

The static inspections detect serious compiler and runtime errors as well as less severe issues like typos or dead code, and instantly provide you with detailed information on each occurrence.

Code inspections are available in all views.

The validation side bar to the right displays a green, red or yellow box on its top depending on whether the code:

green is okay

yellow contains warnings

red contains errors

inspect1

This bar also displays active red and yellow navigation stripes that let you jump exactly to the erroneous code and show you details on each error or warning:

inspect2
Last modified: 13 July 2017