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

Key: IDEADEV-12396
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Bryan Young
Votes: 0
Watchers: 1
Operations

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

"Redundant array creation" inspection doesn't work with generic types

Created: 03 Dec 06 04:26   Updated: 03 Dec 06 19:07
Component/s: None
Fix Version/s: Demetra 6.0.3

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

Build: 5,784
Fixed in build: 6,582
Severity: Medium


 Description  « Hide
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});



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.