Skip to content
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

javadoc - typo in Cglib2AopProxy [SPR-3208] #7894

Closed
spring-projects-issues opened this issue Feb 26, 2007 · 1 comment
Closed

javadoc - typo in Cglib2AopProxy [SPR-3208] #7894

spring-projects-issues opened this issue Feb 26, 2007 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Feb 26, 2007

Claus Ibsen opened SPR-3208 and commented

I was reading some of the jira changes about AOP and in #6924

There was a post to this source code:
http://springframework.cvs.sourceforge.net/springframework/spring/src/org/springframework/aop/framework/Cglib2AopProxy.java?revision=1.65&view=markup

#1:
I noticed a type in the javadoc for line 558
"Interceptor used specifcally for advised methods on a frozen, static proxy."

where specifcally is the typo. It should be: specifically

#2:
PS: On line 301 the hashmap is not initialized with a length
this.fixedInterceptorMap = new HashMap();

Could this be changed to:
this.fixedInterceptorMap = new HashMap(methods.length);


Affects: 2.0.2

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Thanks for spotting those!

Juergen

@spring-projects-issues spring-projects-issues added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 2.0.4 milestone Jan 11, 2019
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: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants