Bug 100218

Summary: unecessary cast in case of boxing
Product: [Eclipse Project] JDT Reporter: Rémi Forax <forax>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Rémi Forax CLA 2005-06-15 11:39:25 EDT
eclipse raise an unecessary cast in a case that require a cast :

char c=...
System.out.println("%d\n",(int)c);

in this case, the cast is usefull because c must be box in Integer.
Comment 1 Olivier Thomann CLA 2005-06-15 11:56:15 EDT

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