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.
Updated by François ARMAND about 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:edce693ca29b1298a9ecbc95d45d9c9fd338e825.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to Released
This looks valid
Actions