Kirby
Kirby

Reputation: 15875

disable IntelliJ backward analysis

I've enabled some Inspection in IntelliJ IDEA that is now causing a lengthy backward analysis. Do you know which inspections cause this? Thanks

Upvotes: 4

Views: 244

Answers (1)

Uddhav Kambli
Uddhav Kambli

Reputation: 448

You probably checked the Declaration Redundancy -> Unused libraries option. That always triggers backward analysis for me usually leading to an OutOfMemoryError situation.

Upvotes: 2

Related Questions