java.lang.IllegalArgumentException: Argument for @NotNull parameter 'aClass' of com/intellij/psi/impl/PsiElementFactoryImpl.createType must not be null
at com.intellij.psi.impl.PsiElementFactoryImpl.$$$reportNull$$$0(PsiElementFactoryImpl.java)
at com.intellij.psi.impl.PsiElementFactoryImpl.createType(PsiElementFactoryImpl.java)
at com.github.braisdom.objsql.intellij.ObjSqlPsiAugmentProvider.createParameterType(ObjSqlPsiAugmentProvider.java:170)
at com.github.braisdom.objsql.intellij.ObjSqlPsiAugmentProvider.createParameterType(ObjSqlPsiAugmentProvider.java:158)
at com.github.braisdom.objsql.intellij.QueryMethodBuilder.buildPagedQuery(QueryMethodBuilder.java:80)
at com.github.braisdom.objsql.intellij.QueryMethodBuilder.buildMethod(QueryMethodBuilder.java:18)
at com.github.braisdom.objsql.intellij.ObjSqlPsiAugmentProvider$ObjSqlCachedValueProvider.lambda$compute$0(ObjSqlPsiAugmentProvider.java:102)
at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:111)
at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:42)
at com.github.braisdom.objsql.intellij.ObjSqlPsiAugmentProvider$ObjSqlCachedValueProvider.compute(ObjSqlPsiAugmentProvider.java:96)
at com.intellij.psi.util.CachedValuesManager$1.compute(CachedValuesManager.java:153)
at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:54)
at com.intellij.util.CachedValueBase.lambda$getValueWithLock$1(CachedValueBase.java:235)
at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:111)
at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:42)
at com.intellij.openapi.util.RecursionManager.doPreventingRecursion(RecursionManager.java:68)
at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:236)
at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:43)
at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:78