1

After I enabled AspectJ nature in my SpringBoot project the CTRL + click shortcut doesn't work. When I try to use F3 I get error: Error after using F3 CTRL + click or F3 works only on class field names (can't click class field type) or constructors. Problem is solved when I click on project -> AspectJ Tools -> Remove AspectJ Capability. This is my STS and AJDT version:

Spring Tool Suite 

Version: 3.7.3.RELEASE
Build Id: 201602251025
Platform: Eclipse Neon (4.6)

enter image description here

Iwo Kucharski
  • 3,735
  • 3
  • 50
  • 66

1 Answers1

3

That was a problem when the AJDT version inside STS was still purely mars based. There is a new AJDT version more compatible with neon available from this update site: http://download.eclipse.org/tools/ajdt/46/dev/update

If you update from there, the problem should be addressed. And that will be folded into the next STS.

Andy Clement
  • 2,510
  • 16
  • 11
  • Perfect! Thanks for your response. It's correct to assume that, in general, error with `NameEnvironmentAnswer` are related to wrong version of plugin (not compatible with eclipse version)? – Iwo Kucharski Apr 08 '16 at 06:24
  • 2
    It just happened to be `NameEnvironmentAnswer` in this case, but it could be anything in the eclipse platform changing that leaves us incompatible. Ideally we should have caught this even sooner and fixed it before release but didn't - we'll try harder next time! – Andy Clement Apr 08 '16 at 17:18