Bug 9008

Summary: Code assist on method declaration gives wrong throw exception
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-02-03 13:52:23 EST
Build 20020129

1. Open WorkingCopySearchTests (in org.eclipse.jdt.core.tests)
2. Type in 'tear<Ctrl-Space>'
3. Accept tearDown 
Observe: The generated method is:
protected void tearDown() throws java.langException
Comment 1 Philipe Mulet CLA 2002-02-04 11:16:42 EST
2 problems: 

- It shouldn't need to qualify with java.lang to start with
- It should qualify properly (missing dot). 
Comment 2 David Audel CLA 2002-02-07 09:52:20 EST
Fixed