[
http://jira.jboss.com/jira/browse/JBIDE-1916?page=comments#action_12403155 ]
Victor Rubezhny commented on JBIDE-1916:
----------------------------------------
This is the copy of the question I've asked in jbide-1912:
Here is a question on what shall I search.
For example:
#{testEntityList.resultList.size}
if the cursor is placed over the testEntityList I'll search for declaration
of/references to testEntityList variable (this is how it works now), but...
if the cursor is placed over the resultList I'll search for resultList property or
method declarations/references for any component in the project. (java search does in the
same way). It's not realized now.
But what shall I search if the cursor is placed over the size property or method? Shall I
still search for size property or method declarations/references for any component in the
project? Or shall I search for resultList property/method?
Seam find ref/decl assumes root of expression is what to search for,
ignores method or properties
-------------------------------------------------------------------------------------------------
Key: JBIDE-1916
URL:
http://jira.jboss.com/jira/browse/JBIDE-1916
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.beta1
Reporter: Max Andersen
Assigned To: Victor Rubezhny
Fix For: 2.1.0.beta1
System.out.println("#{identity.username}");
If I do Ctrl+1 with the cursor on username it still only search for identity.
Same happens with java code like:
identity.getUserName()
Ctrl+1 on getUserName() only search for identity, not the getUserName()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira