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

Key: IDEA-18874
Type: New Feature New Feature
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Kenton
Votes: 1
Watchers: 2
Operations

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

EL Errors are not reported on the file or on Make

Created: 25 Jul 08 20:38   Updated: 31 Jul 08 21:25
Component/s: Editor. Error Highlighting, J2EE.JSP

File Attachments: None
Image Attachments:

1. IntellijELBug.png
(150 kb)
Environment: OS X

Build: 7,925
Severity: High


 Description  « Hide
If you simply add ${fake} to a jsp page, even if it is reported as an "Error" on the page (red underline). However it still does not consider it an error on make or report the page as an error. This makes knowing what pages have serious problems nearly impossible.

EL errors should be treated the same as tag errors where it highlights the entire page as having an error, and stops compilation from completion on project building.

I have attached a screenshot showing the page not having the red squiggle on the page name but showing an error on the code.

This is a big hinderance and has caused some major problems on our development.



 All   Comments   Work Log   Change History      Sort Order:
Daniel Jimenez - 25 Jul 08 20:49
I can confirm this issue on 7.0.5.

Daniel Jimenez - 25 Jul 08 21:07
Going to have to disagree on this being a feature, this is obviously a glaring bug. The error exists on the file, but doesn't show up in messages nor is the file red underlined in the project view.

Maxim Mossienko - 25 Jul 08 21:26
El validation was intended to be part of ONLINE editor analysis (it can be switched off and be inaccurate due to its static nature),
this request is clearly about to make the validation as part of build process - use the validation in new way is not bug but new feature.

Daniel Jimenez - 25 Jul 08 21:40
That seems like a technicality to me, as it /is/ referred to as validation. Regardless, I think it's important that it's working.

Maxim Mossienko - 25 Jul 08 21:58
Nevertheless, please, note that most Java editor checks do not run during build process, the java compiler does them.
In jsp particular case Jasper validation runs during build process and should have this bug reported =>
nobody requested such feature so far