Bug 114432 - TypeBinding returning null
Summary: TypeBinding returning null
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1.1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 17:10 EST by Daniel R Somerfield CLA
Modified: 2006-04-14 13:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.