Description
I noticed there are some apparently unnecessary methods in both SimpleNode and OgnlRuntime.
I've created a patch which removes them, and the unit tests still run fine.
One of the methods was clearly buggy and would cause ClassCastExceptions if used (it put an array into a cache which was used to also store Maps).