
| Key: |
WET-223
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Sowmyashree
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WET
Created: 11/Sep/06 02:24 AM
Updated: 18/Jun/07 10:20 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.9.8_beta1,
0.9.8 Final
|
| Fix Version/s: |
Future
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The Transaction.DeleteParameter(int index ) deletes even the last element along with the parameter to be removed ..
Steps ::
Create a transaction object .
Add around 5 parameters through AddParameter(int key, String value)
Now try to remove any element other than the last element ..
For example ::
transactionObject. DeleteParameter(2) ,
This statement deletes the parameter at index 2 .
But along with that it also Deletes the last Parameter ..
Result of execution::
The parameter at index 2 is set to null.
But the last parameter is removed from the parameters list
|
|
Description
|
The Transaction.DeleteParameter(int index ) deletes even the last element along with the parameter to be removed ..
Steps ::
Create a transaction object .
Add around 5 parameters through AddParameter(int key, String value)
Now try to remove any element other than the last element ..
For example ::
transactionObject. DeleteParameter(2) ,
This statement deletes the parameter at index 2 .
But along with that it also Deletes the last Parameter ..
Result of execution::
The parameter at index 2 is set to null.
But the last parameter is removed from the parameters list
|
Show » |
|