Bug 99397

Summary: Typo in CompletionProposal#isConstructor()
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dirk_baeumer
Version: 3.1   
Target Milestone: 3.1 RC3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to apply on HEAD none

Description Jerome Lanneluc CLA 2005-06-10 12:11:24 EDT
I20050610-0010

The @return tag in CompleationProposal#isConstructor() should read:
  @return <code>true</code> if the proposal is a constructor.
instead of
  @return return <code>true</code> if the proposal is a constructor.
Comment 1 Olivier Thomann CLA 2005-06-10 17:13:29 EDT
This is a trivial fix.
Comment 2 Olivier Thomann CLA 2005-06-12 12:43:54 EDT
Created attachment 22871 [details]
Patch to apply on HEAD
Comment 3 Philipe Mulet CLA 2005-06-13 06:45:16 EDT
+1 for RC3

Dirk - just a doc fixup. Pls vote.
Comment 4 Olivier Thomann CLA 2005-06-13 08:39:19 EDT
I thought that doc changes don't require approval.
Comment 5 Dani Megert CLA 2005-06-13 11:53:48 EDT
Approving for 3.1 RC3, so that Olivier can continue.
Comment 6 Olivier Thomann CLA 2005-06-13 11:58:23 EDT
Fixed and released in HEAD.
To verify it, please check the javadoc of the method
CompletionProposal#isConstructor()
Comment 7 Olivier Thomann CLA 2005-06-16 14:53:15 EDT
Verified using N20050616-0010 + JDT/Core HEAD