OGNL-38 - Remove JDK1.5 checking since OGNL now requires >=JDK1.5.
The isJdk15() method is now deprecated.
Variable naming (don't use acronyms.
getPointerString(int) now uses StringBuilder instead of StringBuffer.
getUniqueDescriptor(Object, boolean) now uses StringBuilder instead of StringBuffer.
package private method findType() unused to removed.
Simplify getMethods(Class<?>,boolean) with ternary.
getStaticField(OgnlContext,String,String) test CONSTANT.equals(variable) and remove JDK1.5 conditionals.
A lot of variable naming!


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/ognl/trunk@1198670 13f79535-47bb-0310-9956-ffa450edef68
1 file changed