[
https://issues.apache.org/jira/browse/AXIS2C-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe resolved AXIS2C-293.
--------------------------------------
Resolution: Won't Fix
The string class model is used to some extent. But the full API should be
considered as a 2.x model.
> Introduce string object
> -----------------------
>
> Key: AXIS2C-293
> URL: https://issues.apache.org/jira/browse/AXIS2C-293
> Project: Axis2-C
> Issue Type: Improvement
> Components: util
> Affects Versions: Current (Nightly)
> Reporter: James Clark
>
> Doing all string manipulations using C-style strings is awkward and
> inefficient. It really helps to have an explicit length (in addition to a
> nul-terminator for compatibility with application code). Also it helps to
> have a separate string_buffer object that keeps track of the allocated size,
> so that appending n strings doesn't result in n-reallocations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]