History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-7424
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Thomas Singer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

"Raw use of parametrized class" occurs for inner classes as well

Created: 21 Jul 06 20:38   Updated: 22 Jul 06 15:49
Component/s: None
Fix Version/s: Demetra 5561

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 5,557
Fixed in build: 5,558


 Description  « Hide
public class Bar <A> {
	
	public interface Listener <B> {
		
	}
}

Here "Bar" is highlighted although the used inner listener is parametrized:

public class Foo implements Bar.Listener<String> {
}


 All   Comments   Work Log   Change History      Sort Order:
Thomas Singer - 22 Jul 06 14:06
Incredible fast response! Thanks.

Bas Leijdekkers - 22 Jul 06 15:49
No problem. This issue was actually quite embarassing, because I already tried to fix it for #5557. This fix was buggy however.