Bug 11191 - Strange anonymous types in outline structure
Summary: Strange anonymous types in outline structure
Status: RESOLVED DUPLICATE of bug 10616
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 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-12 11:29 EST by Martin Aeschlimann CLA
Modified: 2002-03-12 12:04 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 Martin Aeschlimann CLA 2002-03-12 11:29:29 EST
smoke for 20020312
1. Open JavadocSpecificsWizardPage (from 20020312) in editor, outline open, in 
sort mode (A..Z)
2. Select init, in the editor: remove the semicolon of the statement in init
3. Wait for the reconcile, observe the editor
4. The structure is completly changed, 2 types without a name are on the top
5. add the semicolon again, structure is back

Its hard to work like that, as the outliner becomes very flashy while typing
Comment 1 Philipe Mulet CLA 2002-03-12 12:03:05 EST
Syntax recovery got fooled by subsequent anonymous types, fixed along with bug 
10616.

Released for integration

*** This bug has been marked as a duplicate of 10616 ***