I20240620-0440
* Fix adding null annotation to qualified type of parameter - fix NullAnnotationsRewriteOperations.ParameterAnnotationRewriteOperation to check for a SimpleType with qualified name or a NameQualifiedType and end up with a NameQualifiedType with the new annotation added - add new tests to NullAnnotationsQuickFixTest - fixes #1462