Skip to content

Document and test status quo for AnnotatedElementUtils [SPR-11514] #16139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
spring-projects-issues opened this issue Mar 4, 2014 · 1 comment
Closed
4 tasks done
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Mar 4, 2014

Sam Brannen opened SPR-11514 and commented

Status Quo

The public methods and internal algorithms in AnnotatedElementUtils are currently poorly documented or not documented at all. Furthermore, there are practically no regression tests in place to verify the current behavior.

Deliverables

  1. Document "get vs. find" semantics in the class-level Javadoc as well as for each public method.
  2. Document all public methods in AnnotatedElementUtils.
  3. Document internal search algorithms within AnnotatedElementUtils and rename methods, variables, etc. as necessary to make the intent clear.
  4. Test all public methods in AnnotatedElementUtils.

Affects: 4.0 GA

Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

Sam Brannen commented

AnnotatedElementUtils is now fully documented and fully tested!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants