You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Peter Wright (JIRA)" <ji...@apache.org> on 2014/06/09 10:13:02 UTC

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

Peter Wright created LUCENENET-543:
--------------------------------------

             Summary: 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)