Parent resources fallback for strings drops format arguments.

Description

The BaseResources.getOptionalString(final String key, final Object... arguments) implementation does not pass along formatting arguments if a string is not found in the present resources. This means that string resource message formatting works for direct resources but not if the resources have to fall back to some parent resources (such as for a parent class).

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 24, 2016 at 2:42 PM
Updated August 24, 2016 at 4:06 PM
Resolved August 24, 2016 at 3:23 PM