[
https://issues.apache.org/jira/browse/LUCENE-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561315#comment-13561315
]
Robert Muir commented on LUCENE-4714:
-------------------------------------
new bug in intersectPrefixPaths:
ant test -Dtestcase=AnalyzingSuggesterTest -Dtests.method=testGraphDups
-Dtests.seed=1F9187993B8A9957 -Dtests.slow=true -Dtests.locale=zh
-Dtests.timezone=Etc/GMT-7 -Dtests.file.encoding=UTF-8
digging on this one now...
> more *Ref bugs in copyXXXX (maybe appendXXXX tooo)
> --------------------------------------------------
>
> Key: LUCENE-4714
> URL: https://issues.apache.org/jira/browse/LUCENE-4714
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-4714.patch, LUCENE-4714.patch, LUCENE-4714.patch
>
>
> {code}
> public void copyBytes(BytesRef other) {
> - if (bytes.length - offset < other.length) {
> + if (length < other.length) {
> {code}
> I'll work up tests for all these classes
--
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]