You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "George Aroush (JIRA)" <ji...@apache.org> on 2008/06/27 14:11:45 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12608746#action_12608746 ] 

George Aroush commented on LUCENENET-116:
-----------------------------------------

It's public to allow visibility and access from the Test code.  I will fix it by introducing a getter to be used by the Test code.

> 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
>            Assignee: George Aroush
>            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.