Issue 7: To satisfy task 5 add some additional variables to fields
Project Member Reported by wmly...@gmail.com, Apr 9, 2009
Add following fileds:

1. list of all property accessors in the property chain : 
<code>List<String> propertyAAccessorNames</code>

2. list of all property mutators in the property chain
<code>List<String> propertyAMutatorNames</code>

3. list of all types in the property chain
<code>List<String> propertyATypeNames</code>

Apr 9, 2009
Project Member #1 wmly...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement