Abnaxos / meldioc

A prototype of an IoC (Inversion of Control) library for Java
MIT License
5 stars 1 forks source link

IDEA plugin: Model initialization recursion detected on type PsiType:BaseParamBuilder #103

Open Abnaxos opened 2 years ago

Abnaxos commented 2 years ago

In later versions of IDEA, an exception occurs occasionally: java.lang.IllegalStateException: java.lang.IllegalStateException: Model initialization recursion detected on type PsiType:BaseParamBuilder. This didn't happen before, so it's probably caused by some recent change in IDEA.

Last observed in IDEA IC-213.7172.25 (2021.3.3).

Abnaxos commented 2 years ago

Not sure if it's fixed. I did find a multithreading problem that might cause such effects and fixed it. But since it's hard to reproduce, it's also hard to check whether it's actually fixed. Didn't see it anymore for quite a while, though.

Abnaxos commented 2 years ago

Still happening