Bug 51701 - CallTarget's attributes should be accessible
Summary: CallTarget's attributes should be accessible
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.8.2
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 11:37 UTC by Christian
Modified: 2011-10-29 11:34 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian 2011-08-22 11:37:43 UTC
Either by setting the task attributes to protected or by publishing getter methods.
Comment 1 Stefan Bodewig 2011-10-28 14:00:01 UTC
All of them?

The attributes should not become protected, getters would be OK.
Comment 2 Christian 2011-10-29 11:34:10 UTC
(In reply to comment #1)
> All of them?

Why not, yes. But especially the callee attribute.