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

Key: IDEA-18047
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: W Q
Votes: 0
Watchers: 2
Operations

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

JSP EL unresolved symbol warning slow to refresh

Created: 08 May 08 00:16   Updated: Tuesday 16:49
Component/s: J2EE.JSP

File Attachments: None
Image Attachments:

1. idea-jsp-hilight-error.jpg
(22 kb)
Environment: Windows XP/SP2

Build: 7,757


 Description  « Hide
Steps to reproduce:
  • Open a JSP file
  • Add an EL reference to an undefined EL variable, like

${foo}

- See the variable being highlighted in yellow
- Before this reference line, add a useBean declaration

<jsp:useBean id="foo" class="String" scope="request"/>

- The ${foo} is still hilighted in yellow.

  • Close the file and wait for awhile and open it again, the unresolved variable warning is resolved.

Comparing to Java file, this takes long time.



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