Bug 114432

Summary: TypeBinding returning null
Product: [Eclipse Project] JDT Reporter: Daniel R Somerfield <dsomerfi>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1.1   
Target Milestone: 3.1.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Daniel R Somerfield CLA 2005-10-31 17:10:57 EST
TypeBinding.getAnnotations() returns null in some cases. The documentation for
IBinding.getAnnotations() says that it should always return at least an empty list.
Comment 1 Olivier Thomann CLA 2005-10-31 19:11:04 EST
This is only in the apt branch.
Fixed and released in APT branch.
Updated regression test
org.eclipse.jdt.core.tests.dom.ASTConverter15Test.test0143 to cover this case.