in src/main/org/apache/ant/props/StaticPrefixedEvaluator.java [64:70]
protected String getRequiredPrefix() {
String result = getPrefix();
if (result == null) {
throw new IllegalStateException("prefix unset");
}
return result;
}