You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "stel (JIRA)" <ji...@apache.org> on 2010/03/24 12:08:27 UTC

[jira] Commented: (LUCENENET-352) invalid argument mapping System.IO.Directory in some methods. for example (Lucene.Net.Index.IndexReader(System.IO.Directory))

    [ https://issues.apache.org/jira/browse/LUCENENET-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849145#action_12849145 ] 

stel commented on LUCENENET-352:
--------------------------------

I'm sorry. I mistake the method signature in the source code that is generated by Visual Studio."move definition" menu.


> invalid argument mapping System.IO.Directory in some methods. for example (Lucene.Net.Index.IndexReader(System.IO.Directory))
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-352
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-352
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: stel
>            Priority: Minor
>
> System.IO.Directory is static class in Microsoft .NET Framework.
> Lucene.Net.Index.IndexReader(System.IO.Directory) should be Lucene.Net.Index.IndexReader(System.IO.DirectoryInfo).
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.