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

Key: IDEADEV-19368
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Peter Gromov
Reporter: Maxim Shafirov
Votes: 1
Watchers: 3
Operations

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

Unused imports and optimize import fail at jsp includes

Created: 24 Jul 07 20:16   Updated: 06 Aug 08 19:11
Component/s: Editor. Error Highlighting
Fix Version/s: Diana Final

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

Build: 7,090


 Description  « Hide
In the following situation:
context.jsp
<%@ page import="java.util.*"%>
<%@ include file="incl.jspf" %>
incl.jspf
<%
    List list = new ArrayList();
%>

java.util.* import shows as redundant and is removed by Optimize Imports command, which is certainly incorrect.



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