[jbosstools-issues] [JBoss JIRA] (JBIDE-10754) Hyperlink tests failure

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Tue Jan 31 12:54:48 EST 2012


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

Victor Rubezhny commented on JBIDE-10754:
-----------------------------------------

It's strange that org.jboss.tools.seam.ui.test.hyperlink.SeamViewHyperlinkPartitionerTest.testSeamViewPartitioner issue is reproducible because: 

{code}
java.lang.AbstractMethodError exception
{code}

according to its comment: 
 
{code}
 * Thrown when an application tries to call an abstract method.
 * Normally, this error is caught by the compiler; this error can
 * only occur at run time if the definition of some class has
 * incompatibly changed since the currently executing method was last
 * compiled.
{code}

is thrown when application tries to call an abstract method. This looks like a compilation error. So, I suppose that something wasn't properly updated/build.

Anyway, most of Hyperlink Partitioner classes are changed now, so the issue should be tested again.
                
> Hyperlink tests failure
> -----------------------
>
>                 Key: JBIDE-10754
>                 URL: https://issues.jboss.org/browse/JBIDE-10754
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI, common/jst/core, jsp/jsf/xml source editing, Seam 2
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Victor Rubezhny
>            Priority: Critical
>             Fix For: 3.3.0.Beta1
>
>
> For example:
> {code}
> Running org.jboss.tools.cdi.seam.text.ext.test.CdiSeamTextExtAllTests
> Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 21.012 sec <<< FAILURE!
> testSeamConfigTagNameHyperlink(org.jboss.tools.cdi.seam.text.ext.test.SeamConfigTagNameHyperlinkTest)  Time elapsed: 0.186 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Can't find HyperLink
> 	at junit.framework.Assert.fail(Assert.java:47)
> 	at org.jboss.tools.cdi.text.ext.test.CDIHyperlinkTestUtil.checkHyperLinkInXml(CDIHyperlinkTestUtil.java:226)
> 	at org.jboss.tools.cdi.seam.text.ext.test.SeamConfigTagNameHyperlinkTest.testSeamConfigTagNameHyperlink(SeamConfigTagNameHyperlinkTest.java:34)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:616)
> {code}
> {code}
> Tests run: 78, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 511.708 sec <<< FAILURE!
> testSeamViewPartitioner(org.jboss.tools.seam.ui.test.hyperlink.SeamViewHyperlinkPartitionerTest)  Time elapsed: 33.838 sec  <<< ERROR!
> java.lang.AbstractMethodError
> 	at org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlinkPartitioner.getChildPartitionRegion(AbstractHyperlinkPartitioner.java:48)
> 	at org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlinkPartitioner.getChildPartitionRegion(AbstractHyperlinkPartitioner.java:55)
> 	at org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlinkPartitioner.getChildPartitionRegion(AbstractHyperlinkPartitioner.java:55)
> 	at org.jboss.tools.common.text.ext.hyperlink.HyperlinkDetector.getPartitions(HyperlinkDetector.java:74)
> 	at org.jboss.tools.seam.ui.test.hyperlink.TestHyperlinkDetector.getPartitions(SeamViewHyperlinkPartitionerTest.java:297)
> 	at org.jboss.tools.seam.ui.test.hyperlink.SeamViewHyperlinkPartitionerTest.testSeamViewPartitioner(SeamViewHyperlinkPartitionerTest.java:124)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list