It gets even more interesting:

When using a decompiler on class Property helper, hm i get the following:

/* 155*/ for(Iterator kI = props.keySet().iterator(); kI.hasNext(); props.put(key, value)) {

/* 157*/            key = (String)kI.next();

/* 159*/            value = props.getProperty(key);

/* 161*/            value = replace(value, props, settings);
               }
           }
}

and yes, line number 163 has just one curly brace in it, not a really god candidate for a null pointer...

Søren Krum

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to