Bug 130330 - bogus null check in BindingComparator#isEqual(MethodBinding, MethodBinding, HashSet)
Summary: bogus null check in BindingComparator#isEqual(MethodBinding, MethodBinding, H...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 10:57 EST by Markus Keller CLA
Modified: 2006-03-28 08:24 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 2006-03-03 10:57:49 EST
HEAD

There's a null analysis warning in BindingComparator.java:116 (1.23) for methodBinding.selector. It's the wrong way 'round (should be for methodBinding2.selector, see bug 130311), but it reveals an NPE possibility.
Comment 1 Olivier Thomann CLA 2006-03-07 11:30:34 EST
Fixed and released in HEAD.
Comment 2 Jerome Lanneluc CLA 2006-03-28 08:24:26 EST
Verified for 3.2 M6 using build I20060328-0010