Reported when a source file is located in a path that does not match 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.