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

Key: IDEA-17638
Type: Bug Bug
Status: Open Open
Assignee: Unassigned
Reporter: Serge Baranov
Votes: 0
Watchers: 0
Operations

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

Live template (iten) problem

Created: 04 Apr 08 18:33   Updated: 04 Apr 08 18:33
Component/s: Editor. Code Completion

Build: 7,757
Severity: Medium


 Description  « Hide
Support feedback:

when using iten live template, it doesn't pickup enumeration object type:

example:

JTable table = new JTable();
Enumeration<TableColumn> columns = table.getColumnModel().getColumns();

iten (Ctrl-J)

        while (columns.hasMoreElements()) {
            Object tableColumn = columns.nextElement();
            
        }

it gives you an option to change Object to anything else, which in this case doesn't make sence.



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