[ 
https://issues.apache.org/jira/browse/AXIOM-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598413#comment-13598413
 ] 

Hudson commented on AXIOM-449:
------------------------------

Integrated in ws-axiom-trunk #1440 (See 
[https://builds.apache.org/job/ws-axiom-trunk/1440/])
    AXIOM-449, AXIOM-450: Deprecated the ByteSearch class and moved it to 
axiom-compat. With the changes in AXIOM-326 it is no longer used. (Revision 
1454928)

     Result = SUCCESS
veithen : 
Files : 
* 
/webservices/axiom/trunk/modules/axiom-api/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java
* 
/webservices/axiom/trunk/modules/axiom-compat/src/main/java/org/apache/axiom/attachments/utils
* 
/webservices/axiom/trunk/modules/axiom-compat/src/main/java/org/apache/axiom/attachments/utils/ByteSearch.java

                
> skipSearch bug
> --------------
>
>                 Key: AXIOM-449
>                 URL: https://issues.apache.org/jira/browse/AXIOM-449
>             Project: Axiom
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.2.14
>            Reporter: David
>
> On line 86 of ByteSearch.java, it looks like the expression should be:
> k >= start;
> rather than:
> k <= start;
> since the array is looping backwards and should finish once it reaches start.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to