"Property cannot be null" should cite which property
----------------------------------------------------
Key: AXIS2-4411
URL: https://issues.apache.org/jira/browse/AXIS2-4411
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: codegen
Affects Versions: 1.5
Environment: sunjdk1.5, vista
Reporter: Ralf Hauser
in the generated
public void serialize(final javax.xml.namespace.QName parentQName,
final org.apache.axiom.om.OMFactory factory,
org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
throws javax.xml.stream.XMLStreamException,
org.apache.axis2.databinding.ADBException{
method, the null-pointer check should say which property (name!) was null
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.