August 6th, 2007
그지같은 메소드 URLConnection.setDefaultUseCaches()

URLConnection.setDefaultUseCaches(boolean cache)는 instance method이다.
그런데 내부 구현을 보면 static field에 값을 세팅하고 끝이다.
그럼 static method로 만들어 놨어야 할꺼 아니야!!
P.S) on Bug parade
