I20251022-1400
- modify WrittenNamesFinder to add a QualifiedName visit method that preempts calls to the SimpleName visitor - modify the lists of names to use Name instead of SimpleName - this solves the problem of an external binary package name being resolved a segment at a time which may result in a recovered binding - fixes #2547