When use a @args as pointcut, there is case that occur a NPE at calling the unrelated method [SPR-13102] #17693
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Kazuki Shimizu opened SPR-13102 and commented
I used a
@args
as PCD(Point Cut Designator), there is case that occur a NPE at calling the unrelated method.if all of following cases are matched, NPE are occurs.
@args
.For example:
Target Class
Aspect
JavaBean(TDO)
Test Case
Affects: 3.2.13, 4.1.6
Issue Links:
Backported to: 3.2.14
The text was updated successfully, but these errors were encountered: