Inspectopedia Help

API must already be removed

Reports declarations marked with @ApiStatus.ScheduledForRemoval that should have been removed in the current version of the declaring library.

It compares the specified scheduled removal version with the version that you can set below.

Specify the version as a string separated with dots and optionally postfixed with alpha, beta, snapshot, or eap.

Examples of valid versions: 1.0, 2.3.1, 2018.1, 7.5-snapshot, 3.0-eap.

Version comparison is intuitive: 1.0 < 2.0, 1.0-eap < 1.0, 2.3-snapshot < 2.3 and so on. For detailed comparison logic, refer to the implementation of VersionComparatorUtil.

Inspection options

Option

Type

Default

Current version

String

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Java, 233.SNAPSHOT

Last modified: 13 July 2023