Actions
Bug #11281
closedRemoving trailing spaces from generic methods metadata
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
trailing spaces are read from generic methods metadata and added in their value
let's say you have
@class_prefix test_metadata
The class prefix will be:
test_metadata
Everything seems right ?? Don't you see the trailing space at the end of the line and the class prefix ?
Generated class will be:
test_metadata _value_I_put_in_editor
instead of
test_metadata_value_I_put_in_editor
Actions