Bug 9008 - Code assist on method declaration gives wrong throw exception
Summary: Code assist on method declaration gives wrong throw exception
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-03 13:52 EST by Jerome Lanneluc CLA
Modified: 2002-02-07 09:52 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 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