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

Key: IDEA-18469
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Stephen Friedrich
Votes: 1
Watchers: 1
Operations

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

EL: Wrong quickfixes for undefined action

Created: 18 Jun 08 18:25   Updated: 20 Jun 08 15:40
Component/s: Code Analysis. Inspection, J2EE

File Attachments: None
Image Attachments:

1. quickfixes.png
(12 kb)

Build: 8,475


 Description  « Hide
If an action method is not declared in a referenced bean, Idea correctly shows a warning.
However the quickfixes are incorrect, because they would apply only to value expressions (create getter, etc.).
See screenshot.

 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 20 Jun 08 15:40
Same problem for "valueChangeListener" attribute.
It really would be nice if there were a quickfix to create a corresponding method - I always have to look up the correct signature.