Andy Seaborne created JENA-1699:
-----------------------------------
Summary: PrefixMapStd.delete does not clar the abbreviation map.
Key: JENA-1699
URL: https://issues.apache.org/jira/browse/JENA-1699
Project: Apache Jena
Issue Type: Task
Components: RIOT
Affects Versions: Jena 3.10.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Fix For: Jena 3.11.0
Example:
{code}
PrefixMap pmap = PrefixMapFactory.create();
pmap.add("ex", "http://example/");
pmap.delete("ex");
String x = pmap.abbreviate("http://example/s");
// "x" is ":s", not null, for can't abbreviate.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)