Bug 87252 - [infer type arguments] replace Collections.EMPTY_SET by emptySet()
Summary: [infer type arguments] replace Collections.EMPTY_SET by emptySet()
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 05:37 EST by Markus Keller CLA
Modified: 2011-02-23 15:13 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2005-03-07 05:37:28 EST
In places where old code used the raw Collections.EMPTY_SET, the Infer Generic
Type Argyuments refactoring should use
<T> Set<T> emptySet()
to allow for specific types/
Comment 1 Markus Keller CLA 2011-02-23 15:13:07 EST
See LocalCorrectionsSubProcessor#addDeprecatedFieldsToMethodsProposals(..).