
|
If you were logged in you would be able to see more operations.
|
|
|
XFire
Created: 25/Nov/05 06:50 AM
Updated: 04/Dec/05 09:26 AM
|
|
| Component/s: |
Aegis Module
|
| Affects Version/s: |
1.0-M6
|
| Fix Version/s: |
1.0-M6
|
|
|
A nil value in a mesasge results in an instantiated object.
org.codehaus.xfire.aegis.type.basic.BeanType is not symmetric with the respect to null/nil values.
See attachment for a patch that fixes this problem.
|
|
Description
|
A nil value in a mesasge results in an instantiated object.
org.codehaus.xfire.aegis.type.basic.BeanType is not symmetric with the respect to null/nil values.
See attachment for a patch that fixes this problem. |
Show » |
|
I forgot to remove the comment (line 83-84 in CVS) when refactoring to always test for nil values, though. Shouls be removed, as wrong documentation is worse than no documentation!