A class which uses inheritance, the metadata includes the inherited functions in itself and parent.
Description
A class which uses inheritance, the metadata includes the inherited functions in itself and parent. Adobe/Lucee do not alter the child’s metadata about the inherited functions. They remain in the extends portion. This makes both TestBox and WireBox fail with duplication since inherited methods are found in both the child’s metadata and the parent metadata.
Attachments
1
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
A class which uses inheritance, the metadata includes the inherited functions in itself and parent. Adobe/Lucee do not alter the child’s metadata about the inherited functions. They remain in the
extends
portion. This makes both TestBox and WireBox fail with duplication since inherited methods are found in both the child’s metadata and the parent metadata.