UAST
Use 'PsiType#equals(Object)' with primitive types
Warning
Reliability
New
Last modified: 03 December 2024 Reports comparing PsiPrimitiveType
instances using ==
.
Primitive types should be compared with equals
as Java 8 type annotations are also applicable for them.
Replace with equals()
call.
- 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.
UsePrimitiveTypes
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Plugin DevKit, 243.23126 |
Thanks for your feedback!
Was this page helpful?