Bug 81415

Summary: [5.0] Superfluos type safety warning on method return types of non-generic classes
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: All   
Whiteboard:

Description Tobias Widmer CLA 2004-12-16 10:40:10 EST
200412160010:

Steps to reproduce:
- Create class "IntList implements List<Integer>"
- Implement all methods by quickfix
-> Generated methods with return type "Integer" have a superfluos (class is 
simple instantiation of generic type "List<E>") type conversion warning

A similar problem happens on "IntList implements List". Methods with return 
type "Iterator" are flagged as well.
Comment 1 Jerome Lanneluc CLA 2004-12-16 11:01:08 EST

*** This bug has been marked as a duplicate of 79687 ***