Bug 110964

Summary: [javadoc] Change compiler default options to have minimum javadoc warnings
Product: [Eclipse Project] JDT Reporter: Frederic Fusier <frederic_fusier>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gunnar
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frederic Fusier CLA 2005-09-28 13:11:52 EDT
Currently, javadoc compiler options is not set by default. However, if user set
it, then he can get more warnings than expected due tot the fact that some extra
options are true by default (report deprecated and non-visible for example).

We have to put back default for these options to not report warnings and let
user set them only if he really needs them.
Comment 1 Frederic Fusier CLA 2005-11-14 13:51:19 EST
Fixed and released in HEAD.

No test case added but change all necessary tests which have been impacted by
these new default values.
Comment 2 Jerome Lanneluc CLA 2005-12-13 07:34:00 EST
Verified for 3.2 M4 using build I20051213-0010