Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Created: (SCM-242) NPE on ScmRepositoryException

    0 answers - 781 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    NPE on ScmRepositoryException
    Key: SCM-242
    URL:
    Project: Maven SCM
    Issue Type: Bug
    Components: maven-plugin
    Reporter: Julien HENRY
    I get a NPE when using Scm plugin with the provider I wrote (Synergy) and the URL is incorrect.
    I think it's because I use the ScmRepositoryException( String msg ) constructor instead of ScmRepositoryException( String msg, List validationMessages ), and the result is
    e.getValidationMessages().isEmpty()
    raise a NPE.
    Here is stack trace :
    java.lang.NullPointerException
    at (AbstractScmMojo.java:258)
    at (CheckoutMojo.java:94)
    at (BootstrapMojo.java:58)
    at (DefaultPluginManager.java:412)
    at ()
    at ()
    at ()
    at ()
    at ()
    at ()
    at (DefaultMaven.java:322)

Re: Created: (SCM-242) NPE on ScmRepositoryException


max 4000 letters.
Your nickname that display:
In order to stop the spam: 1 + 1 =
QUESTION ON "Java"

EMSDN.COM