Anyone else getting an influx of false positive er...
# intellij
s
Anyone else getting an influx of false positive errors and high CPU usage when editing Kotlin in IDEA? Doesn't happen for my Java projects. None of these errors are actually there and I can build and run fine.
Sometimes these spike my CPU to 100% also
a
What is the error on your data class? Could you please attach your
idea.log
(
Help|Show log
)? Thanks
s
Sorry this was from yesterday, when it happens next I shall attach logs. I see a lot of people complaining about this, so I'm surprised it's not easily reproduced.
a
In data class, it looks like you have parsing error which means that you probably experience problems with project configuration. Anyway, never saw such complaints before, sorry
s
hmm that's interesting because this happens pretty much every day, I have to restart my IDE or clear caches to resolve it or just ignore it
a
Next time you see that, please attach your idea.log and check the exact error message. I am not sure about another error with nullability, it would be nice to see an error over comma and on
type
argument.