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

Difference between revisions of "JDT weaving features"

(Just a start)
 
(Introduction)
Line 1: Line 1:
More soon.
+
Starting with version 1.6.2, AJDT will be shipped with the '''JDT weaving plugin'''.  This plugin uses [http://www.eclipse.org/equinox/incubator/aspects/index.php 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''

Revision as of 20:33, 2 December 2008

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.