Bug 22348

Summary: quick fix: adds throws declaration in incorrect place
Product: [Eclipse Project] JDT Reporter: Genady Beryozkin <eclipse>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Genady Beryozkin CLA 2002-08-12 03:35:41 EDT
I'm using the 2.0.1 patch published on the jdt page.
When I use "quick fix" to add throws declaration, it is added before parameters
and not after them.

Genady
Comment 1 Philipe Mulet CLA 2002-08-12 05:44:15 EDT
Quickfix was dependent on a bug in DOM AST implementation. Fix was applied to 
DOM AST, and quickfix must evolve accordingly.

Moving to JDT/UI.
Comment 2 Dirk Baeumer CLA 2002-08-12 06:00:45 EDT

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