Some code improvements.Use Map.Entry instead of looking up the value. Add if (log.isDebugEnable()) {} clausule to cycles generating log.debug() info. Use StringBuffer() instead of String() in cycles. Don't use new String() instead use an empty string. Add final keyword to some static variables. And other small improvements. |