Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Eugene Vigdorchik
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Bryan Young
    5 years ago (03 Dec 2006 05:26)
  • Updated by   root
    2 years ago (17 Jan 2010 20:38)
  • Jira: IDEADEV-12396
    (history, comments)
 
IDEA-35868 "Redundant array creation" inspection doesn't work with generic types
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Forum conversation can be found here:
http://intellij.net/forums/thread.jspa?threadID=264728&tstart=0

In this example, the first line is highlighted, but the second is not:
List<Integer> ints1 = asList2(new Integer[] {1, 2, 3});
List<Integer> ints2 = Arrays.asList(new Integer[] {1, 2, 3});



Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments