]
Viacheslav Kabanovich updated JBIDE-19446:
------------------------------------------
Sprint: Sprint #4 May 2015
Completion proposal computers implementations should check content
type before doing other computations
-------------------------------------------------------------------------------------------------------
Key: JBIDE-19446
URL:
https://issues.jboss.org/browse/JBIDE-19446
Project: Tools (JBoss Tools)
Issue Type: Task
Components: batch, cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Beta1
BeansXmlCompletionProposalComputer should do computations only for beans.xml.
BatchJobCompletionProposalComputer should do computations only for batch job xml.
These computers are registered for different content types because Eclipse may bind any
matching content type to file, including any xml content type. Implementation should start
with the check if current xml file is relevant.