Bug 31968

Summary: Notifier loose nested levels
Product: [Eclipse Project] JDT Reporter: Pascal Rapicault <pascal>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Pascal Rapicault CLA 2003-02-16 22:30:45 EST
I20030214

I have a listener on pre-auto-build, and I noticed that when I'm creating a 
class containing a method and then hits save, the delta I receive does not 
contain the method. 
I would expect the delta to contain both :
   the creation of the IType and the IMethod

This problem seems to be more general because I created a inner class (IC2) 
into an inner class (IC1) and the delta only contains IC1.
Comment 1 Philipe Mulet CLA 2003-02-17 05:10:30 EST
Additions have no children, similarily to resource deltas.
Comment 2 Philipe Mulet CLA 2003-02-17 05:13:51 EST
Ok to close?
Comment 3 Philipe Mulet CLA 2003-02-17 08:17:07 EST
Closing, working as designed