Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: c7204a56eee39355e4e03185425d59763acbe77b
      https://github.com/pmd/pmd/commit/c7204a56eee39355e4e03185425d59763acbe77b
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
    M pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java

  Log Message:
  -----------
  Fix build under Windows


  Commit: 60f11fcb7df52e7d16de720796c1e2ba6477138d
      https://github.com/pmd/pmd/commit/60f11fcb7df52e7d16de720796c1e2ba6477138d
  Author: andi <[email protected]>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationTest.java

  Log Message:
  -----------
  fix reporting of innerclass classnames


  Commit: 6bf6e2240cb5f362c13e62842315c759397e8126
      https://github.com/pmd/pmd/commit/6bf6e2240cb5f362c13e62842315c759397e8126
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Update release notes, refs #2106, fixes #2105


  Commit: 9923dd28de4da1c5c5f92c748e9d63aa5c5be3df
      https://github.com/pmd/pmd/commit/9923dd28de4da1c5c5f92c748e9d63aa5c5be3df
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationTest.java

  Log Message:
  -----------
  Merge branch 'pr-2106'

[java] Wrong name for inner classes


  Commit: 20bcda9f735bd0a14b8e69f7ba740f407cb973e5
      https://github.com/pmd/pmd/commit/20bcda9f735bd0a14b8e69f7ba740f407cb973e5
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade maven-javadoc-plugin to 3.1.1

This fixes errors like

"[ERROR] Error fetching link: 
/home/travis/build/pmd/pmd/pmd-core/target/apidocs/package-list. Ignored it."

during the builds.


  Commit: e0e2010f6fbb0cf944e9a23254aa23d036c90a33
      https://github.com/pmd/pmd/commit/e0e2010f6fbb0cf944e9a23254aa23d036c90a33
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  javadoc: disable automatic detection of offline links for modules

This tries to determine the links to the other reactor projects,
e.g. from pmd-java to pmd-core via the url from project.url.
Project.url is currently https://pmd.github.io and the constructed
url will be https://pmd.github.io/apidocs which doesn't exist.
This means, the generated links to classes e.g. from core don't work
anyway.

Disabling this feature avoids error messages like
[ERROR] Error fetching link: 
/home/travis/build/pmd/pmd/pmd-apex-jorje/target/apidocs. Ignored it.
E.g. pmd-apex-jorje does not have own javadoc at all, since it is
just a library.

The linking between the different pmd modules needs to be revisited
with #1769.


  Commit: 5517662381f5303fa8bc257a470c48a9ca318762
      https://github.com/pmd/pmd/commit/5517662381f5303fa8bc257a470c48a9ca318762
  Author: Andreas Dangel <[email protected]>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M pmd-dist/src/main/resources/assemblies/pmd-src.xml

  Log Message:
  -----------
  pmd-dist: fix warning about cross platform compatibility of output directory

[WARNING] The assembly descriptor contains a filesystem-root relative 
reference, which is not cross platform compatible /


  Commit: 9f3a3dfb8544debf8080e7a1e09915e3e9af39bd
      https://github.com/pmd/pmd/commit/9f3a3dfb8544debf8080e7a1e09915e3e9af39bd
  Author: Clément Fournier <[email protected]>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M docs/pages/release_notes.md
    M pmd-dist/src/main/resources/assemblies/pmd-src.xml
    M pmd-dist/src/test/java/net/sourceforge/pmd/it/PMDExecutor.java
    M 
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
    M 
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationTest.java
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' into 7.0.x


Compare: https://github.com/pmd/pmd/compare/544ad701bad7...9f3a3dfb8544


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to