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
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
e.g. if you com.intellij:annotations and org.jetbrains:annotations in the classpath
For some reason the types that end up in the imports collection get an annotation of org.jetbrains.NotNull added to them and then CtTypeInformation.getQualifiedName() outputs the type name with the annotation embedded within it, breaking the compile.
The text was updated successfully, but these errors were encountered:
e.g. if you com.intellij:annotations and org.jetbrains:annotations in the classpath
For some reason the types that end up in the imports collection get an annotation of org.jetbrains.NotNull added to them and then CtTypeInformation.getQualifiedName() outputs the type name with the annotation embedded within it, breaking the compile.
The text was updated successfully, but these errors were encountered: