Bug 30794 - Provide access to extension points and attribute/element/extensions/text methods in IntrospectionHelper
Summary: Provide access to extension points and attribute/element/extensions/text meth...
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.6.2
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.6.3
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 01:39 UTC by Dominique Devienne
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments
Patch to IntrospectionHelper and its unit test (42.40 KB, patch)
2004-08-23 01:40 UTC, Dominique Devienne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Devienne 2004-08-23 01:39:36 UTC
IntrospectionHelper did not provide access to the new Ant 1.6+ extension 
points. It also did not provide access to the actual method used to 
set/add/create an attribute/element/extension point/text, which is necessary 
to link an attribute/element with the corresponding method Javadoc in the 
source.

This patch provides the added functionality, fully unit tested. Also tests the 
sorting of extension points with the most derived ones first in the list. --DD
Comment 1 Dominique Devienne 2004-08-23 01:40:16 UTC
Created attachment 12508 [details]
Patch to IntrospectionHelper and its unit test
Comment 2 peter reilly 2004-08-23 13:48:01 UTC
Commited