COBCH1882S Type name does not correspond to source file name and location

Reported when a source file is located in a path that does not matche the package name parts of the top level type. For example, MyClass.cbl is located at com\microfocus\example\MyClass.cbl and the top level type package is declared as:

       class-id com.microfocus.notmatchingpart.MyClass public.
       end class.