Actions
Bug #2057
closedRemove warning du to bad import/variable not used in stringtemplate clases
Status:
Released
Priority:
3
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
String template classes are generated but weren't ever correctly cleaned.
That leads to a lot of warning like:
- The value of the local XXXX is not used
- The import XXX is not used.
Clean them up to remove warning.
Actions