Bug 68269

Summary: [1.5] search for autoboxing
Product: [Eclipse Project] JDT Reporter: Timo Nentwig <eclipse>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: All   
OS: All   
Whiteboard:

Description Timo Nentwig CLA 2004-06-23 02:59:49 EDT
Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=68209

The search facility should be able to search for spots where autoboxing is applied.
Comment 1 engle CLA 2004-07-01 19:31:25 EDT
It would be even nicer if autoboxing didn't show up as an error in the editor,
e.g., "5 + (new Integer(4))" will complain about + not being defined for types
int, Integer.
Comment 2 Philipe Mulet CLA 2004-07-06 08:07:21 EDT
Autoboxing is not yet supported by the Cheetah.
Once we do support it, we should offer an optional warning to flag its usage 
(similar to inner emulation diagnosis).
Comment 3 Frederic Fusier CLA 2004-12-17 13:19:19 EST
There's nothing than search can do here.
I think that your requirement is handle by bug 78122...

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