Bug 181269

Summary: Deleting secondary type is not detected
Product: [Eclipse Project] JDT Reporter: Kent Johnson <kent_johnson>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kent Johnson CLA 2007-04-05 14:18:36 EDT
Start by defining these 2 types in the same file:

class B extends Missing {}
class Missing {}

then comment out the type Missing

Notice class B does not have a problem associated with it.

This bug existed as far back as 3.1 & may be from the beginning
Comment 1 Kent Johnson CLA 2007-04-09 13:34:17 EDT
Added DependencyTests.testSecondaryTypeDeleting()

Released into HEAD for 3.3M7
Comment 2 Olivier Thomann CLA 2007-04-27 09:56:59 EDT
Verified for 3.3M7 using I20070427-0010