Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-856

use objects as String without calling the toString method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 1.9.5
    • None
    • maven-plugin
    • None

    Description

      Our tool DeepTect has detected two buggy code snippets, in which the code prints out an object without calling the toString method:

      Path: maven-scm/maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/ExportMojo.java

      this.exportDirectory = new File( this.getBasedir(), "target/export" );
      ...
      this.getLog().info( "Removing " + this.exportDirectory );
      ...
       throw new MojoExecutionException( "Cannot create " + this.exportDirectory );
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            songwang songwanging
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: