Forward compatibility
Reports Java code constructs that may fail to compile in future Java versions.
The following problems are reported:
Uses of
assert
,enum
or_
as an identifierUses of the
var
,yield
, orrecord
restricted identifier as a type nameUnqualified calls to methods named
yield
Modifiers on the
requires java.base
statement inside ofmodule-info.java
Redundant semicolons between import statements
Example:
Fixing these issues timely may simplify migration to future Java versions.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ForwardCompatibility- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |