Bug 11277

Summary: Difference in between outliner content and unit content
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-03-13 12:22:14 EST
Build 20020312

When editing the following source:

class X {
  void foo(){
      void baz(){ 
      }
  }
}

the outline will show #baz(), but after saving the working copy and expanding 
the unit in the package view, the method #baz() isn't part of the unit.
Comment 1 Philipe Mulet CLA 2002-03-13 12:25:50 EST
Regression due to change for reconciling with errors. It did trigger a full 
parse to get problems inside method bodies, but changed the syntax recovery 
semantic to perform a full parse, instead of diet parse + get method bodies.

Fixed.