[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8528) Refactoring a Class that is used in a context, doesn't refactor the context Type

Ehrann Mehdan (JIRA) jira-events at lists.jboss.org
Sat Mar 5 02:39:46 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-8528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ehrann Mehdan updated JBIDE-8528:
---------------------------------

    Workaround Description: Change the reference of the context type  (was: Remove the < bracket, use content assist, add the < bracket)
                  Priority: Minor  (was: Major)
               Description: 
In Freemarker 1.1.0.v20110303-1225-H55-Alpha1 
Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Build id: M20110210-1200

Refactoring a type that is used by the context in the Freemarker editor, doesn't refactor the Type reference



  was:
In Freemarker 1.1.0.v20110303-1225-H55-Alpha1 
Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Build id: M20110210-1200

This code will not trigger content assist when pressing ctrl+space with a context named data that has property "someValue"

<tag attribute="${data.someValue}">...

This code will (removed opening tag bracket)

tag attribute="${data.someValue}">...




        Steps to Reproduce: 
Add a context type
Refactor move or rename that type
Go to the context tab
Type remains the same 


  was:
Install Freemarker plugin (any version)
Write any HTML / XML like tag
Add a free marker context reference ${...} anwhere between < and > brackets of a tag




> Refactoring a Class that is used in a context, doesn't refactor the context Type
> --------------------------------------------------------------------------------
>
>                 Key: JBIDE-8528
>                 URL: https://issues.jboss.org/browse/JBIDE-8528
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: FreeMarker
>    Affects Versions: 3.3.x
>         Environment: Windows XP, 
>            Reporter: Ehrann Mehdan
>            Priority: Minor
>
> In Freemarker 1.1.0.v20110303-1225-H55-Alpha1 
> Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
> Build id: M20110210-1200
> Refactoring a type that is used by the context in the Freemarker editor, doesn't refactor the Type reference

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list