Reputation: 15875
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
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