On Thu, Nov 11, 2010 at 12:44 AM, Andrew Eisenberg <and...@eisenberg.as> wrote:
> The problem that you are seeing is coming about because we have changed the
> handle identifiers for aspect elements in 2.1.1.  Handle identifiers are a
> way to uniquely identify a Java or Aspect element using a string.
> Although the new handle identifier scheme is self-consistent and is working,
> the problem is that some of the old identifiers are cached in the .plugins
> folder in your workspace.  And these old identifiers are not compatible with
> the new identifier tokenizer.  I think the only way to get rid of this stack
> overflow is to delete some or all of your cache.
> 1. go to your workspace/.metadata/.plugins/org.eclipse.jdt.ui folder
> 2. make a backup copy of OpenTypeHistory.xml (just in case)
> 2. Edit OpenTypeHistory.xml
> 3. remove all sub-elements of the typeInfoHistroy (sic) root element

Didn't work for me. Another (the right one?) to edit (or just delete)
seems to be in org.eclipse.ajdt.ui. That worked.

Holger
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to