Bug 246066

Summary: [batch] Redundant superinterface warning cannot be activated
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jerome_lanneluc
Version: 3.4   
Target Milestone: 3.5 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed patch none

Description Philipe Mulet CLA 2008-09-03 06:05:18 EDT
3.4.0

The batch compiler doesn't support advertized warningToken for redundant superinterface warning on command line.

Doc suggests "redundantSuperinterface", which is too long.
Propose to recommend instead "intfRedundant", more consistent with existing existing interface warnings ("intfAnnotation", "intfNonInherited").
Will also tolerate "redundantSuperinterface" (but no longer advertized in doc).
Comment 1 Philipe Mulet CLA 2008-09-03 11:27:19 EDT
Added BatchCompilerTest#test288_warn_options
Added BatchCompilerTest#test289_warn_options
Added BatchCompilerTest#test290_warn_options
Comment 2 Philipe Mulet CLA 2008-09-05 06:20:33 EDT
Created attachment 111798 [details]
Proposed patch
Comment 3 Philipe Mulet CLA 2008-09-05 06:21:23 EDT
Released for 3.5M2
Fixed
Comment 4 Jerome Lanneluc CLA 2008-09-16 05:30:18 EDT
Verified for 3.5M2 using I20080915-1800