Back to Intellij Community

parameter {0} is not used

java/java-impl/resources/inspectionDescriptions/UnusedMessageFormatParameter.html

2025.3-rc-2228 B
Original Source

Reports properties values that look like java.text.MessageFormat format strings but do not use some the parameters of the {xx} kind.

Example:

# parameter {0} is not used
error.message=Something happened in line {1}