Inspectopedia
 
2024.3

API must already be removed

Error
Sanity
New
Last modified: 03 December 2024

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.