Bug 246066 - [batch] Redundant superinterface warning cannot be activated
Summary: [batch] Redundant superinterface warning cannot be activated
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-03 06:05 EDT by Philipe Mulet CLA
Modified: 2008-09-16 05:30 EDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (43.34 KB, patch)
2008-09-05 06:20 EDT, Philipe Mulet CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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