Bug 87754

Summary: [1.5][javadoc][dom] Type of ArrayType component type inside MethodRef has no binding
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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