Bug 68269 - [1.5] search for autoboxing
Summary: [1.5] search for autoboxing
Status: RESOLVED DUPLICATE of bug 78122
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 02:59 EDT by Timo Nentwig CLA
Modified: 2005-04-29 07:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***