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

Key: IDEA-17942
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Maxim Buzdalov
Votes: 0
Watchers: 1
Operations

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

Bad code is green: Collections.<K, V>EMPTY_MAP

Created: 28 Apr 08 03:14   Updated: 28 Apr 08 13:05
Component/s: Compiling Project

Environment:
OS: Linux 32-bit
JDK: Sun 1.6.0_10-beta-b21

Build: 7,364
Severity: Medium


 Description  « Hide
This code does not compile, but an error is not shown in the editor:
import java.util.*;

public class IdeaBug {
    public static void main(String[] args) {
        Map<String, Integer> map = Collections.<String, Integer>EMPTY_MAP;
    }
}


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