Bug 12761 - Closing a top level binary type doesn't close the class files of its inner types
Summary: Closing a top level binary type doesn't close the class files of its inner types
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 04:07 EST by Jerome Lanneluc CLA
Modified: 2002-04-04 04:08 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 Jerome Lanneluc CLA 2002-04-04 04:07:05 EST
Build 20020328

When closing a top level binary type, only its inner types are closed. Their 
corresponding class files are not closed. This is against the assumption that a 
binary type is open if its class file is open.
Comment 1 Jerome Lanneluc CLA 2002-04-04 04:08:11 EST
Fixed by checking the case in BinaryType.close().