Back to Intellij Community

DuplicatePropertyInspection

plugins/properties/properties-psi-api/resources/inspectionDescriptions/DuplicatePropertyInspection.html

2025.3-rc-2255 B
Original Source

Reports duplicate property keys with different values, duplicate keys, or duplicate property values.

Example:

property1=value;
property2=value;

The Options list allows selecting the area in which the inspection should search for duplicates.