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

Key: IDEADEV-5981
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Armus Eldar
Votes: 0
Watchers: 0
Operations

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

Inner class not detected after importing in JSP page

Created: 15 May 06 20:13   Updated: 28 Aug 06 14:27
Component/s: Editor. Error Highlighting
Fix Version/s: Demetra 5646

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Win2K, Java 1.4

Build: 5,261
Fixed in build: 5,644
Severity: Medium


 Description  « Hide
Consider this (under Java 1.4):

// In SomeClass.java:
package myPackage;

public class SomeClass {
public static class Inner { }
}

// In my.jsp:
<%@ page import="myPackage.SomeClass" %>
<%@ page import="myPackage.SomeClass.*" %> // <-- this is marked unused

Inner foo; // <-- IDEA cannot find this



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