[
https://issues.jboss.org/browse/JBIDE-9704?page=com.atlassian.jira.plugin...
]
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