ECLIPSE: How to Disable "Google Java Indexer"

I recently installed the Eclipse CodePro plugin. He received many small functions, such as complexity analysis, etc. However, I also noted that my Eclipse has slowed down and all operations are often blocked by the Google Java Indexer task. I tried to take a look at the CodePro options, but couldn't find an option to kill this task while completing my task. At least which CodePro plugin launches this annoying thing, so I can remove it.

+4
source share
1 answer

Click on your project → properties (or alt + enter) → click "Builders" → Uncheck which builder you do not want.

+1
source

All Articles