Inspectopedia Help

Properties files

Duplicate property   New in this release

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

Inconsistent resource bundle   New in this release

Reports problems in the properties files contained in the resource bundle.

Missing message format parameter   New in this release

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

Properties file or resource bundle is alphabetically unsorted   New in this release

Reports alphabetically unsorted resource bundles or .properties files.

Property key/value delimiter doesn't match code style settings   New in this release

Reports properties in which key or value delimiters do not match code style settings.

Suspicious resource bundle locale languages   New in this release

Reports locales with language codes that are not supported by Java.

Three dot characters instead of the ellipsis   New in this release

Reports three "dot" characters which are used instead of the ellipsis character for UTF-8 properties files.

Trailing spaces in property   New in this release

Reports properties whose keys or values end with a whitespace.

Unused property   New in this release

Reports properties that are not referenced outside of the .properties file they are contained in.

Last modified: 11 September 2024