Bug 472665 - Remove redundant type parameters (for Java 1.7 or higher) in Tycho extras
Summary: Remove redundant type parameters (for Java 1.7 or higher) in Tycho extras
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Tycho (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Jan Sievers CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2015-07-14 16:57 EDT by Lars Vogel CLA
Modified: 2021-04-28 16:52 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2015-07-14 16:57:35 EDT

    
Comment 1 Eclipse Genie CLA 2015-07-14 16:58:07 EDT
New Gerrit change created: https://git.eclipse.org/r/51937
Comment 2 Jan Sievers CLA 2015-07-15 03:59:10 EDT
If I am not mistaken, this has no impact apart from more terse/readable source code.

is this a compiler warning now?
If we want to do this globally, can we automate it (save action)?
how about Tycho?
Comment 3 Jan Sievers CLA 2015-07-15 04:08:06 EDT
(In reply to Jan Sievers from comment #2)
> how about Tycho?

didn't see that at first, looks like this is handled in bug 472669
Comment 4 Lars Vogel CLA 2015-07-15 05:28:57 EDT
(In reply to Jan Sievers from comment #2)
> If I am not mistaken, this has no impact apart from more terse/readable
> source code.

+1

> is this a compiler warning now?
> If we want to do this globally, can we automate it (save action)?

AFAIK not available as bulk operation yet, see Bug 472495 but you can set it as warning or error see Bug 472657.
Comment 6 Jan Sievers CLA 2015-07-15 07:02:40 EDT
thanks for the patch!