Bug 181269 - Deleting secondary type is not detected
Summary: Deleting secondary type is not detected
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M7   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 14:18 EDT by Kent Johnson CLA
Modified: 2007-04-27 09:56 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 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