Built-in Upgrade Compatibility Tool

The built-in Upgrade Compatibility Tool aims to achieve the same issues coverage as original Adobe Commerce Upgrade Compatibility Tool. There are three types of inspections covered by this MVP version:

For a complete list of inspections, refer to Upgrade Compatibility Tool error messages.

This feature can be used in three different ways, from the user's point of view:

It was developed with an aim to use IntelliJ IDEA in the most effective way. So, inspections that are running during the code analysis can alternatively be enabled in the inspections settings Preferences -> Editor -> Inspections -> UCT:

UCT inspections settings

It allows you to see the problematic code just in real time, without running it intentionally during code writing or file viewing. The result of the real time inspection is most suitable for use during development, to be always compatible with future versions:

UCT inspections highlighting UCT inspections highlighting 2 UCT inspections highlighting 3 UCT inspections highlighting 4

The second IntelliJ IDEA tool that we can use for running UCT inspections is called Inspect Code. It is available under menu item Code -> Inspect Code. Also, you can open a context menu under the target directory that allows IntelliJ IDEA to populate the path to analyze for you automatically:

Run inspect code from context menu

By calling the Inspect Code action from the context menu, the Inspection Scope will be populated for us automatically. The last thing to configure here is Inspection Profile. By default, there will be the Project Default profile with all inspections that are not connected to our goal.

UCT IntelliJ IDEA based analysis configuration

You can create a new profile with the only UCT inspections enabled (for further information read here):

UCT inspections profile

For this inspection type you do not need to have UCT inspections enabled for your project. The result of this inspection is most suitable for code refactoring when eliminating problematic code:

UCT analysis through IntelliJ IDEA inspect code action

The most powerful inspection type is the execution of compatibility inspections in a run tool window with the familiar output as in the original Adobe Commerce Upgrade Compatibility Tool.

Advantages from using this inspection:

Before using it, you should configure the built-in UCT in a same way to the CLI Run Configuration. All fields, as above, are described in the Upgrade Compatibility Tool Run Configuration section and are more detailed in the official documentation.

Go to the UCT configuration dialog Tools -> Configure The Upgrade Compatibility Tool and configure it as required:

UCT settings

After this, you can run this tool at any time you require by using Tools -> Run The Upgrade Compatibility Tool:

Run the built-in UCT

For this inspection type you do not need to have UCT inspections enabled for your project, but it is easier to see the problems in the file after navigating to it.

data-variant=warning
data-slots=text
Keep in mind, that for all inspection types the target version (coming version) is configured in the built-in UCT configuration dialog Tools -> Configure The Upgrade Compatibility Tool. This is also applicable for the other selected configurations on the screenshot below:

Shared configurations for all inspection types