Kostya,

IMO, there isn't bug in Eclipse for the problem related with Javadoc
attachment. I can reproduce them when using javadoc from master AOSP
(I have trying CA for TextView.setText()).
It's possible that it isn't correct Javadoc, but it's bug in Helios
still - Helios doesn't handle correctly missing Javadoc.
For instance, if some method doesn't have Javadoc, Helious search
Javadoc contents for this method over and over again.
I suppose that we have create a new Eclipse bug.

Peco

PS
I have created https://review.source.android.com/#change,20460 that
enables removing Javadoc in Android classpath container.

On Jan 14, 8:45 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Peco,
>
> Thanks for the info regarding Javadoc. I uninstalled Documentation for
> Android SDK using the SDK/AVD Manager and code assist does not freeze
> anymore.
>
> Would be nice to get Javadoc in CA back at some point, but for me, it's not
> critical.
>
> You say that it looks like a problem in Helios - is there a bug for this in
> Eclipse's tracker?
>
> -- Kostya
>
> 2011/1/14 snpe <snp...@gmail.com>
>
> > 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 createdhttp://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<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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