FIX: Error Generated when Variable and Method Have Same Name (160113)
The information in this article applies to:
This article was previously published under Q160113 SYMPTOMS
When a class contains a variable and method of the same name and the
variable is accessed using the "this" object reference, the compiler
generates the following error message thinking you are trying to access the
method:
Error J0070: need argument list for call to member "XXX"
Where XXX is the variable or method.
WORKAROUND
Do not access the variable using the "this" object reference. You can use
the name directly.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem has been fixed in
Visual J++ 1.1.
REFERENCES
For the latest Knowledge Base articles and other support information on
Visual J++ and the SDK for Java, see the following pages on the Microsoft
Technical Support site:
Modification Type: | Minor | Last Reviewed: | 8/25/2005 |
---|
Keywords: | kbBug kbCommandLine kbfix kbVJ110fix KB160113 |
---|
|