This is an automated email from the ASF dual-hosted git repository.

adangel pushed a change to branch pr-41
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git.


    omit 1eb460f  [MPMD-314] Report extension not set correctly when custom 
format (class name) is specified Report extension is currently set to match the 
format, as in "csv", "html". This fails when you specify the format as a fully 
qualified class name. Since the renderer interface includes a method 
defaultFileExtension(), we should use this instead to set the file extension.
     new 5ad9c53  [MPMD-314] Report extension not set correctly for custom 
format
     new fb00aa5  [MPMD-314] - Avoid NPE for format "none"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1eb460f)
            \
             N -- N -- N   refs/heads/pr-41 (fb00aa5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/maven/plugins/pmd/exec/PmdExecutor.java | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Reply via email to