Eclipse is very slow when using Code Assist (org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer)

Can you guess what is going on?

I created a client stub using Eclipse WTP [Axis2], and while the client is working, I make Eclipse work very slowly when it tries to use Code Assist, that is, click the dot to get a list of methods, there is up to 30 seconds of workstation freezing.

eclipse.buildId = M20090917-0800 java.version = 1.6.0_15 java.vendor = Sun Microsystems Inc. BootLoader constants: OS = win32, ARCH = x86, WS = win32, NL = ru_RU Framework arguments: -product org.eclipse.epp.package.jee.product Command line arguments: -os win32 -ws win32 -arch x86 -product org .eclipse.epp.package.jee.product

Attention Fri Jan 22 16:40:51 MSK 2010 The component "org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer" from the plug-in "org.eclipse.mylyn.java.ui" did not work normally. The extension took too long to return from the computeCompletionProposals () operation.

+3
source share
5 answers

Good for those interested: the only solution I found was to return to Ganymede (the latest version today is Galileo 3.5.1).

I tried Galileo Classic and Galileo 3.5.1 Java EE, both recently downloaded and not working with this project. Eclipse freezes and uses 100% of the CPU resources.

Ganymede works great.

+1
source

mucking eclipse.ini XXMaxPermSize 512M. :

MaxPermSize , , , .

, . , Eclipse / Content Assist thrashes, .

+3

. , VM, . , - , . JAR . .

+2

. ​​ . , .

+1

Mylyn , Mylyn : → → →

.

0

Source: https://habr.com/ru/post/1729570/


All Articles