[ 
https://issues.apache.org/jira/browse/AXIOM-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522433#comment-15522433
 ] 

Hudson commented on AXIOM-486:
------------------------------

UNSTABLE: Integrated in Jenkins build axiom-trunk #2783 (See 
[https://builds.apache.org/job/axiom-trunk/2783/])
AXIOM-486: Remove AxiomTestVerb. (veithen: rev 1762287)
* (delete) 
axiom/testing/axiom-truth/src/main/java/org/apache/axiom/truth/AxiomTestVerb.java


> AxiomTestVerb should not extend TestVerb
> ----------------------------------------
>
>                 Key: AXIOM-486
>                 URL: https://issues.apache.org/jira/browse/AXIOM-486
>             Project: Axiom
>          Issue Type: Improvement
>    Affects Versions: 1.2.19
>            Reporter: Christian Gruber
>            Priority: Minor
>
> AxiomTestVerb currently extends TestVerb, presumably to permit someone to 
> only have to statically import AxiomTestVerb.assertThat; However, TestVerb 
> was not built for extension, will be marked final in more upcoming versions 
> of Truth, especially 1.0.
> The fix is simple.  Extend AbstractVerb if (and only if) you need its 
> functionality, and otherwise simply statically import both 
> AxiomTestVerb.assertThat and Truth.assertThat since the overloads are not 
> ambiguous in their type signatures (and erasure). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to