Actions
Bug #7214
closedUser story #7182: Deprecate methods that should never be used
Do not consider 'deprecated' as a mandatory generic methods metadata
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Since we added deprecated attribute for generic methods, parsing method fails on methods that are not deprecated.
This is because parsing method always check if deprecated parameter is present.
This parameter should not be checked
Actions