- Add computeFullyQualifiedName(INamedElement element, boolean...
- Add computeFullyQualifiedName(INamedElement element, boolean includeTopLevel) that allows to skip the top-level of a name (the FileProject in AF3) - The behavior of computeFullyQualifiedName(INamedElement element) is preserved to include the name of the top-level element - Change implementation of computeFullyQualifiedName() and computeRelativeName() to use the a StringBuilder and the prependName() helper method
Please register or sign in to comment