Bug 87754 - [1.5][javadoc][dom] Type of ArrayType component type inside MethodRef has no binding
Summary: [1.5][javadoc][dom] Type of ArrayType component type inside MethodRef has no ...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-11 06:32 EST by Markus Keller CLA
Modified: 2005-03-30 16:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2005-03-11 06:32:42 EST
I20050308-1510

Type of ArrayType component type inside MethodRef has no binding.
Maybe connected to fix for bug 83393.

class A {
    /**
     * @see #write(String[])
     */
    public void write(String[] args) { }
}

ASTView:
MethodRefParameter [671, 8]
    TYPE
        ArrayType [671, 8]
            > type binding: java.lang.String[]
            COMPONENT_TYPE
                SimpleType [671, 6]
                    >binding: null
                    NAME
                        SimpleName [671, 6]
                            > (Expression) type binding: java.lang.String
                            IDENTIFIER: 'String'
    NAME
Comment 1 Frederic Fusier CLA 2005-03-14 13:22:32 EST
Fixed while implementing bug 87845.

[jdt-core-internal]
No test case added, bug 87845 one already verifies it...
Comment 2 Olivier Thomann CLA 2005-03-30 16:30:46 EST
Verified in I20050330-0500