Bug 69288

Summary: [1.5] Unsafe type operations should be reported against individual expressions
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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