Bug 69288 - [1.5] Unsafe type operations should be reported against individual expressions
Summary: [1.5] Unsafe type operations should be reported against individual expressions
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 10:45 EDT by Philipe Mulet CLA
Modified: 2005-01-11 11:02 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 Philipe Mulet CLA 2004-07-05 10:45:09 EDT
Cheetah06

When flagging an unsafe type operation (involving raw types), it should narrow 
down to the offending expression instead of blaming the entire 
method/constructor invocation.
Comment 1 Philipe Mulet CLA 2004-07-05 18:42:22 EDT
Performed changes, and modified all regression tests accordingly.
Fixed