kit-sdq-emf-refactor-fork / edu.kit.ipd.sdq.emf.refactor

These projects extend EMF Refactor by smell detections that have been transfered from object orientation to metamodeling.
Eclipse Public License 1.0
0 stars 0 forks source link

Fix the Detection of Dead Classes #4

Closed MishaStrittmatter closed 5 years ago

MishaStrittmatter commented 5 years ago

See my drawing :)

aminekechaou commented 5 years ago

Fixed for EClass. Do you think the implementation for EEnum ist buggy as well?

MishaStrittmatter commented 5 years ago

Thank you. The Dead Enum detection should be fine. There is no inheritance between enums and nothing like containments or root containers. The only way to use them is in attributes of classes. So the implementation should be straight forward and easy to test, which I will do.