79773900

Date: 2025-09-24 15:14:47
Score: 1.5
Natty:
Report link

I found what was the issue.
This controller: controllers/xyz/UserController; in the constructor has ~ 10 service classes. I was removing them 1 by 1 and trying to compile. When the problem disappear and I saw normal compilation error, I found that in this 1 service class is missing import from jetbrains lib:

"org.jetbrains" % "annotations" % "23.0.0",

after adding this, problem disappear. Adding comment, maybe someone will have similar problem.

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): have similar problem
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: tostao