Bug 31968 - Notifier loose nested levels
Summary: Notifier loose nested levels
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 22:30 EST by Pascal Rapicault CLA
Modified: 2003-02-17 08:17 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 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