[jbosstools-issues] [JBoss JIRA] (JBIDE-20700) JBoss Knowledge Base Builder hangs up

Archimedes Trajano (JIRA) issues at jboss.org
Wed Sep 16 00:56:00 EDT 2015


Archimedes Trajano created JBIDE-20700:
------------------------------------------

             Summary: JBoss Knowledge Base Builder hangs up
                 Key: JBIDE-20700
                 URL: https://issues.jboss.org/browse/JBIDE-20700
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: common/jst/core
            Reporter: Archimedes Trajano
            Assignee: Viacheslav Kabanovich
            Priority: Blocker
             Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1


https://community.jboss.org/message/833488

The cause is thread unsafe code in org.jboss.tools.jsf.jsf2.bean.model.impl.DefinitionContext. When one thread reads from HashSet while another modifies it, sometimes reading slips into eternal cycle. That is a feature of implementation of java.util.HashSet, and the only way to avoid it is to provide thread safety. I will open an issue.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list