<Method name="getInputStreamOnFont"/>
<Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
</Match>
- <Match>
- <Class name="org.apache.fop.hyphenation.HyphenationTreeCache"/>
- <Method name="constructUserKey"/>
- <Bug pattern="RV_RETURN_VALUE_IGNORED"/>
- </Match>
<Match>
<Class name="org.apache.fop.afp.AFPResourceLevel"/>
<Method name="equals"/>
String userKey = null;
if (hyphPatNames != null) {
String key = constructLlccKey(lang, country);
- key.replace('_', '-');
+ key = key.replace('_', '-');
userKey = (String) hyphPatNames.get(key);
}
return userKey;
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Code" dev="GA" type="fix" fixes-bug="53458" due-to="Dieter von Holten">
+ Fix incorrect language and country code key generation in hyphenation tree cache.
+ </action>
<action context="Images" dev="GA" type="fix" fixes-bug="53431" due-to="Luis Bernardo">
Fix incorrect SVG line dash pattern with PDF output format.
</action>