Bug 120545 - Misleading constant: CODEASSIST_TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC
Summary: Misleading constant: CODEASSIST_TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 06:46 EST by Dani Megert CLA
Modified: 2005-12-14 05:08 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 Dani Megert CLA 2005-12-13 06:46:31 EST
I20051213-0010

CODEASSIST_TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC is not restricted to code assist but affects all clients using BinaryMethod.getParamterNames() which is OK. To be correct we should rename the constant to:
TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC.
Comment 1 Olivier Thomann CLA 2005-12-13 14:31:11 EST
No problem for me, but this requires the UI to change at the same time.
Let me know when you want to do it.
Comment 2 Philipe Mulet CLA 2005-12-13 14:38:08 EST
+1 for M4
Comment 3 Olivier Thomann CLA 2005-12-13 14:52:05 EST
Fixed and released in HEAD.
Please update the UI side. The old constant is deprecated and will be removed right after M4.
Comment 4 Dani Megert CLA 2005-12-14 03:19:12 EST
I've released the UI side of this fix.
Will be in I20051214-0800.
Comment 5 David Audel CLA 2005-12-14 05:08:16 EST
Verified for 3.2 M4 using build I20051214-0010

The Javadoc of JavaCore#getDefaultOptions() doesn't contain the description of
TIMEOUT_FOR_PARAMETER_NAME_FROM_ATTACHED_JAVADOC.