|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Constructors | |
---|---|
org.owasp.esapi.reference.AbstractAccessReferenceMap(Set
This constructor internally calls the abstract method AbstractAccessReferenceMap.getUniqueReference() . Since this is a constructor, any
subclass that implements getUniqueReference() has not had it's
own constructor run. This leads to strange bugs because subclass
internal state is initializaed after calls to getUniqueReference()
have already happened. If this constructor is desired in a
subclass, consider running AbstractAccessReferenceMap.update(Set) in the subclass
constructor instead. |
|
org.owasp.esapi.reference.AbstractAccessReferenceMap(Set
This constructor internally calls the abstract method AbstractAccessReferenceMap.getUniqueReference() . Since this is a constructor, any
subclass that implements getUniqueReference() has not had it's
own constructor run. This leads to strange bugs because subclass
internal state is initializaed after calls to getUniqueReference()
have already happened. If this constructor is desired in a
subclass, consider running AbstractAccessReferenceMap.update(Set) in the subclass
constructor instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |