You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Itamar Syn-Hershko (JIRA)" <ji...@apache.org> on 2014/06/16 23:56:02 UTC

[jira] [Resolved] (LUCENENET-543) Snowball TestApp.cs - NullReferenceException

     [ https://issues.apache.org/jira/browse/LUCENENET-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Itamar Syn-Hershko resolved LUCENENET-543.
------------------------------------------

    Resolution: Fixed

> Snowball TestApp.cs - NullReferenceException
> --------------------------------------------
>
>                 Key: LUCENENET-543
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-543
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Contrib
>         Environment: Windows 7 x64, .NET 4.0
>            Reporter: Peter Wright
>
> Issue: NullReferenceException 
> Source: SF\Snowball\TestApp.cs
> The use of GetMethod in a System.Type instance is case sensitive unless specified with the binding attributes.
> Therefore the method name needs to be changed to "Stem" from "stem"
> eg:
> stemClass.GetMethod("Stem", (new System.Type[0] == null)?new System.Type[0]:(System.Type[]) new System.Type[0])



--
This message was sent by Atlassian JIRA
(v6.2#6252)