[jbosstools-issues] [JBoss JIRA] (JBIDE-10767) Renaming java element does not force to re-validate related resources

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Feb 9 17:26:48 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665508#comment-12665508 ] 

Alexey Kazakov commented on JBIDE-10767:
----------------------------------------

One more case:
Steps #1 - #4. Then:
5. Close home.xhtml
6. Open Authenticator.java
7. Rename Authenticator.authenticate() to authenticateNew() using refactoring but don't open Refactoring dialog. Use inplace editing.
8. #{authenticator.authenticate()} is refactored to #{authenticator.authenticateNew()}. That's good. But there is a marker now: "authenticate" is not recognized. This is not correct since this EL was updated to #{authenticator.authenticateNew()}.
                
> Renaming java element does not force to re-validate related resources
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-10767
>                 URL: https://issues.jboss.org/browse/JBIDE-10767
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core, jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>            Priority: Critical
>             Fix For: 3.3.0.Beta1
>
>
> 1. Create an EAR Seam 2 project
> 2. Open home.xhtml
> 3. Add #{authenticator.authenticate()}
> 4. Save the file
> 5. Open Authenticator.java
> 6. Rename Authenticator.authenticate() to authenticateNew() using refactoring.
> 7. #{authenticator.authenticate()} is refactored to #{authenticator.authenticateNew()}. That's good. But there is a marker now: "authenticate" is not recognized. This is not correct since this EL was updated to #{authenticator.authenticateNew()}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list