Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Verified
Assignee
Alexey Kudravtsev
Subsystem
Editor. Intention Actions
Affected versions
No Affected versions
Fixed in build
108.1043  
  • Created by   Alexander Chernikov
    2 years ago (01 Sep 2009 18:46)
  • Updated by   Alexander Chernikov
    5 months ago (24 Aug 2011 21:47)
  • Jira: IDEADEV-40007
    (history, comments)
 
IDEA-50310 Create class quick fix is not available from wildcard generic parameter
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Provide a reference to not existing class from generic parameter with wildcard. Like:
public class Context {
	public Collection<? extends NotExistingClass> getSomething() {
		return null;
	}
}

NotExistingClass is red, but no quick fix is available.

If there is no wildcard (Collection<NotExistingClass>) then quick fix is available.
Comments (2)
 
History
 
Linked Issues (?)
 
Alexander Chernikov
  Alexander Chernikov
08 Mar 2011 14:46
11 months ago
106.149: met it again. Same issue for "super".
Alexander Chernikov
  Alexander Chernikov
24 Aug 2011 21:47
5 months ago
108.1043: fix confirmed.
Related Changes
State
FixedVerified