Bug 5376 - Outliner does not display correct structure
Summary: Outliner does not display correct structure
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-31 07:02 EST by David Audel CLA
Modified: 2002-01-11 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2001-10-31 07:02:53 EST
Step to reproduce :
1) create this class with the comment
  ------------------
  public class X {
    public void foo(){}
  }
  /*
  class X {
    public int bar;
  }
  */
  ------------------
2) Copy content of the comment
  ------------------
  class X {
    public int bar;
  }
  ------------------
3) select all text in file X and do paste

outliner diplay foo method and not bar field
Comment 1 Olivier Thomann CLA 2001-11-13 10:50:31 EST
Could not reproduce this one from an empty new workspace based on the latest 
contents in JDT Core HEAD. Which version did you use?
Comment 2 David Audel CLA 2001-11-13 11:21:52 EST
I can reproduce this bug in 20011108.
Comment 3 Olivier Thomann CLA 2001-11-13 12:07:45 EST
I could reproduce it using 20011108, but not using 20011112. So it is difficult 
to fix it in the latest drop. I suggest move to closed.
Comment 4 Philipe Mulet CLA 2001-11-13 12:32:56 EST
David, can you still reproduce it in latest ? (20011113 once available)
Comment 5 Olivier Thomann CLA 2001-11-13 15:31:06 EST
I cannot reproduce with build 20011113.
If you can, let me know exactly what you are doing. It means that the steps to 
reproduce above are not sufficient.
If you cannot reproduce, please move to closed.
Comment 6 David Audel CLA 2001-11-14 05:39:14 EST
I can not reproduce it with the latest content in JDT Core Head
Comment 7 Olivier Thomann CLA 2001-11-14 09:29:14 EST
Move to closed.