Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JDT weaving features

Revision as of 20:33, 2 December 2008 by Andrew.eisenberg.as (Talk | contribs) (Introduction)

Starting with version 1.6.2, AJDT will be shipped with the JDT weaving plugin. This plugin uses Equinox Aspects to weave into JDT (more specifically, the org.eclipse.jdt.core, org.eclipse.jdt.ui, and org.eclipse.jdt.debug.core plugins).

This provides an opportunity for deep integration with Eclipse in ways that were not possible before. This release introduces the following features:

  • ITD-aware content assist
  • ITD-aware type hierarchies
  • ITD-aware reconciling/eager parsing
  • Ablity to search for aspect elements using standard Java search and Open Java type

Back to the top