You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Enrique Martínez Zúñiga (JIRA)" <ji...@apache.org> on 2008/06/03 22:36:45 UTC

[jira] Updated: (LUCENENET-116) Ambiguous name "text" in term class when in VB.NET

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

Enrique Martínez Zúñiga updated LUCENENET-116:
----------------------------------------------

    Attachment: Term.cs

Term.cs with "text" as internal.

> Ambiguous name "text" in term class when in VB.NET
> --------------------------------------------------
>
>                 Key: LUCENENET-116
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-116
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: Windows 2003 Server, ASP.NET, VB.NET
>            Reporter: Enrique Martínez Zúñiga
>            Priority: Minor
>         Attachments: Term.cs
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> In VB.NET can't access "Term().Text" due to ambiguous name declaration. According to DIGY's comment  the variable "text"should not be public since the "Text()" function returns its value. Changing it to internal seems to work.
> Thanks DIGY!

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