Bug 39200 - Another NPE in type hierarchy when opening type
Summary: Another NPE in type hierarchy when opening type
Status: RESOLVED DUPLICATE of bug 36854
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-21 14:14 EDT by Jan Ploski CLA
Modified: 2003-06-24 03:43 EDT (History)
0 users

See Also:


Attachments
Exception log file (7.41 KB, application/octet-stream)
2003-06-21 14:15 EDT, Jan Ploski CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Ploski CLA 2003-06-21 14:14:32 EDT
This seems unrelated to the other bug (39174). Using build I20030528, I tried
to open AppearanceAwareLabelProvider by highlighting its name in the extends
clause of a subclass and selection "Open Type Hierarchy" from the context menu.
The view contained some other hierarchy at that time. A NullPointerException
was thrown (see attached log) and the view was reset to its "no hierarchy
shown" state. When I tried opening the hierarchy for the same type in the same
way right after that, it worked fine - so I cannot reproduce this bug.
Comment 1 Jan Ploski CLA 2003-06-21 14:15:14 EDT
Created attachment 5264 [details]
Exception log file
Comment 2 Dirk Baeumer CLA 2003-06-23 04:19:19 EDT
NPE is thrown in 
org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter.convert
(SourceTypeConverter.java:117)

Moving to JDT/Core.
Comment 3 Philipe Mulet CLA 2003-06-24 03:43:53 EDT

*** This bug has been marked as a duplicate of 36854 ***