You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/05/21 15:14:00 UTC

[jira] [Resolved] (SCM-940) ScmTestCase.getModule should be abstract

     [ https://issues.apache.org/jira/browse/SCM-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold resolved SCM-940.
---------------------------------------
    Resolution: Fixed

> ScmTestCase.getModule should be abstract
> ----------------------------------------
>
>                 Key: SCM-940
>                 URL: https://issues.apache.org/jira/browse/SCM-940
>             Project: Maven SCM
>          Issue Type: Improvement
>            Reporter: Elliotte Rusty Harold
>            Assignee: Elliotte Rusty Harold
>            Priority: Minor
>
> This is the current code. There's no reason to make this a runtime problem instead of a compile time problem.
>  
> protected String getModule()
>  {
>  fail( "getModule() must be overridden." );
> return null;
>  }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)