It looks that there is problem with Javadoc attachment in Helios.
It's very slow for some methods (View.saveHierarchyState
(SparseArray<Parcelable> container), for instance
this method is searched again and again when CA some view's method.
Settings Javadoc to null fixes the issue (you haven't javadoc, of
course, but CA works correctly).
Unfortunately, because of bug in Android classpath container it isn't
possible to change javadoc attachment.
I have created http://code.google.com/p/android/issues/detail?id=14017

I will try to find better workaround (something without excluding
Javadoc)

Regards,
Peco

> I am using classic Helios 3.6.1 with ADT 8.0.1 so both issues should
> be resolved.
>
> An easy way to replicate the issue is to get code assist with a
> partial entry having several possibilities, such as:
>
> WebView web;
>
> ...
>
> web.g <ctrl-space>
> I then wait 30 seconds to two minutes.
>
> I have tried in a fresh project and a production project, both with
> the same result.
>
> I verified that I do have some components of WTP but JAX-WS proposals
> are not listed on the list. These appear to be bundled for XML
> editing.
>
> On Jan 11, 7:34 am, snpe <snp...@gmail.com> wrote:
>
> > There are two problems related to code assists with ADT and Helios.
>
> > 1) ADT problem related to classpath container described 
> > onhttp://code.google.com/p/android/issues/detail?id=7850#c7
> > It is fixed in ADT 8.0.x
>
> > 2) problem with WTP Webservices context assist.  
> > Seehttps://bugs.eclipse.org/bugs/show_bug.cgi?id=317979
> > It isn't related to ADT.
> > Workaround
> > Open Window>Preferences>Java>Editor>Content Assist>Advanced
> > and disable JAX-WS Proposals
> > This issue is fixed in current WTP
>
> > Could you provide test case if this doesn't help ?
>
> > Regards,
> > Peco
> > On Jan 8, 12:31 am, Dan <king...@gmail.com> wrote:
>
> > > After upgrading to ADT 8.0.1 with Eclipse Helios (3.6.1) I am still
> > > getting freezes with code assist. Does anyone have any ideas to fix or
> > > is this still a bug?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to