You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a bug in javac JDK-8229535 a TypeMirror for a missing class would be null instead of a TypeMirror with TypeKind#ERROR. Eclipse correctly returns a TypeMirror with TypeKind#ERROR
Due to a bug in javac JDK-8229535 a
TypeMirrorfor a missing class would benullinstead of aTypeMirrorwithTypeKind#ERROR. Eclipse correctly returns aTypeMirrorwithTypeKind#ERRORSee mapstruct/mapstruct#2056 as well.