Bug 203089 - getDefaultOptions misses option
Summary: getDefaultOptions misses option
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.4 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 11:41 EDT by Martin Aeschlimann CLA
Modified: 2007-09-17 11:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2007-09-12 11:41:40 EDT
3.4

The new constant 

COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_INCLUDE_DOC_COMMENT_REFERENCE

is not mentioned in JavaCore.getDefaultOptions().

probably a cause of bug 202490.
Comment 1 Maxime Daniel CLA 2007-09-13 07:12:31 EDT
Will investigate further (not in the office today). Seems I have a typo there (missing 'Comment').
Comment 2 Maxime Daniel CLA 2007-09-14 03:52:53 EDT
Came from a copy paste of the comment for org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference, which had the same issue (misspelled org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocReference).
Will fix both at a time.
Comment 3 Maxime Daniel CLA 2007-09-14 03:56:51 EDT
Released for 3.4 M2.
Comment 4 Frederic Fusier CLA 2007-09-17 11:55:28 EDT
Verified for 3.4 M2 using code of v_812.