in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug
in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug
2 participants
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
Zoltan Farkas opened SPR-11306 and commented
Bad type comparison in
At line 132
This comparison will never be true since paramType class is not the same sa superClass class:
and
This issue was highlighted by findbugs.
Affects: 3.2.6, 4.0 GA
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered: