[
https://issues.apache.org/jira/browse/LUCENENET-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Garski reopened LUCENENET-275:
--------------------------------------
Just running through the full test suite and I noticed this one was failing
again. The failure is due to the Attribute not being in the Lucene.Net
assembly. Not sure why this passed when I firs submitted the patch, but I have
a fix that adds the assembly to ensure the type is properly created.
> TestTokenStreamBWComp issue with 2.9.1
> --------------------------------------
>
> Key: LUCENENET-275
> URL: https://issues.apache.org/jira/browse/LUCENENET-275
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Michael Garski
> Attachments: LUCENENET-275.patch
>
>
> With the addition of 2.9.1, a nested type was added to the test class, and
> the implementation creation in AttributeSource is not liking creating nested
> types. I moved the SenselessAttribute out of the class (in the same file)
> which allows the test to run properly. Not sure if it needs to be fixed to
> support a nested class, however I don't think it does.
> Patch coming in a moment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.