Skip to content

Add the missing Javadoc for the Validator interface #674

@kwwall

Description

@kwwall

Most of the methods are missing detailed Javadoc for the parameters for the org.owasp.esapi.Validator interface, yet they are present for many of the implementation methods in org.owasp.esapi.reference.DefaultValidator.

This should be fixed. Generally the implementation classes (in this case, the DefaultValidator class) should just use the {@inheritDoc} construct and inherit documentation from their interfaces rather than providing their own unless they are imposing a change in the semantics or the programming contract (which they really should NOT be doing).

Mostly, I think we can just clean this up by moving most of the DefaultValidator Javadoc back up to the Validator interface.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions