-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Some artefacts in the implementation still use legacy names, mostly from former
master's theses. Examples include:
* The package structure in the plug-in org.archimetrix.deficiencydetection(.ui) still begins with org.reclipse.structure.inference.exetended. This should be refactored to match the plug-in name.
* The deficiency ranking is implemented in the package org.archimetrix.relevanceanalysis.badsmells. The term relevance analysis is now only used for the component relevance analysis and not for the deficiency ranking.
* The term bad smell is now replaced by deficiency in current publications. It is still used everywhere in the code.
Original issue reported on code.google.com by Markus.v...@googlemail.com on 25 Apr 2013 at 2:08