[jbosstools-commits] JBoss Tools SVN: r42639 - trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 18 19:29:55 EDT 2012


Author: scabanovich
Date: 2012-07-18 19:29:55 -0400 (Wed, 18 Jul 2012)
New Revision: 42639

Modified:
   trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java
Log:
JBIDE-12295
https://issues.jboss.org/browse/JBIDE-12295
Open-on of multiple declarations of ui:param with the same name are supported.

Modified: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java	2012-07-18 23:29:08 UTC (rev 42638)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java	2012-07-18 23:29:55 UTC (rev 42639)
@@ -51,7 +51,7 @@
 				hyperlinks[index++] = new InjectedPointHyperlink(new Region(1,1), b, document);
 			}
 			
-			IInformationControl informationControl = InformationControlManager.showHyperlinks("Title", ((JavaEditor)part).getViewer(), hyperlinks, true);
+			IInformationControl informationControl = InformationControlManager.instance.showHyperlinks("Title", ((JavaEditor)part).getViewer(), hyperlinks, true);
 			
 			assertNotNull("InformationControl not found", informationControl);
 			informationControl.setVisible(false);



More information about the jbosstools-commits mailing list