andytanoko / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Refactor org.owasp.esapi.ESAPI class #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Refactor out common code in org.owasp.esapi.ESAPI class to simplify it.
Common code moved to the new generic class org.owasp.esapi.util.ObjFactory<T>.

ESAPI class now uses generics so will no longer compile with JDK 1.4.

NOTE: This issue is already completed and is for tracking purposes only.

Original issue reported on code.google.com by kevin.w.wall@gmail.com on 6 Nov 2009 at 11:05

GoogleCodeExporter commented 8 years ago

Original comment by kevin.w.wall@gmail.com on 7 Nov 2009 at 4:41