|
[
Permalink
| « Hide
]
Francis Varga added a comment - 27/Oct/10 06:53 PM
right
We all know event name is now enough to create unique event type.
${enclosing_package_and_type} may be useful if there are few events classes with the same Name, but located in different packages (it's time to think about refactoring). Personally I would just add ${enclosing_type}, because I believe it's enough to create unique event type and it's just more useful than ${enclosing_package_and_type} ex. adding ${enclosing_package_and_type} will be problematic when you do the refactor - each move your class to another package you'll have to manually updated event types. so my proposal is: Nice info Panel. Thanks
|
||||||||||||||||||||||||||||||||||||||||||||||||