[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9704) JBDS is frozen after clicking on some tag in JBoss Ajax4Jsf palette

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Sep 13 14:21:26 EDT 2011


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

Alexey Kazakov commented on JBIDE-9704:
---------------------------------------

There is a very buggy code in XmlELCompletionProposalComputer (at least since 3.2.0.GA):
{code}
while (result == null) {
    offset--;
    result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
}
{code}
It's interesting that it's not reproducible in JBT <3.3.M3

> JBDS is frozen after clicking on some tag in JBoss Ajax4Jsf palette
> -------------------------------------------------------------------
>
>                 Key: JBIDE-9704
>                 URL: https://issues.jboss.org/browse/JBIDE-9704
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.0.M3
>         Environment: jbdevstudio-product-linux-gtk-5.0.0.v201109071858R-H28-M3
>            Reporter: Pavol Srna
>            Assignee: Alexey Kazakov
>            Priority: Blocker
>             Fix For: 3.3.0.M4
>
>         Attachments: jstack.out
>
>


--
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